]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
OvmfPkg: PciHostBridgeDxe: look for all root buses
[mirror_edk2.git] / OvmfPkg / PciHostBridgeDxe / PciHostBridgeDxe.inf
CommitLineData
d52bde1c
LE
1## @file\r
2# The basic interfaces implementation to a single segment PCI Host Bridge\r
3# driver.\r
4#\r
5# Copyright (c) 2008 - 2014, 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#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
14# IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PciHostBridge\r
21 FILE_GUID = 311161C5-BFD9-4504-8016-213F2DAEDAF3\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24\r
25 ENTRY_POINT = InitializePciHostBridge\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29\r
30[LibraryClasses]\r
31 UefiDriverEntryPoint\r
32 UefiBootServicesTableLib\r
33 DxeServicesTableLib\r
34 UefiLib\r
35 MemoryAllocationLib\r
36 BaseMemoryLib\r
37 BaseLib\r
38 DebugLib\r
39 DevicePathLib\r
40 IoLib\r
41 PciLib\r
42\r
43[Sources]\r
44 PciHostBridge.c\r
45 PciRootBridgeIo.c\r
46 PciHostBridge.h\r
47 IoFifo.h\r
48\r
49[Sources.IA32]\r
50 Ia32/IoFifo.asm\r
51 Ia32/IoFifo.S\r
52\r
53[Sources.X64]\r
54 X64/IoFifo.asm\r
55 X64/IoFifo.S\r
56\r
57[Protocols]\r
58 gEfiPciHostBridgeResourceAllocationProtocolGuid ## PRODUCES\r
59 gEfiPciRootBridgeIoProtocolGuid ## PRODUCES\r
60 gEfiMetronomeArchProtocolGuid ## CONSUMES\r
61 gEfiDevicePathProtocolGuid ## PRODUCES\r
62\r
63[depex]\r
64 gEfiMetronomeArchProtocolGuid\r