CpuIo2Smm.inf 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ## @file
  2. # Produces the SMM 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. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. ##
  8. [Defines]
  9. INF_VERSION = 0x00010005
  10. BASE_NAME = CpuIo2Smm
  11. MODULE_UNI_FILE = CpuIo2Smm.uni
  12. FILE_GUID = A47EE2D8-F60E-42fd-8E58-7BD65EE4C29B
  13. MODULE_TYPE = DXE_SMM_DRIVER
  14. VERSION_STRING = 1.0
  15. PI_SPECIFICATION_VERSION = 0x0001000A
  16. ENTRY_POINT = SmmCpuIo2Initialize
  17. #
  18. # The following information is for reference only and not required by the build tools.
  19. #
  20. # VALID_ARCHITECTURES = IA32 X64
  21. #
  22. [Sources]
  23. CpuIo2Smm.c
  24. CpuIo2Mm.c
  25. CpuIo2Mm.h
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. [LibraryClasses]
  29. UefiDriverEntryPoint
  30. BaseLib
  31. DebugLib
  32. IoLib
  33. MmServicesTableLib
  34. BaseMemoryLib
  35. [Protocols]
  36. gEfiSmmCpuIo2ProtocolGuid ## PRODUCES
  37. [Depex]
  38. TRUE
  39. [UserExtensions.TianoCore."ExtraFiles"]
  40. CpuIo2SmmExtra.uni