50 lines
1.1 KiB
INI
50 lines
1.1 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:
|
|
#; Jansen
|
|
#;
|
|
#; Notice:
|
|
#; The LPC I/O decode must be ready before access.
|
|
#; So this module must be added into the build.dsc between PlatformStage1.inf and PlatformStage2.inf.
|
|
|
|
[Defines]
|
|
BASE_NAME = WakeSourcePei
|
|
FILE_GUID = CC81918A-AC55-4fcd-83E6-0C1CC22937EA
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
INF_VERSION = 0x00010017
|
|
PI_SPECIFICATION_VERSION = 0x0001000A
|
|
|
|
ENTRY_POINT = WakeSourcePeiEntryPoint
|
|
|
|
[Sources]
|
|
WakeSourcePei.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
LfcPkg/LfcPkg.dec
|
|
|
|
[LibraryClasses]
|
|
PeimEntryPoint
|
|
LfcEcLib
|
|
LfcLib
|
|
LfcProjectPeiLib
|
|
|
|
[Guids]
|
|
|
|
[Ppis]
|
|
|
|
[Pcd]
|
|
|
|
[FeaturePcd]
|
|
|
|
[Depex]
|
|
TRUE |