mirror of https://github.com/acidanthera/audk.git
EmulatorPkg/SmbiosLib: Declare the correct library class.
Currently, SmbiosLib declares the PcdLib library class. Update the declaration to declare SmbiosLib. V2: - Do not change the copyright date as requested. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
5685a243b6
commit
7dc7c7435e
|
@ -20,7 +20,7 @@
|
||||||
FILE_GUID = 881863A2-09FD-3E44-8D62-7AE038D03747
|
FILE_GUID = 881863A2-09FD-3E44-8D62-7AE038D03747
|
||||||
MODULE_TYPE = DXE_DRIVER
|
MODULE_TYPE = DXE_DRIVER
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
LIBRARY_CLASS = PcdLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVER
|
LIBRARY_CLASS = SmbiosLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVER
|
||||||
|
|
||||||
CONSTRUCTOR = SmbiosLibConstructor
|
CONSTRUCTOR = SmbiosLibConstructor
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue