DxeIoLibCpuIo.inf 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. ## @file
  2. # I/O Library implementation that uses the CPU I/O Protocol for I/O and MMIO operations.
  3. #
  4. # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. #
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x00010005
  12. BASE_NAME = DxeIoLibCpuIo
  13. MODULE_UNI_FILE = DxeIoLibCpuIo.uni
  14. FILE_GUID = e94cd42a-3aad-4ea0-9b09-945891c60ccd
  15. MODULE_TYPE = DXE_DRIVER
  16. VERSION_STRING = 1.0
  17. LIBRARY_CLASS = IoLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
  18. CONSTRUCTOR = IoLibConstructor
  19. #
  20. # The following information is for reference only and not required by the build tools.
  21. #
  22. # VALID_ARCHITECTURES = IA32 X64 EBC
  23. #
  24. [Sources]
  25. IoLibMmioBuffer.c
  26. DxeCpuIoLibInternal.h
  27. IoHighLevel.c
  28. IoLib.c
  29. [Packages]
  30. MdePkg/MdePkg.dec
  31. IntelFrameworkPkg/IntelFrameworkPkg.dec
  32. [LibraryClasses]
  33. BaseLib
  34. DebugLib
  35. UefiBootServicesTableLib
  36. [Protocols]
  37. gEfiCpuIoProtocolGuid ## CONSUMES
  38. [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]
  39. gEfiCpuIoProtocolGuid