mirror of
				https://git.proxmox.com/git/mirror_edk2
				synced 2025-10-31 15:06:49 +00:00 
			
		
		
		
	 f6f1e0b7c2
			
		
	
	
		f6f1e0b7c2
		
	
	
	
	
		
			
			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>
		
	
			
		
			
				
	
	
		
			42 lines
		
	
	
		
			873 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			873 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| #/* @file
 | |
| #  Copyright (c) 2011-2014, ARM Limited. All rights reserved.
 | |
| #
 | |
| #  SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| #
 | |
| #*/
 | |
| 
 | |
| [Defines]
 | |
|   INF_VERSION                    = 0x00010005
 | |
|   BASE_NAME                      = FdtLib
 | |
|   FILE_GUID                      = 6b2478c0-be23-11e0-a28c-0002a5d5c51b
 | |
|   MODULE_TYPE                    = BASE
 | |
|   VERSION_STRING                 = 1.0
 | |
|   LIBRARY_CLASS                  = FdtLib
 | |
| 
 | |
| #
 | |
| # The following information is for reference only and not required by the build tools.
 | |
| #
 | |
| #  VALID_ARCHITECTURES           = ARM AARCH64
 | |
| #
 | |
| 
 | |
| [Sources]
 | |
|   libfdt_internal.h
 | |
|   fdt_empty_tree.c
 | |
|   fdt_overlay.c
 | |
|   fdt_ro.c
 | |
|   fdt_rw.c
 | |
|   fdt_strerror.c
 | |
|   fdt_strtoul.c
 | |
|   fdt_sw.c
 | |
|   fdt_wip.c
 | |
|   fdt.c
 | |
|   fdt_addresses.c
 | |
| 
 | |
| [Packages]
 | |
|   MdePkg/MdePkg.dec
 | |
|   EmbeddedPkg/EmbeddedPkg.dec
 | |
| 
 | |
| [LibraryClasses]
 | |
|   BaseLib
 | |
|   DebugLib
 |