Browse Source

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>
Ard Biesheuvel 6 years ago
parent
commit
d9b5360860
1 changed files with 3 additions and 0 deletions
  1. 3 0
      ArmPlatformPkg/ArmPlatformPkg.dec

+ 3 - 0
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]