57 lines
1.6 KiB
INI
57 lines
1.6 KiB
INI
## @file
|
|
# Component description file for PchAhci PEIM.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2014 - 2016, Insyde Software Corp. 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 = PchAhciPei
|
|
FILE_GUID = CE248B77-1179-4BC6-B324-9D2EDC4B976E
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = InitializePchAhci
|
|
|
|
[Sources]
|
|
PchAhci.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
$(PROJECT_PKG)/Project.dec
|
|
|
|
[LibraryClasses]
|
|
PeimEntryPoint
|
|
PeiServicesLib
|
|
SataSocLib
|
|
PciSegmentLib
|
|
H2OCpLib
|
|
PchPciBdfLib
|
|
|
|
[Ppis]
|
|
|
|
[Guids]
|
|
gH2OPeiCpPciEnumUpdateDevResourcesGuid
|
|
|
|
[Pcd]
|
|
gChipsetPkgTokenSpaceGuid.PcdAbarCapDefault
|
|
gInsydeTokenSpaceGuid.PcdH2OPeiCpPciEnumUpdateDevResourcesSupported
|
|
|
|
[Depex]
|
|
gEfiPciCfg2PpiGuid AND
|
|
gEfiPeiMemoryDiscoveredPpiGuid AND
|
|
gEfiPeiBootInRecoveryModePpiGuid
|
|
#[-start-190527-IB16990029-add]#
|
|
#gSiPolicyPpiGuid
|
|
#[-end-190527-IB16990029-add]#
|