SmmAccessDxe.inf 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. ## @file
  2. # SMM Access 2 Protocol Dxe Driver
  3. #
  4. # This module produces the SMM Access 2 Protocol.
  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 = SmmAccessDxe
  14. FILE_GUID = 47579CF5-1E4F-4b41-99BB-A5C334846D3B
  15. MODULE_TYPE = DXE_DRIVER
  16. VERSION_STRING = 1.0
  17. ENTRY_POINT = SmmAccessEntryPoint
  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. SmmAccessDxe.c
  25. SmmAccessDxe.h
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. MdeModulePkg/MdeModulePkg.dec
  29. UefiPayloadPkg/UefiPayloadPkg.dec
  30. [LibraryClasses]
  31. UefiDriverEntryPoint
  32. UefiBootServicesTableLib
  33. DebugLib
  34. BaseLib
  35. BaseMemoryLib
  36. MemoryAllocationLib
  37. HobLib
  38. [Guids]
  39. gEfiSmmSmramMemoryGuid
  40. [Protocols]
  41. gEfiSmmAccess2ProtocolGuid ## PRODUCES
  42. [Depex]
  43. TRUE