]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
OvmfPkg: add DxePciLibI440FxQ35
[mirror_edk2.git] / OvmfPkg / Library / DxePciLibI440FxQ35 / DxePciLibI440FxQ35.inf
CommitLineData
7523788f
LE
1## @file\r
2# An instance of the PCI Library that is based on both the PCI CF8 Library and\r
3# the PCI Express Library.\r
4#\r
5# This PciLib instance caches the OVMF platform type (I440FX vs. Q35) in\r
6# its entry point function, then delegates function calls to one of the\r
7# PciCf8Lib or PciExpressLib "backends" as appropriate.\r
8#\r
9# Copyright (C) 2016, Red Hat, Inc.\r
10#\r
11# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
12#\r
13# This program and the accompanying materials are licensed and made available\r
14# under the terms and conditions of the BSD License which accompanies this\r
15# distribution. The full text of the license may be found at\r
16# http://opensource.org/licenses/bsd-license.php.\r
17#\r
18# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
19# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
20# IMPLIED.\r
21##\r
22\r
23[Defines]\r
24 INF_VERSION = 0x00010005\r
25 BASE_NAME = DxePciLibI440FxQ35\r
26 FILE_GUID = 5360bff6-3911-4495-ae3c-b02ff004b585\r
27 MODULE_TYPE = BASE\r
28 VERSION_STRING = 1.0\r
29 LIBRARY_CLASS = PciLib|DXE_DRIVER DXE_RUNTIME_DRIVER SMM_CORE DXE_SMM_DRIVER UEFI_DRIVER UEFI_APPLICATION\r
30 CONSTRUCTOR = InitializeConfigAccessMethod\r
31\r
32# VALID_ARCHITECTURES = IA32 X64\r
33\r
34[Sources]\r
35 PciLib.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 OvmfPkg/OvmfPkg.dec\r
40\r
41[LibraryClasses]\r
42 PcdLib\r
43 PciCf8Lib\r
44 PciExpressLib\r
45\r
46[Pcd]\r
47 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId\r