PciCpuIo2Dxe.inf 1003 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. ## @file
  2. # Produces the CPU I/O 2 Protocol by using the services of the I/O Library.
  3. #
  4. # Copyright (c) 2022 Loongson Technology Corporation Limited. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = PciCpuIo2Dxe
  12. FILE_GUID = 168D1A6E-F4A5-448A-9E95-795661BB3067
  13. MODULE_TYPE = DXE_DRIVER
  14. VERSION_STRING = 1.0
  15. ENTRY_POINT = PciCpuIo2Initialize
  16. #
  17. # VALID_ARCHITECTURES = LOONGARCH64
  18. #
  19. [Sources]
  20. PciCpuIo2Dxe.c
  21. [Packages]
  22. Platform/Loongson/LoongArchQemuPkg/Loongson.dec
  23. MdePkg/MdePkg.dec
  24. [LibraryClasses]
  25. UefiDriverEntryPoint
  26. BaseLib
  27. DebugLib
  28. IoLib
  29. PcdLib
  30. UefiBootServicesTableLib
  31. [Pcd]
  32. gEfiMdePkgTokenSpaceGuid.PcdPciIoTranslation
  33. [Protocols]
  34. gEfiCpuIo2ProtocolGuid ## PRODUCES
  35. [Depex]
  36. TRUE