PciPlatformDxe.inf 836 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ## @file
  2. #
  3. # Copyright (c) 2021, Ampere Computing LLC. All rights reserved.<BR>
  4. #
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. ##
  8. [defines]
  9. INF_VERSION = 0x0001001B
  10. BASE_NAME = PciPlatformDxe
  11. FILE_GUID = 73276F3D-DCBC-49B2-9890-7564F917501D
  12. MODULE_TYPE = DXE_DRIVER
  13. VERSION_STRING = 1.0
  14. ENTRY_POINT = PciPlatformDriverEntry
  15. [Sources]
  16. PciPlatformDxe.c
  17. [Packages]
  18. MdePkg/MdePkg.dec
  19. Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dec
  20. [LibraryClasses]
  21. Ac01PcieLib
  22. DebugLib
  23. HobLib
  24. TimerLib
  25. UefiBootServicesTableLib
  26. UefiDriverEntryPoint
  27. [Protocols]
  28. gEfiDevicePathProtocolGuid
  29. gEfiPciHostBridgeResourceAllocationProtocolGuid
  30. gEfiPciPlatformProtocolGuid
  31. [Guids]
  32. gRootComplexInfoHobGuid
  33. [Depex]
  34. TRUE