public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 1/3] Platform/AMD: Move VariablePolicyHelperLib into LibraryClasses.common
@ 2022-02-01 16:56 Rebecca Cran
  2022-02-01 16:56 ` [PATCH 2/3] Platform/Socionext: Move VariablePolicyHelperLib to LibraryClasses.common Rebecca Cran
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Rebecca Cran @ 2022-02-01 16:56 UTC (permalink / raw)
  To: Ard Biesheuvel, Leif Lindholm, Marcin Wojtas, Masami Hiramatsu,
	devel
  Cc: Rebecca Cran

The VariablePolicyHelperLib is now used by a number of driver types, so
instead of duplicating it, move it into the LibraryClasses.common section.

Signed-off-by: Rebecca Cran <quic_rcran@quicinc.com>
---
 Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
index af207391209c..41c1cadc3425 100644
--- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
+++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
@@ -125,6 +125,7 @@ DEFINE X64EMU_ENABLE  = FALSE
   OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
   RngLib|MdePkg/Library/DxeRngLib/DxeRngLib.inf
   TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
+  VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
   VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
 
   UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
@@ -209,7 +210,6 @@ DEFINE X64EMU_ENABLE  = FALSE
   PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
   MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
   NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
-  VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
 
 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
   HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
@@ -219,7 +219,6 @@ DEFINE X64EMU_ENABLE  = FALSE
   DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf
 !endif
   VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
-  VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
 
 [LibraryClasses.common.UEFI_APPLICATION]
   PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
-- 
2.30.2


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

end of thread, other threads:[~2022-02-01 17:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-01 16:56 [PATCH 1/3] Platform/AMD: Move VariablePolicyHelperLib into LibraryClasses.common Rebecca Cran
2022-02-01 16:56 ` [PATCH 2/3] Platform/Socionext: Move VariablePolicyHelperLib to LibraryClasses.common Rebecca Cran
2022-02-01 16:56 ` [PATCH 3/3] Silicon/Marvell: Move VariablePolicyHelperLib into LibraryClasses.common Rebecca Cran
2022-02-01 17:03   ` Marcin Wojtas
2022-02-01 16:58 ` [PATCH 1/3] Platform/AMD: " Rebecca Cran
2022-02-01 16:59   ` [edk2-devel] " Ard Biesheuvel
2022-02-01 17:14     ` Ard Biesheuvel

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