DynamicTablesPkg: Fix missing local header warning
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>
This commit is contained in:
committed by
mergify[bot]
parent
43a0e08d02
commit
f291a581ac
@ -25,6 +25,7 @@
|
||||
DeviceTreeTableFactory/DeviceTreeTableFactory.c
|
||||
DynamicTableFactoryDxe.c
|
||||
SmbiosTableFactory/SmbiosTableFactory.c
|
||||
DynamicTableFactory.h
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
|
Reference in New Issue
Block a user