59 lines
1.3 KiB
INI
59 lines
1.3 KiB
INI
#*****************************************************************************
|
|
#
|
|
# Copyright (c) 2012 - 2015, Hefei LCFC Information Technology Co.Ltd.
|
|
# And/or its affiliates. All rights reserved.
|
|
# Hefei LCFC Information Technology Co.Ltd. PROPRIETARY/CONFIDENTIAL.
|
|
# Use is subject to license terms.
|
|
#
|
|
#******************************************************************************
|
|
#;
|
|
#; Author:
|
|
#; Antony
|
|
#;
|
|
#; Notice:
|
|
#; The module is running on early pei .
|
|
#;
|
|
|
|
[Defines]
|
|
BASE_NAME = LfcPei
|
|
FILE_GUID = A435E113-FE11-465F-938B-83A8C0FC7A99
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
INF_VERSION = 0x00010017
|
|
PI_SPECIFICATION_VERSION = 0x0001000A
|
|
|
|
ENTRY_POINT = LfcPeiEntryPoint
|
|
|
|
[Sources]
|
|
LfcPei.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
LfcPkg/LfcPkg.dec
|
|
|
|
[LibraryClasses]
|
|
PeimEntryPoint
|
|
PeiServicesLib
|
|
DebugLib
|
|
IoLib
|
|
LfcEcLib
|
|
LfcLib
|
|
LfcProjectPeiLib
|
|
|
|
[Guids]
|
|
|
|
[Ppis]
|
|
gEfiPeiMemoryDiscoveredPpiGuid
|
|
gEfiPeiMasterBootModePpiGuid
|
|
#[-start-210909-QINGLIN0056-add]#
|
|
!if ($(C770_SUPPORT_ENABLE) == YES) OR ($(S370_SUPPORT_ENABLE) == YES)
|
|
gEfiEndOfPeiSignalPpiGuid
|
|
!endif
|
|
#[-end-210909-QINGLIN0056-add]#
|
|
|
|
[Pcd]
|
|
|
|
[FeaturePcd]
|
|
|
|
[Depex]
|
|
TRUE |