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