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>
		
	
		
			
				
	
	
		
			46 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
| #/** @file
 | |
| #
 | |
| # Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
 | |
| # Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
 | |
| #
 | |
| #  SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| #
 | |
| #
 | |
| #**/
 | |
| 
 | |
| [Defines]
 | |
|   INF_VERSION                    = 0x00010005
 | |
|   BASE_NAME                      = PL031RealTimeClockLib
 | |
|   FILE_GUID                      = 470DFB96-E205-4515-A75E-2E60F853E79D
 | |
|   MODULE_TYPE                    = BASE
 | |
|   VERSION_STRING                 = 1.0
 | |
|   LIBRARY_CLASS                  = RealTimeClockLib|DXE_RUNTIME_DRIVER
 | |
| 
 | |
| [Sources.common]
 | |
|   PL031RealTimeClock.h
 | |
|   PL031RealTimeClockLib.c
 | |
| 
 | |
| [Packages]
 | |
|   MdePkg/MdePkg.dec
 | |
|   EmbeddedPkg/EmbeddedPkg.dec
 | |
|   ArmPlatformPkg/ArmPlatformPkg.dec
 | |
| 
 | |
| [LibraryClasses]
 | |
|   IoLib
 | |
|   UefiLib
 | |
|   DebugLib
 | |
|   PcdLib
 | |
|   DxeServicesTableLib
 | |
|   TimeBaseLib
 | |
|   UefiRuntimeLib
 | |
| 
 | |
| [Guids]
 | |
|   gEfiEventVirtualAddressChangeGuid
 | |
| 
 | |
| [Pcd]
 | |
|   gArmPlatformTokenSpaceGuid.PcdPL031RtcBase
 | |
|   gArmPlatformTokenSpaceGuid.PcdPL031RtcPpmAccuracy
 | |
| 
 | |
| [Depex.common.DXE_RUNTIME_DRIVER]
 | |
|   gEfiCpuArchProtocolGuid
 |