SmmControlRuntimeDxe.inf 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. ## @file
  2. # SMM Control runtime DXE Module
  3. #
  4. # Provides the ability to generate a software SMI.
  5. #
  6. # Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. ##
  11. [Defines]
  12. INF_VERSION = 0x00010005
  13. BASE_NAME = SmmControlRuntimeDxe
  14. FILE_GUID = C3099578-F815-4a96-84A3-FC593760181D
  15. MODULE_TYPE = DXE_RUNTIME_DRIVER
  16. VERSION_STRING = 1.0
  17. ENTRY_POINT = SmmControlEntryPoint
  18. #
  19. # The following information is for reference only and not required by the build tools.
  20. #
  21. # VALID_ARCHITECTURES = IA32 X64
  22. #
  23. [Sources]
  24. SmmControlRuntimeDxe.c
  25. [Packages]
  26. MdePkg/MdePkg.dec
  27. UefiPayloadPkg/UefiPayloadPkg.dec
  28. [LibraryClasses]
  29. UefiDriverEntryPoint
  30. DebugLib
  31. UefiBootServicesTableLib
  32. UefiRuntimeLib
  33. PcdLib
  34. IoLib
  35. HobLib
  36. [Guids]
  37. gSmmRegisterInfoGuid
  38. gEfiEventVirtualAddressChangeGuid
  39. [Protocols]
  40. gEfiSmmControl2ProtocolGuid ## PRODUCES
  41. [Depex]
  42. TRUE