From 0ca3bcbc900b3221b9efcdbf168c27d85f98c49e Mon Sep 17 00:00:00 2001 From: jwang36 Date: Mon, 21 Jan 2008 09:32:58 +0000 Subject: [PATCH] Added necessary support module type git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4593 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/PeiPiLib/PeiPiLib.inf | 2 +- MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MdePkg/Library/PeiPiLib/PeiPiLib.inf b/MdePkg/Library/PeiPiLib/PeiPiLib.inf index b640d6764f..d265f79d45 100644 --- a/MdePkg/Library/PeiPiLib/PeiPiLib.inf +++ b/MdePkg/Library/PeiPiLib/PeiPiLib.inf @@ -21,7 +21,7 @@ FILE_GUID = 6196FE81-4FA4-469a-B759-2C4DFE935B79 MODULE_TYPE = PEIM VERSION_STRING = 1.0 - LIBRARY_CLASS = PeiPiLib|PEIM + LIBRARY_CLASS = PeiPiLib|PEIM PEI_CORE EDK_RELEASE_VERSION = 0x00020000 EFI_SPECIFICATION_VERSION = 0x00020000 diff --git a/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf b/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf index ae464fa693..75bc3fc15d 100644 --- a/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf +++ b/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf @@ -21,7 +21,7 @@ FILE_GUID = b1ee6c28-54aa-4d17-b705-3e28ccb27b2e MODULE_TYPE = DXE_RUNTIME_DRIVER VERSION_STRING = 1.0 - LIBRARY_CLASS = UefiRuntimeLib|DXE_RUNTIME_DRIVER DXE_SAL_DRIVER + LIBRARY_CLASS = UefiRuntimeLib|DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_APPLICATION DXE_SMM_DRIVER EDK_RELEASE_VERSION = 0x00020000 EFI_SPECIFICATION_VERSION = 0x00020000 -- 2.39.2