]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmVirtualizationPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
MdeModulePkg/UfsPciHcDxe: Fix EBC build error
[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
aca7e8b6 26 ArmPlatformPkg/ArmPlatformPkg.dec\r
f9a8be42 27 ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualizationPkg.dec\r
9595e3cd
LE
28\r
29[LibraryClasses]\r
30 UefiDriverEntryPoint\r
31 UefiBootServicesTableLib\r
32 DxeServicesTableLib\r
33 UefiLib\r
34 MemoryAllocationLib\r
35 BaseMemoryLib\r
36 BaseLib\r
37 DebugLib\r
38 DevicePathLib\r
39 IoLib\r
40 PciLib\r
aca7e8b6 41 PcdLib\r
9595e3cd
LE
42\r
43[Sources]\r
44 PciHostBridge.c\r
45 PciRootBridgeIo.c\r
46 PciHostBridge.h\r
47\r
48[Protocols]\r
49 gEfiPciHostBridgeResourceAllocationProtocolGuid ## PRODUCES\r
50 gEfiPciRootBridgeIoProtocolGuid ## PRODUCES\r
51 gEfiMetronomeArchProtocolGuid ## CONSUMES\r
52 gEfiDevicePathProtocolGuid ## PRODUCES\r
53\r
aca7e8b6
LE
54[Pcd]\r
55 gArmPlatformTokenSpaceGuid.PcdPciBusMin\r
56 gArmPlatformTokenSpaceGuid.PcdPciBusMax\r
57 gArmPlatformTokenSpaceGuid.PcdPciIoBase\r
58 gArmPlatformTokenSpaceGuid.PcdPciIoSize\r
59 gArmPlatformTokenSpaceGuid.PcdPciIoTranslation\r
60 gArmPlatformTokenSpaceGuid.PcdPciMmio32Base\r
61 gArmPlatformTokenSpaceGuid.PcdPciMmio32Size\r
120a25c2 62 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress\r
aca7e8b6 63\r
f9a8be42
LE
64[FeaturePcd]\r
65 gArmVirtualizationTokenSpaceGuid.PcdKludgeMapPciMmioAsCached\r
66\r
9595e3cd 67[depex]\r
f9a8be42
LE
68 gEfiMetronomeArchProtocolGuid AND\r
69 gEfiCpuArchProtocolGuid\r