]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
ArmVirtPkg/FdtPciPcdProducerLib: add handling of PcdPciIoTranslation
[mirror_edk2.git] / ArmVirtPkg / Library / FdtPciPcdProducerLib / FdtPciPcdProducerLib.inf
CommitLineData
33ac4566
AB
1#/** @file\r
2# FDT client library for consumers of PCI related dynamic PCDs\r
3#\r
4# Copyright (c) 2016, Linaro Ltd. All rights reserved.\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this 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 IMPLIED.\r
13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = FdtPciPcdProducerLib\r
19 FILE_GUID = D584275B-BF1E-4DF8-A53D-980F5645C5E7\r
20 MODULE_TYPE = BASE\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = PciPcdProducerLib|DXE_DRIVER UEFI_DRIVER\r
23 CONSTRUCTOR = FdtPciPcdProducerLibConstructor\r
24\r
25[Sources]\r
26 FdtPciPcdProducerLib.c\r
27\r
28[Packages]\r
c8f1a75a 29 ArmPkg/ArmPkg.dec\r
33ac4566
AB
30 ArmVirtPkg/ArmVirtPkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32 MdePkg/MdePkg.dec\r
33\r
34[LibraryClasses]\r
35 BaseLib\r
36 DebugLib\r
37 PcdLib\r
38 UefiBootServicesTableLib\r
39\r
40[Protocols]\r
41 gFdtClientProtocolGuid ## CONSUMES\r
42\r
43[Pcd]\r
c8f1a75a 44 gArmTokenSpaceGuid.PcdPciIoTranslation ## PRODUCES\r
33ac4566
AB
45 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## PRODUCES\r
46 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration ## PRODUCES\r
47\r
48[Depex]\r
49 gFdtClientProtocolGuid\r