CpuIo2StandaloneMm.inf 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. # Copyright (c) Microsoft Corporation.
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = CpuIo2StandaloneMm
  12. FILE_GUID = E3121A26-BB1C-4A18-8E23-2EA3F0412248
  13. MODULE_TYPE = MM_STANDALONE
  14. VERSION_STRING = 1.0
  15. PI_SPECIFICATION_VERSION = 0x00010032
  16. ENTRY_POINT = StandaloneMmCpuIo2Initialize
  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. CpuIo2StandaloneMm.c
  24. CpuIo2Mm.c
  25. CpuIo2Mm.h
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. [LibraryClasses]
  29. StandaloneMmDriverEntryPoint
  30. BaseLib
  31. DebugLib
  32. IoLib
  33. MmServicesTableLib
  34. BaseMemoryLib
  35. [Protocols]
  36. gEfiSmmCpuIo2ProtocolGuid ## PRODUCES
  37. [Depex]
  38. TRUE