CpuIo2Dxe.inf 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. ## @file
  2. # Produces the CPU I/O 2 Protocol by using the services of the I/O Library.
  3. #
  4. # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
  5. # Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x00010005
  12. BASE_NAME = CpuIo2Dxe
  13. MODULE_UNI_FILE = CpuIo2Dxe.uni
  14. FILE_GUID = A19B1FE7-C1BC-49F8-875F-54A5D542443F
  15. MODULE_TYPE = DXE_DRIVER
  16. VERSION_STRING = 1.0
  17. ENTRY_POINT = CpuIo2Initialize
  18. #
  19. # The following information is for reference only and not required by the build tools.
  20. #
  21. # VALID_ARCHITECTURES = IA32 X64 EBC
  22. #
  23. [Sources]
  24. CpuIo2Dxe.c
  25. CpuIo2Dxe.h
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. [LibraryClasses]
  29. UefiDriverEntryPoint
  30. BaseLib
  31. DebugLib
  32. IoLib
  33. UefiBootServicesTableLib
  34. [Protocols]
  35. gEfiCpuIo2ProtocolGuid ## PRODUCES
  36. [Depex]
  37. TRUE
  38. [UserExtensions.TianoCore."ExtraFiles"]
  39. CpuIo2DxeExtra.uni