mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
1e6adaebdd
commit
d9b5360860
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue