74 lines
2.2 KiB
INI
74 lines
2.2 KiB
INI
## @file
|
|
# Component description file for PciPlatformDxe driver.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2014 - 2020, 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 = PciPlatformDxe
|
|
FILE_GUID = E2441B64-7EF4-41fe-B3A3-8CAA7F8D3017
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = PciPlatformDriverEntryPoint
|
|
|
|
[Sources]
|
|
PciPlatform.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
$(PROJECT_PKG)/Project.dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
$(CHIPSET_REF_CODE_PKG)/SiPkg.dec
|
|
AlderLakePlatSamplePkg/PlatformPkg.dec
|
|
|
|
[LibraryClasses]
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
IoLib
|
|
MemoryAllocationLib
|
|
#[start-130925-IB11790036-add]#
|
|
PciExpressLib
|
|
#[end-130925-IB11790036-add]#
|
|
# PchPlatformLib
|
|
PchPcrLib
|
|
MmPciLib
|
|
TbtCommonLib
|
|
UefiRuntimeServicesTableLib
|
|
DebugLib
|
|
UefiLib
|
|
HobLib
|
|
PcdLib
|
|
PchPciBdfLib
|
|
S3BootScriptLib
|
|
|
|
[Protocols]
|
|
gEfiPciHostBridgeEndResourceAllocationNotifyGuid #PRODUCES
|
|
gEfiPciPlatformProtocolGuid
|
|
gEfiPciEnumerationCompleteProtocolGuid
|
|
gITbtNvsAreaProtocolGuid ## SOMETIMES_CONSUMES
|
|
gDTbtNvsAreaProtocolGuid ## SOMETIMES_CONSUMES
|
|
|
|
[Pcd]
|
|
gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress
|
|
gChipsetPkgTokenSpaceGuid.PcdVirtualBusTable
|
|
gPlatformModuleTokenSpaceGuid.PcdSwSmiDTbtEnumerate
|
|
gSiPkgTokenSpaceGuid.PcdSmbusBaseAddress ## CONSUMES
|
|
|
|
[Guids]
|
|
gSetupVariableGuid ## CONSUMES
|
|
gDTbtInfoHobGuid ## CONSUMES
|
|
|
|
[Depex]
|
|
TRUE
|