]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf
EmbeddedPkg/PrePiHobLib: drop CreateHobList() from library
[mirror_edk2.git] / ArmVirtPkg / Library / FdtPciHostBridgeLib / FdtPciHostBridgeLib.inf
CommitLineData
d4cb9a30
AB
1## @file\r
2# PCI Host Bridge Library instance for pci-ecam-generic DT nodes\r
3#\r
4# Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials are licensed and made available\r
7# under the terms and conditions of the BSD License which accompanies this\r
8# distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
13# IMPLIED.\r
14#\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = FdtPciHostBridgeLib\r
21 FILE_GUID = 59fcb139-2558-4cf0-8d7c-ebac499da727\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = PciHostBridgeLib\r
25\r
26#\r
27# The following information is for reference only and not required by the build\r
28# tools.\r
29#\r
30# VALID_ARCHITECTURES = AARCH64 ARM\r
31#\r
32\r
33[Sources]\r
34 FdtPciHostBridgeLib.c\r
35\r
36[Packages]\r
37 ArmPkg/ArmPkg.dec\r
38 ArmVirtPkg/ArmVirtPkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 MdePkg/MdePkg.dec\r
41\r
42[LibraryClasses]\r
43 DebugLib\r
44 DevicePathLib\r
45 MemoryAllocationLib\r
46 PciPcdProducerLib\r
47\r
48[FixedPcd]\r
49 gArmTokenSpaceGuid.PcdPciMmio32Translation\r
9d64ac23 50 gArmTokenSpaceGuid.PcdPciMmio64Translation\r
d4cb9a30
AB
51\r
52[Pcd]\r
53 gArmTokenSpaceGuid.PcdPciIoTranslation\r
54 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress\r
55\r
56[Depex]\r
57 gFdtClientProtocolGuid\r