From 97f0374e36fae5554e4106cd63cac22d4e658d88 Mon Sep 17 00:00:00 2001 From: Mikhail Krichanov Date: Thu, 20 Apr 2023 10:08:34 +0300 Subject: [PATCH] OpenDuetPkg: Fixed compilation after rebasing audk upon edk2-stable202302. --- OpenDuetPkg.dsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenDuetPkg.dsc b/OpenDuetPkg.dsc index a6a16fb8..2f49bd07 100644 --- a/OpenDuetPkg.dsc +++ b/OpenDuetPkg.dsc @@ -124,7 +124,8 @@ [LibraryClasses.common.DXE_DRIVER] MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf - + NestedInterruptTplLib|OvmfPkg/Library/NestedInterruptTplLib/NestedInterruptTplLib.inf + [LibraryClasses.common.DXE_RUNTIME_DRIVER] MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf