]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EmulatorPkg/SmbiosLib: Declare the correct library class.
authorMarvin Häuser <Marvin.Haeuser@outlook.com>
Thu, 17 May 2018 12:43:30 +0000 (12:43 +0000)
committerJordan Justen <jordan.l.justen@intel.com>
Thu, 24 May 2018 20:33:56 +0000 (13:33 -0700)
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>
EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf

index adcd7ef08e20ffc5ac29da95029eef2fa5ee2ad0..0593c47d48c22227dab16a8c5c4a3de826cf476f 100644 (file)
@@ -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