XenAcpiPlatformDxe.inf 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ## @file
  2. # OVMF ACPI Platform Driver for Xen guests
  3. #
  4. # Copyright (C) 2021, Red Hat, Inc.
  5. # Copyright (c) 2008 - 2019, Intel Corporation. All rights reserved.<BR>
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = XenAcpiPlatform
  12. FILE_GUID = fa0a48ac-767d-4c88-b70c-ec54c8b900c4
  13. MODULE_TYPE = DXE_DRIVER
  14. VERSION_STRING = 1.0
  15. ENTRY_POINT = AcpiPlatformEntryPoint
  16. #
  17. # The following information is for reference only and not required by the build tools.
  18. #
  19. # VALID_ARCHITECTURES = IA32 X64 EBC
  20. #
  21. [Sources]
  22. AcpiPlatform.c
  23. AcpiPlatform.h
  24. EntryPoint.c
  25. Xen.c
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. OvmfPkg/OvmfPkg.dec
  29. [LibraryClasses]
  30. BaseLib
  31. DebugLib
  32. UefiBootServicesTableLib
  33. UefiDriverEntryPoint
  34. XenPlatformLib
  35. [Protocols]
  36. gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
  37. [Depex]
  38. gEfiAcpiTableProtocolGuid