NvVarStoreFormattedLib.inf 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ## @file
  2. # A hook-in library for:
  3. # - MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
  4. # - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
  5. # - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf
  6. #
  7. # Plugging this library instance into one of the above modules makes that
  8. # variable service backend wait for another platform module to dynamically
  9. # initialize or verify EFI_FIRMWARE_VOLUME_HEADER and VARIABLE_STORE_HEADER in
  10. # the non-volatile variable store FVB device. The initialization / verification
  11. # is signaled by installing gEdkiiNvVarStoreFormattedGuid into the
  12. # phase-matching PPI or protocol database, with a NULL interface. (Note that
  13. # installing gEdkiiNvVarStoreFormattedGuid into either the DXE or the MM
  14. # protocol database will unblock VariableSmm -- refer to EFI_SECTION_MM_DEPEX
  15. # in the PI spec.)
  16. #
  17. # Copyright (C) 2018, Red Hat, Inc.
  18. #
  19. # SPDX-License-Identifier: BSD-2-Clause-Patent
  20. ##
  21. [Defines]
  22. INF_VERSION = 1.27
  23. BASE_NAME = NvVarStoreFormattedLib
  24. FILE_GUID = 78f76ae8-ae62-4455-8148-c3a7ebaaa3f3
  25. MODULE_TYPE = BASE
  26. VERSION_STRING = 1.0
  27. LIBRARY_CLASS = NvVarStoreFormattedLib|PEIM DXE_RUNTIME_DRIVER DXE_DRIVER DXE_SMM_DRIVER
  28. CONSTRUCTOR = NvVarStoreFormattedInitialize
  29. [Sources]
  30. NvVarStoreFormattedLib.c
  31. [Packages]
  32. EmbeddedPkg/EmbeddedPkg.dec
  33. MdeModulePkg/MdeModulePkg.dec
  34. MdePkg/MdePkg.dec
  35. #
  36. # The matching DEPEX section below will generate the EFI_SECTION_PEI_DEPEX,
  37. # EFI_SECTION_DXE_DEPEX or EFI_SECTION_MM_DEPEX leaf section for the PEIM
  38. # (EFI_FV_FILETYPE_PEIM), DXE_RUNTIME_DRIVER/DXE_DRIVER (EFI_FV_FILETYPE_DRIVER), or
  39. # DXE_SMM_DRIVER (EFI_FV_FILETYPE_MM) module, respectively.
  40. #
  41. [Depex.common.PEIM, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_DRIVER, Depex.common.DXE_SMM_DRIVER]
  42. gEdkiiNvVarStoreFormattedGuid