summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-12-08 17:09:58 +0000
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-12-08 19:34:11 +0000
commita5be96819fb66b5ce7a5251b6680c71b2dd459c1 (patch)
treed641a369ab81a6183cda6f4344e75daee631408a /ArmPlatformPkg
parent5e0e58634514574d9109479ca0ca5d464df32ebb (diff)
downloadedk2-a5be96819fb66b5ce7a5251b6680c71b2dd459c1.tar.gz
edk2-a5be96819fb66b5ce7a5251b6680c71b2dd459c1.tar.bz2
edk2-a5be96819fb66b5ce7a5251b6680c71b2dd459c1.zip
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>
Diffstat (limited to 'ArmPlatformPkg')
-rw-r--r--ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf b/ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf
index 41c1d96388..2cec9b970b 100644
--- a/ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf
+++ b/ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf
@@ -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