mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
038f929c92
commit
e2d3a25f1a
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue