PiSmmCommunicationSmm.inf 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. ## @file
  2. # PI SMM Communication SMM driver that saves SMM communication context
  3. # for use by SMM Communication PEIM in the S3 boot mode.
  4. #
  5. # Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x00010005
  12. BASE_NAME = PiSmmCommunicationSmm
  13. MODULE_UNI_FILE = PiSmmCommunicationSmm.uni
  14. FILE_GUID = E21F35A8-42FF-4050-82D6-93F7CDFA7073
  15. MODULE_TYPE = DXE_SMM_DRIVER
  16. VERSION_STRING = 1.0
  17. PI_SPECIFICATION_VERSION = 0x0001000A
  18. ENTRY_POINT = PiSmmCommunicationSmmEntryPoint
  19. #
  20. # The following information is for reference only and not required by the build tools.
  21. #
  22. # VALID_ARCHITECTURES = IA32 X64
  23. #
  24. [Sources]
  25. PiSmmCommunicationSmm.c
  26. PiSmmCommunicationPrivate.h
  27. [Packages]
  28. MdePkg/MdePkg.dec
  29. MdeModulePkg/MdeModulePkg.dec
  30. [LibraryClasses]
  31. UefiDriverEntryPoint
  32. UefiBootServicesTableLib
  33. UefiRuntimeServicesTableLib
  34. SmmServicesTableLib
  35. BaseLib
  36. BaseMemoryLib
  37. DebugLib
  38. SmmMemLib
  39. [Ppis]
  40. gEfiPeiSmmCommunicationPpiGuid ## UNDEFINED # SMM Configuration Table
  41. [Protocols]
  42. gEfiSmmSwDispatch2ProtocolGuid ## CONSUMES
  43. [Depex]
  44. gEfiSmmSwDispatch2ProtocolGuid
  45. [UserExtensions.TianoCore."ExtraFiles"]
  46. PiSmmCommunicationSmmExtra.uni