The BaseTools build feature introduced for TianoCore#1804 / in commit
1fa6699e6c
("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 <ard.biesheuvel@linaro.org>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
68 lines
1.7 KiB
INI
68 lines
1.7 KiB
INI
#/** @file
|
|
#
|
|
# Component description file for NorFlashDxe module
|
|
#
|
|
# Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
#**/
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = ArmVeNorFlashDxe
|
|
FILE_GUID = 93E34C7E-B50E-11DF-9223-2443DFD72085
|
|
MODULE_TYPE = DXE_RUNTIME_DRIVER
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = NorFlashInitialise
|
|
|
|
[Sources.common]
|
|
NorFlashDxe.h
|
|
NorFlashDxe.c
|
|
NorFlashFvbDxe.c
|
|
NorFlashBlockIoDxe.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
ArmPlatformPkg/ArmPlatformPkg.dec
|
|
EmbeddedPkg/EmbeddedPkg.dec
|
|
|
|
[LibraryClasses]
|
|
IoLib
|
|
BaseLib
|
|
DebugLib
|
|
HobLib
|
|
NorFlashPlatformLib
|
|
UefiLib
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
UefiRuntimeLib
|
|
DxeServicesTableLib
|
|
|
|
[Guids]
|
|
gEfiSystemNvDataFvGuid
|
|
gEfiVariableGuid
|
|
gEfiAuthenticatedVariableGuid
|
|
gEfiEventVirtualAddressChangeGuid
|
|
gEdkiiNvVarStoreFormattedGuid ## PRODUCES ## PROTOCOL
|
|
|
|
[Protocols]
|
|
gEfiBlockIoProtocolGuid
|
|
gEfiDevicePathProtocolGuid
|
|
gEfiFirmwareVolumeBlockProtocolGuid
|
|
gEfiDiskIoProtocolGuid
|
|
|
|
[Pcd.common]
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
|
|
|
|
gArmPlatformTokenSpaceGuid.PcdNorFlashCheckBlockLocked
|
|
|
|
[Depex]
|
|
gEfiCpuArchProtocolGuid
|