ArmPlatformPkg/LcdPlatformNullLib: fix incorrect library class
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>
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
FILE_GUID = b78d02bb-d0b5-4389-bc7f-b39ee846c784
|
FILE_GUID = b78d02bb-d0b5-4389-bc7f-b39ee846c784
|
||||||
MODULE_TYPE = BASE
|
MODULE_TYPE = BASE
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
LIBRARY_CLASS = LcdPlatformNullLib
|
LIBRARY_CLASS = LcdPlatformLib
|
||||||
|
|
||||||
[Sources]
|
[Sources]
|
||||||
LcdPlatformNullLib.c
|
LcdPlatformNullLib.c
|
||||||
|
Reference in New Issue
Block a user