mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user