From e2d3a25f1a3135221a9c8061e1b8f90245d727eb Mon Sep 17 00:00:00 2001 From: Marcin Wojtas Date: Sat, 27 Apr 2019 11:16:32 +0200 Subject: [PATCH] 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 Reviewed-by: Ard Biesheuvel --- .../Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.39.2