From: Liming Gao Date: Fri, 15 Apr 2016 03:50:25 +0000 (+0800) Subject: MdeModulePkg: Correct PlatformHookLibSerialPortPpi module type. X-Git-Tag: edk2-stable201903~7263 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=f447df5d39134eb07a396ecca8326694c29692f0 MdeModulePkg: Correct PlatformHookLibSerialPortPpi module type. This library instance is PEIM type, not BASE type. It has the PPI dependency for PEIM. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Reviewed-by: Feng Tian --- diff --git a/MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf b/MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf index 09074a8a4e..d577506b26 100644 --- a/MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf +++ b/MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf @@ -16,9 +16,9 @@ INF_VERSION = 0x00010005 BASE_NAME = PlatformHookLibSerialPortPpi FILE_GUID = 621734D8-8B5E-4c01-B330-9F89A1081710 - MODULE_TYPE = BASE + MODULE_TYPE = PEIM VERSION_STRING = 1.0 - LIBRARY_CLASS = PlatformHookLib + LIBRARY_CLASS = PlatformHookLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER SMM_CORE PEIM SEC PEI_CORE UEFI_APPLICATION UEFI_DRIVER MODULE_UNI_FILE = PlatformHookLibSerialPortPpi.uni #