]> git.proxmox.com Git - mirror_edk2.git/blame - UefiPayloadPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiPayloadPkg / Library / PciHostBridgeLib / PciHostBridgeLib.inf
CommitLineData
04af8bf2
DG
1## @file\r
2# Library instance of PciHostBridgeLib library class for coreboot.\r
3#\r
4# Copyright (C) 2016, Red Hat, Inc.\r
99de2e7e 5# Copyright (c) 2016 - 2021, Intel Corporation. All rights reserved.<BR>\r
04af8bf2
DG
6#\r
7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
8#\r
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = PciHostBridgeLib\r
15 FILE_GUID = 62EE5269-CFFD-43a3-BE3F-622FC79F467E\r
16 MODULE_TYPE = BASE\r
17 VERSION_STRING = 1.0\r
18 LIBRARY_CLASS = PciHostBridgeLib\r
19\r
20#\r
21# The following information is for reference only and not required by the build\r
22# tools.\r
23#\r
24# VALID_ARCHITECTURES = IA32 X64 EBC\r
25#\r
26\r
27[Sources]\r
28 PciHostBridge.h\r
29 PciHostBridgeLib.c\r
30 PciHostBridgeSupport.c\r
31\r
32[Packages]\r
33 MdeModulePkg/MdeModulePkg.dec\r
34 MdePkg/MdePkg.dec\r
35\r
36[LibraryClasses]\r
37 BaseMemoryLib\r
38 DebugLib\r
39 DevicePathLib\r
40 MemoryAllocationLib\r
41 PciLib\r
99de2e7e
ZL
42\r
43[Guids]\r
44 gUniversalPayloadPciRootBridgeInfoGuid\r
45\r
46[Pcd]\r
47 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration\r