public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-platforms 1/1] SbsaQemu : add VariablePolicyLib
@ 2020-11-25 10:58 Graeme Gregory
  2020-11-25 14:34 ` Leif Lindholm
  0 siblings, 1 reply; 2+ messages in thread
From: Graeme Gregory @ 2020-11-25 10:58 UTC (permalink / raw)
  To: ard.biesheuvel, leif; +Cc: devel, rad, tanmay.jagdale, Graeme Gregory

Build breakage after b6490426e320
Based on commit 879f483ce455

Add the VariablePolicyLib to the dsc to fix the build.

Signed-off-by: Graeme Gregory <graeme@nuviainc.com>
---
 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 49bc5033f438..f6af3f9111ee 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
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-25 14:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-25 10:58 [PATCH edk2-platforms 1/1] SbsaQemu : add VariablePolicyLib Graeme Gregory
2020-11-25 14:34 ` Leif Lindholm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox