]> git.proxmox.com Git - mirror_edk2.git/commitdiff
CryptoPkg/BaseCryptLib: list module-internal header files in INF [Sources]
authorLaszlo Ersek <lersek@redhat.com>
Fri, 19 Jul 2019 15:31:01 +0000 (17:31 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Mon, 22 Jul 2019 22:20:30 +0000 (00:20 +0200)
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: Jian Wang <jian.j.wang@intel.com>
Cc: Ting Ye <ting.ye@intel.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf

index 4c43537476229989d5f57dadd0d0fce615188ded..99dbad23ed5d982beb4c4a40f9c159a98b0005eb 100644 (file)
@@ -34,6 +34,7 @@
 #\r
 \r
 [Sources]\r
+  InternalCryptLib.h\r
   Hash/CryptMd4Null.c\r
   Hash/CryptMd5.c\r
   Hash/CryptSha1.c\r
index a59079d99e05501c53c4398cbb1bb3902ad3b5da..0e58d2b5b0eaf958888f444869e72aa681a91018 100644 (file)
@@ -33,6 +33,7 @@
 #\r
 \r
 [Sources]\r
+  InternalCryptLib.h\r
   Hash/CryptMd4Null.c\r
   Hash/CryptMd5.c\r
   Hash/CryptSha1.c\r
index 3fd7d65abfcaaec406b10c936e5d2dd610fdc122..c79f2bf4c6c0fd04711586f632dec0c4ff56dbdd 100644 (file)
@@ -33,6 +33,7 @@
 #\r
 \r
 [Sources]\r
+  InternalCryptLib.h\r
   Hash/CryptMd4Null.c\r
   Hash/CryptMd5.c\r
   Hash/CryptSha1.c\r