]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Correct PlatformHookLibSerialPortPpi module type.
authorLiming Gao <liming.gao@intel.com>
Fri, 15 Apr 2016 03:50:25 +0000 (11:50 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 25 Apr 2016 05:17:05 +0000 (13:17 +0800)
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>
MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf

index 09074a8a4e09a5698e41ee8bde435f370dc54e04..d577506b26a64dc47ab234cdb2af571c863901e3 100644 (file)
@@ -16,9 +16,9 @@
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PlatformHookLibSerialPortPpi\r
   FILE_GUID                      = 621734D8-8B5E-4c01-B330-9F89A1081710\r
-  MODULE_TYPE                    = BASE\r
+  MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = PlatformHookLib\r
+  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\r
   MODULE_UNI_FILE                = PlatformHookLibSerialPortPpi.uni\r
 \r
 #\r