]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg/LcdPlatformNullLib: fix incorrect library class
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 8 Dec 2017 17:09:58 +0000 (17:09 +0000)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 8 Dec 2017 19:34:11 +0000 (19:34 +0000)
Use LcdPlatformLib not LcdPlatformNullLib (which is the name of this
instance) as LIBRARY_CLASS attribute.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf

index 41c1d96388121bee93873053f00372083ad0ad9e..2cec9b970b5b2774fcebf530541a0df9142e7838 100644 (file)
@@ -18,7 +18,7 @@
   FILE_GUID                      = b78d02bb-d0b5-4389-bc7f-b39ee846c784\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
   FILE_GUID                      = b78d02bb-d0b5-4389-bc7f-b39ee846c784\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = LcdPlatformNullLib\r
+  LIBRARY_CLASS                  = LcdPlatformLib\r
 \r
 [Sources]\r
   LcdPlatformNullLib.c\r
 \r
 [Sources]\r
   LcdPlatformNullLib.c\r