[edk2-devel][PATCH] UnitTestFrameworkPg: Fix build failure of MdeModulePkg with

Wadhawan, Divneil R posted 1 patch 3 years, 4 months ago
Failed in applying to current master (apply log)
UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.inf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[edk2-devel][PATCH] UnitTestFrameworkPg: Fix build failure of MdeModulePkg with
Posted by Wadhawan, Divneil R 3 years, 4 months ago
o LIBRARY_CLASS for UnitTestLib has been extended to support the classes
  required in building of MdeModulePkg

Signed-off-by: Divneil Rai Wadhawan <divneil.r.wadhawan@intel.com>
---
UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.inf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.inf b/UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.inf
index 96e40e973c..0dabd6a6f3 100644
--- a/UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.inf
+++ b/UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.inf
@@ -12,7 +12,7 @@
   FILE_GUID       = 98CEF9CA-15CE-40A3-ADE8-C299953CD0F6
   VERSION_STRING  = 1.0
   MODULE_TYPE     = UEFI_DRIVER
-  LIBRARY_CLASS   = UnitTestLib|PEIM DXE_DRIVER DXE_SMM_DRIVER UEFI_DRIVER UEFI_APPLICATION
+  LIBRARY_CLASS   = UnitTestLib|PEI_CORE PEIM DXE_CORE MM_STANDALONE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_DRIVER UEFI_APPLICATION
 [Sources]
   UnitTestLib.c
--
2.16.2.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#68120): https://edk2.groups.io/g/devel/message/68120
Mute This Topic: https://groups.io/mt/78627484/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-