]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf
OvmfPkg: PciHostBridgeLib: permit access to the full extended config space
[mirror_edk2.git] / OvmfPkg / Library / PciHostBridgeLib / PciHostBridgeLib.inf
CommitLineData
d85861d7
LE
1## @file\r
2# OVMF's instance of the PCI Host Bridge Library.\r
3#\r
4# Copyright (C) 2016, Red Hat, Inc.\r
5# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
6#\r
7# This program and the accompanying materials are licensed and made available\r
8# under the terms and conditions of the BSD License which accompanies this\r
9# distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
13# IMPLIED.\r
14#\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PciHostBridgeLib\r
21 FILE_GUID = 9F2BC05E-51EA-4AED-9A3E-7699641734E8\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = PciHostBridgeLib\r
25\r
26#\r
27# The following information is for reference only and not required by the build\r
28# tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources]\r
34 PciHostBridgeLib.c\r
35\r
36[Packages]\r
d85861d7 37 MdeModulePkg/MdeModulePkg.dec\r
46e46eaf
LE
38 MdePkg/MdePkg.dec\r
39 OvmfPkg/OvmfPkg.dec\r
40\r
41[LibraryClasses]\r
65de2ef5 42 BaseMemoryLib\r
46e46eaf 43 DebugLib\r
1f4e2299 44 DevicePathLib\r
46e46eaf
LE
45 MemoryAllocationLib\r
46 PciLib\r
47 QemuFwCfgLib\r
390951c2
LE
48\r
49[Pcd]\r
50 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase\r
51 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize\r
52 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Base\r
53 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Size\r
7daf2401 54 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId\r