mirror of https://github.com/acidanthera/audk.git
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 <liming.gao@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com>
This commit is contained in:
parent
6d0bab0e41
commit
f447df5d39
|
@ -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
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue