VariableMmDependency.inf 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ## @file
  2. # Runtime DXE part corresponding to StandaloneMM variable module.
  3. #
  4. # This module installs variable arch protocol and variable write arch protocol
  5. # to StandaloneMM runtime variable service.
  6. #
  7. # Copyright (c) 2019 - 2021, Arm Ltd. All rights reserved.
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. ##
  11. [Defines]
  12. INF_VERSION = 0x0001001A
  13. BASE_NAME = VariableMmDependency
  14. FILE_GUID = 64BC4129-778E-4867-BA07-13999A4DEC3F
  15. MODULE_TYPE = DXE_DRIVER
  16. LIBRARY_CLASS = NULL
  17. CONSTRUCTOR = VariableMmDependencyLibConstructor
  18. #
  19. # The following information is for reference only and not required by the build tools.
  20. #
  21. # VALID_ARCHITECTURES = AARCH64|ARM
  22. #
  23. #
  24. [Sources]
  25. VariableMmDependency.c
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. MdeModulePkg/MdeModulePkg.dec
  29. [Protocols]
  30. gEfiSmmVariableProtocolGuid ## PRODUCES
  31. [Guids]
  32. gSmmVariableWriteGuid ## PRODUCES ## GUID # Install protocol
  33. [Depex]
  34. TRUE