]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
OvmfPkg: clone PciHostBridgeDxe from PcAtChipsetPkg
[mirror_edk2.git] / OvmfPkg / PciHostBridgeDxe / PciHostBridgeDxe.inf
1 ## @file
2 # The basic interfaces implementation to a single segment PCI Host Bridge
3 # driver.
4 #
5 # Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials are licensed and made available
8 # under the terms and conditions of the BSD License which accompanies this
9 # distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
14 # IMPLIED.
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = PciHostBridge
21 FILE_GUID = 311161C5-BFD9-4504-8016-213F2DAEDAF3
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24
25 ENTRY_POINT = InitializePciHostBridge
26
27 [Packages]
28 MdePkg/MdePkg.dec
29
30 [LibraryClasses]
31 UefiDriverEntryPoint
32 UefiBootServicesTableLib
33 DxeServicesTableLib
34 UefiLib
35 MemoryAllocationLib
36 BaseMemoryLib
37 BaseLib
38 DebugLib
39 DevicePathLib
40 IoLib
41 PciLib
42
43 [Sources]
44 PciHostBridge.c
45 PciRootBridgeIo.c
46 PciHostBridge.h
47 IoFifo.h
48
49 [Sources.IA32]
50 Ia32/IoFifo.asm
51 Ia32/IoFifo.S
52
53 [Sources.X64]
54 X64/IoFifo.asm
55 X64/IoFifo.S
56
57 [Protocols]
58 gEfiPciHostBridgeResourceAllocationProtocolGuid ## PRODUCES
59 gEfiPciRootBridgeIoProtocolGuid ## PRODUCES
60 gEfiMetronomeArchProtocolGuid ## CONSUMES
61 gEfiDevicePathProtocolGuid ## PRODUCES
62
63 [depex]
64 gEfiMetronomeArchProtocolGuid