49 lines
1.3 KiB
INI
49 lines
1.3 KiB
INI
## @file
|
|
# Component description file for ProgramGpioPei PEIM.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2016, Insyde Software Corporation. All Rights Reserved.
|
|
#*
|
|
#* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
#* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
#* any part of this publication in any form, by any means, without the prior
|
|
#* written permission of Insyde Software Corporation.
|
|
#*
|
|
#******************************************************************************
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = CacheInitPei
|
|
FILE_GUID = C56E9493-6F67-48e4-960D-3E42DC330E52
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = CacheInitEntryPoint
|
|
|
|
[Sources]
|
|
CacheInitPei.c
|
|
CachePeim.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
UefiCpuPkg/UefiCpuPkg.dec
|
|
|
|
[LibraryClasses]
|
|
PeimEntryPoint
|
|
CpuPlatformLib
|
|
DebugLib
|
|
BaseLib
|
|
PeiServicesLib
|
|
BaseMemoryLib
|
|
ReportStatusCodeLib
|
|
MemoryAllocationLib
|
|
|
|
[Ppis]
|
|
gPeiCachePpiGuid
|
|
|
|
[Depex]
|
|
TRUE
|
|
|