summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg
diff options
context:
space:
mode:
authorMarcin Wojtas <mw@semihalf.com>2019-04-27 11:16:32 +0200
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2019-04-29 15:34:16 +0200
commite2d3a25f1a3135221a9c8061e1b8f90245d727eb (patch)
tree250f0211f2bd66077e068440fd9b3296c1079121 /EmbeddedPkg
parent038f929c921c3b6f2fb47a79f0e89caa0ed649c0 (diff)
downloadedk2-e2d3a25f1a3135221a9c8061e1b8f90245d727eb.tar.gz
edk2-e2d3a25f1a3135221a9c8061e1b8f90245d727eb.tar.bz2
edk2-e2d3a25f1a3135221a9c8061e1b8f90245d727eb.zip
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
Latest change allowed to add dependency on NvVarStoreFormattedLib for the DXE_DRIVER modules. Although effectively it is hooked using the 'NULL' class, extend the LIBRARY_CLASS with according type for consistency sake. Signed-off-by: Marcin Wojtas <mw@semihalf.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'EmbeddedPkg')
-rw-r--r--EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf2
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf b/EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
index 98a0049849..e2eed26c5b 100644
--- a/EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
+++ b/EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
@@ -25,7 +25,7 @@
FILE_GUID = 78f76ae8-ae62-4455-8148-c3a7ebaaa3f3
MODULE_TYPE = BASE
VERSION_STRING = 1.0
- LIBRARY_CLASS = NvVarStoreFormattedLib|PEIM DXE_RUNTIME_DRIVER DXE_SMM_DRIVER
+ LIBRARY_CLASS = NvVarStoreFormattedLib|PEIM DXE_RUNTIME_DRIVER DXE_DRIVER DXE_SMM_DRIVER
CONSTRUCTOR = NvVarStoreFormattedInitialize
[Sources]