Re: [edk2-devel] [PATCH] EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS

2019-04-29 Thread Laszlo Ersek
On 04/29/19 15:35, Ard Biesheuvel wrote: > On Sat, 27 Apr 2019 at 11:16, Marcin Wojtas wrote: >> >> 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

Re: [edk2-devel] [PATCH] EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS

2019-04-29 Thread Ard Biesheuvel
On Sat, 27 Apr 2019 at 11:16, Marcin Wojtas wrote: > > 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:

[edk2-devel] [PATCH] EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS

2019-04-27 Thread Marcin Wojtas
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 --- EmbeddedPkg/Library/NvVarStoreFormattedLib/N