BaseCachingPciExpressLib.inf 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ## @file
  2. # Instance of PCI Express Library using the 256 MB PCI Express MMIO window.
  3. #
  4. # PCI Express Library that uses the 256 MB PCI Express MMIO window to perform
  5. # PCI Configuration cycles. Layers on top of an I/O Library instance.
  6. #
  7. # Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
  8. #
  9. # SPDX-License-Identifier: BSD-2-Clause-Patent
  10. #
  11. #
  12. ##
  13. [Defines]
  14. INF_VERSION = 0x00010005
  15. BASE_NAME = BaseCachingPciExpressLib
  16. FILE_GUID = 3f3ffd80-04dc-4a2b-9d25-ecca55c2e520
  17. MODULE_TYPE = BASE
  18. VERSION_STRING = 1.0
  19. LIBRARY_CLASS = PciExpressLib|DXE_DRIVER UEFI_DRIVER UEFI_APPLICATION
  20. CONSTRUCTOR = PciExpressLibInitialize
  21. #
  22. # VALID_ARCHITECTURES = ARM AARCH64
  23. #
  24. [Sources]
  25. PciExpressLib.c
  26. [Packages]
  27. ArmVirtPkg/ArmVirtPkg.dec
  28. MdePkg/MdePkg.dec
  29. [LibraryClasses]
  30. BaseLib
  31. PcdLib
  32. DebugLib
  33. IoLib
  34. PciPcdProducerLib
  35. [Pcd]
  36. gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## CONSUMES