summaryrefslogtreecommitdiffstats
path: root/EmulatorPkg
diff options
context:
space:
mode:
authorMarvin Häuser <Marvin.Haeuser@outlook.com>2018-05-17 12:43:30 +0000
committerJordan Justen <jordan.l.justen@intel.com>2018-05-24 13:33:56 -0700
commit7dc7c7435e9030ad07ad7bc7d136a3997bd0b182 (patch)
tree349e7b12f07d5ee0d52b60aad156ecd55df5c9f9 /EmulatorPkg
parent5685a243b6f85113591f4bac6cb8ecaa1376094e (diff)
downloadedk2-7dc7c7435e9030ad07ad7bc7d136a3997bd0b182.tar.gz
edk2-7dc7c7435e9030ad07ad7bc7d136a3997bd0b182.tar.bz2
edk2-7dc7c7435e9030ad07ad7bc7d136a3997bd0b182.zip
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')
-rw-r--r--EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf2
1 files changed, 1 insertions, 1 deletions
diff --git a/EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf b/EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf
index adcd7ef08e..0593c47d48 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