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>
38 lines
730 B
INI
38 lines
730 B
INI
## @file
|
|
# IORT Table Generator
|
|
#
|
|
# Copyright (c) 2017 - 2019, ARM Limited. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010019
|
|
BASE_NAME = AcpiIortLibArm
|
|
FILE_GUID = 25682BA8-B41D-4403-B034-253769E0DAD5
|
|
VERSION_STRING = 1.0
|
|
MODULE_TYPE = DXE_DRIVER
|
|
LIBRARY_CLASS = NULL|DXE_DRIVER
|
|
CONSTRUCTOR = AcpiIortLibConstructor
|
|
DESTRUCTOR = AcpiIortLibDestructor
|
|
|
|
[Sources]
|
|
IortGenerator.c
|
|
IortGenerator.h
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
EmbeddedPkg/EmbeddedPkg.dec
|
|
DynamicTablesPkg/DynamicTablesPkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
|
|
[Pcd]
|
|
|
|
[Protocols]
|
|
|
|
[Guids]
|
|
|