From ff052d38e584b44a2aeac32512d8724c9e25fe87 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Wed, 25 Nov 2020 10:58:30 +0000 Subject: [PATCH] Platform/Qemu: add VariablePolicyLib Build breakage after b6490426e320 Based on commit 879f483ce455 Add the VariablePolicyLib to the dsc to fix the build. Signed-off-by: Graeme Gregory Reviewed-by: Leif Lindholm --- Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc b/Platform/Qemu/SbsaQemu/SbsaQemu.dsc index 49bc5033..f6af3f91 100644 --- a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc +++ b/Platform/Qemu/SbsaQemu/SbsaQemu.dsc @@ -154,6 +154,9 @@ DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf + UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf @@ -250,6 +253,7 @@ DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE [LibraryClasses.common.DXE_RUNTIME_DRIVER] MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf !if $(TARGET) != RELEASE DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf !endif