]> git.proxmox.com Git - mirror_edk2.git/commitdiff
DynamicTablesPkg: Fix missing local header warning
authorSami Mujawar <sami.mujawar@arm.com>
Tue, 9 Jul 2019 09:18:51 +0000 (10:18 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sun, 29 Mar 2020 16:53:35 +0000 (16:53 +0000)
The edk2 BaseTools report a warning if a local header file
is not listed under the [Sources] section in the INF file.

Add header files to the [Sources] section in the respective
INF files to fix the warnings.

Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DynamicTableFactoryDxe.inf
DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/AcpiIortLibArm.inf
DynamicTablesPkg/Library/Acpi/Arm/AcpiPpttLibArm/AcpiPpttLibArm.inf

index b47a690dd72702a2d7157cbb21249ba1d01d08cd..56b69591ac52ca3ba51250dc01a0846b22442ce9 100644 (file)
@@ -25,6 +25,7 @@
   DeviceTreeTableFactory/DeviceTreeTableFactory.c\r
   DynamicTableFactoryDxe.c\r
   SmbiosTableFactory/SmbiosTableFactory.c\r
+  DynamicTableFactory.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
index 3bbd0e7818c6172f9178b12a3d0960e2d298bca1..2f987e3b6d339d4b5f342cb52b8dc712cf4e585c 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  IORT Table Generator\r
 #\r
-#  Copyright (c) 2017 - 2018, ARM Limited. All rights reserved.\r
+#  Copyright (c) 2017 - 2019, ARM Limited. All rights reserved.\r
 #\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ##\r
@@ -18,6 +18,7 @@
 \r
 [Sources]\r
   IortGenerator.c\r
+  IortGenerator.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
index 3cb13d7d8fd3df04f3e16cc6161d9736f7579a80..2c7d19513d6ceea29fd9f271f983a6cf6d2c1046 100644 (file)
@@ -18,6 +18,7 @@
 \r
 [Sources]\r
   PpttGenerator.c\r
+  PpttGenerator.h\r
 \r
 [Packages]\r
   EmbeddedPkg/EmbeddedPkg.dec\r