From: Marcin Wojtas Date: Sat, 27 Apr 2019 09:16:32 +0000 (+0200) Subject: EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS X-Git-Tag: edk2-stable201905~189 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=e2d3a25f1a3135221a9c8061e1b8f90245d727eb 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 --- 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]