mirror of https://github.com/acidanthera/audk.git
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:
parent
5e0e586345
commit
a5be96819f
|
@ -18,7 +18,7 @@
|
|||
FILE_GUID = b78d02bb-d0b5-4389-bc7f-b39ee846c784
|
||||
MODULE_TYPE = BASE
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = LcdPlatformNullLib
|
||||
LIBRARY_CLASS = LcdPlatformLib
|
||||
|
||||
[Sources]
|
||||
LcdPlatformNullLib.c
|
||||
|
|
Loading…
Reference in New Issue