From f6f1e0b7c2929cb43828e7e38a3a94c50c204230 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Fri, 19 Jul 2019 17:33:05 +0200 Subject: EmbeddedPkg: list module-internal header files in INF [Sources] The BaseTools build feature introduced for TianoCore#1804 / in commit 1fa6699e6cd4 ("BaseTools: Add a checking for Sources section in INF file", 2019-06-10) logs some (non-fatal) warnings about unlisted internal header files. List those files explicitly. Note: header files are added in lexicographical order only if the underlying INF file already keeps the [Sources] and [LibraryClasses] sections in lexicographical order. Otherwise, header files are added in rough "logical" order. Cc: Ard Biesheuvel Cc: Leif Lindholm Signed-off-by: Laszlo Ersek Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Leif Lindholm --- EmbeddedPkg/Library/FdtLib/FdtLib.inf | 1 + EmbeddedPkg/Library/PrePiLib/PrePiLib.inf | 1 + 2 files changed, 2 insertions(+) (limited to 'EmbeddedPkg') diff --git a/EmbeddedPkg/Library/FdtLib/FdtLib.inf b/EmbeddedPkg/Library/FdtLib/FdtLib.inf index f5cd7591e2..354c1709c9 100644 --- a/EmbeddedPkg/Library/FdtLib/FdtLib.inf +++ b/EmbeddedPkg/Library/FdtLib/FdtLib.inf @@ -20,6 +20,7 @@ # [Sources] + libfdt_internal.h fdt_empty_tree.c fdt_overlay.c fdt_ro.c diff --git a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf index 83a0edcb8d..3c749ca229 100644 --- a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf +++ b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf @@ -27,6 +27,7 @@ # [Sources.common] + PrePi.h FwVol.c PrePiLib.c -- cgit v1.2.3