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