PciCpuIo2Dxe.inf 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ## @file
  2. # Produces the CPU I/O 2 Protocol by using the services of the I/O Library.
  3. #
  4. # Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
  5. # Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>
  6. # Copyright (c) 2022, Ventana Micro Systems Inc. All rights reserved.<BR>
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. ##
  11. [Defines]
  12. INF_VERSION = 0x0001001B
  13. BASE_NAME = PciCpuIo2Dxe
  14. FILE_GUID = 9BD3C765-2579-4CF0-9349-D77205565030
  15. MODULE_TYPE = DXE_DRIVER
  16. VERSION_STRING = 1.0
  17. ENTRY_POINT = PciCpuIo2Initialize
  18. #
  19. # The following information is for reference only and not required by the build tools.
  20. #
  21. # VALID_ARCHITECTURES = RISCV64
  22. #
  23. [Sources]
  24. PciCpuIo2Dxe.c
  25. [Packages]
  26. OvmfPkg/OvmfPkg.dec
  27. MdePkg/MdePkg.dec
  28. [LibraryClasses]
  29. UefiDriverEntryPoint
  30. BaseLib
  31. DebugLib
  32. IoLib
  33. PcdLib
  34. UefiBootServicesTableLib
  35. [Pcd]
  36. gEfiMdePkgTokenSpaceGuid.PcdPciIoTranslation
  37. [Protocols]
  38. gEfiCpuIo2ProtocolGuid ## PRODUCES
  39. [Depex]
  40. TRUE