summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-11-16 17:20:18 +0000
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-12-08 16:30:28 +0000
commitd9b53608607b0c5df0031f18486b3c0fa8a1fb6e (patch)
tree75f202e8eac715f01e891d553314f9adecc0164a /ArmPlatformPkg
parent1e6adaebdd00540aad711ef4df71858d1fd58b23 (diff)
downloadedk2-d9b53608607b0c5df0031f18486b3c0fa8a1fb6e.tar.gz
edk2-d9b53608607b0c5df0031f18486b3c0fa8a1fb6e.tar.bz2
edk2-d9b53608607b0c5df0031f18486b3c0fa8a1fb6e.zip
ArmPlatformPkg: add missing library class declarations to .dec file
Add ArmPlatformLib, LcdPlatformlib and NorFlashPlatformLib to the [LibraryClasses] section of ArmPlatformPkg.dec. 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/ArmPlatformPkg.dec3
1 files changed, 3 insertions, 0 deletions
diff --git a/ArmPlatformPkg/ArmPlatformPkg.dec b/ArmPlatformPkg/ArmPlatformPkg.dec
index 9d47e459ea..d42404e8cd 100644
--- a/ArmPlatformPkg/ArmPlatformPkg.dec
+++ b/ArmPlatformPkg/ArmPlatformPkg.dec
@@ -32,6 +32,9 @@
Include # Root include for the package
[LibraryClasses]
+ ArmPlatformLib|Include/Library/ArmPlatformLib.h
+ LcdPlatformLib|Include/Library/LcdPlatformLib.h
+ NorFlashPlatformLib|Include/Library/NorFlashPlatformLib.h
PL011UartLib|Include/Library/PL011UartLib.h
[Guids.common]