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