CloudHvAcpiPlatformDxe.inf 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ## @file
  2. # ACPI Platform Driver for Cloud Hypervisor
  3. #
  4. # Copyright (c) 2021, ARM Limited. All rights reserved.<BR>
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. ##
  8. [Defines]
  9. INF_VERSION = 0x0001001B
  10. BASE_NAME = CloudHvAcpiPlatformDxe
  11. FILE_GUID = 6c76e407-73f2-dc1c-938f-5d6c4691ea93
  12. MODULE_TYPE = DXE_DRIVER
  13. VERSION_STRING = 1.0
  14. ENTRY_POINT = CloudHvAcpiPlatformEntryPoint
  15. #
  16. # The following information is for reference only and not required by the build tools.
  17. #
  18. # VALID_ARCHITECTURES = AARCH64
  19. #
  20. [Sources]
  21. CloudHvAcpi.c
  22. [Packages]
  23. ArmVirtPkg/ArmVirtPkg.dec
  24. MdePkg/MdePkg.dec
  25. MdeModulePkg/MdeModulePkg.dec
  26. [LibraryClasses]
  27. BaseLib
  28. DebugLib
  29. MemoryAllocationLib
  30. OrderedCollectionLib
  31. UefiBootServicesTableLib
  32. UefiDriverEntryPoint
  33. [Protocols]
  34. gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
  35. [Pcd]
  36. gArmVirtTokenSpaceGuid.PcdCloudHvAcpiRsdpBaseAddress
  37. [Depex]
  38. gEfiAcpiTableProtocolGuid