summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/PlatformHookLibSerialPortPpi
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2016-04-15 11:50:25 +0800
committerLiming Gao <liming.gao@intel.com>2016-04-25 13:17:05 +0800
commitf447df5d39134eb07a396ecca8326694c29692f0 (patch)
treec2433cb7c09cd8425433b4847130766e74f6d489 /MdeModulePkg/Library/PlatformHookLibSerialPortPpi
parent6d0bab0e41ded0d70fc72f583e4e69e100bb3cf4 (diff)
downloadedk2-f447df5d39134eb07a396ecca8326694c29692f0.tar.gz
edk2-f447df5d39134eb07a396ecca8326694c29692f0.tar.bz2
edk2-f447df5d39134eb07a396ecca8326694c29692f0.zip
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>
Diffstat (limited to 'MdeModulePkg/Library/PlatformHookLibSerialPortPpi')
-rw-r--r--MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf4
1 files changed, 2 insertions, 2 deletions
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
#