ArmPlatformPkg: Add missing header files in INF file

The header files are used but missing in INF, which causes
warning message when building them.

Signed-off-by: Pete Batard <pete@akeo.ie>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
Pete Batard 2019-08-31 15:07:29 +01:00 committed by Leif Lindholm
parent 7551529ce1
commit 9b5a1c789d
5 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,7 @@
LIBRARY_CLASS = LcdHwLib
[Sources.common]
ArmMaliDp.h
ArmMaliDp.c
[Packages]

View File

@ -17,6 +17,7 @@
LIBRARY_CLASS = LcdHwLib
[Sources.common]
HdLcd.h
HdLcd.c
[Packages]

View File

@ -16,6 +16,7 @@
LIBRARY_CLASS = LcdHwLib
[Sources.common]
PL111Lcd.h
PL111Lcd.c
[Packages]

View File

@ -15,6 +15,7 @@
VERSION_STRING = 1.0
[Sources]
PrePi.h
PrePi.c
MainMPCore.c

View File

@ -15,6 +15,7 @@
VERSION_STRING = 1.0
[Sources]
PrePi.h
PrePi.c
MainUniCore.c