diff options
author | Marvin Häuser <Marvin.Haeuser@outlook.com> | 2018-05-17 12:43:30 +0000 |
---|---|---|
committer | Jordan Justen <jordan.l.justen@intel.com> | 2018-05-24 13:33:56 -0700 |
commit | 7dc7c7435e9030ad07ad7bc7d136a3997bd0b182 (patch) | |
tree | 349e7b12f07d5ee0d52b60aad156ecd55df5c9f9 /EmulatorPkg/Library/SmbiosLib | |
parent | 5685a243b6f85113591f4bac6cb8ecaa1376094e (diff) | |
download | edk2-7dc7c7435e9030ad07ad7bc7d136a3997bd0b182.zip edk2-7dc7c7435e9030ad07ad7bc7d136a3997bd0b182.tar.gz edk2-7dc7c7435e9030ad07ad7bc7d136a3997bd0b182.tar.bz2 |
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>
Diffstat (limited to 'EmulatorPkg/Library/SmbiosLib')
-rw-r--r-- | EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf b/EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf index adcd7ef..0593c47 100644 --- a/EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf +++ b/EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf @@ -20,7 +20,7 @@ FILE_GUID = 881863A2-09FD-3E44-8D62-7AE038D03747 MODULE_TYPE = DXE_DRIVER 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 |