mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	 d52fa6da67
			
		
	
	d52fa6da67
	
	
	
		
			
			By edk2 convention, a NULL library should be called *LibNull. ArmMtlNullLib did not follow this convention, so rename it ArmMtlLibNull. Signed-off-by: Leif Lindholm <leif.lindholm@oss.qualcomm.com>
		
			
				
	
	
		
			21 lines
		
	
	
		
			538 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			538 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| #/** @file
 | |
| #  Copyright (c) 2017-2018, Arm Limited. All rights reserved.
 | |
| #
 | |
| #  SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| #**/
 | |
| 
 | |
| [Defines]
 | |
|   INF_VERSION                    = 0x00010019
 | |
|   BASE_NAME                      = ArmMtlLibNull
 | |
|   FILE_GUID                      = 05810525-FDEC-4006-9F1F-37609B3675FA
 | |
|   MODULE_TYPE                    = BASE
 | |
|   VERSION_STRING                 = 1.0
 | |
|   LIBRARY_CLASS                  = ArmMtlLib
 | |
| 
 | |
| [Sources.common]
 | |
|   ArmMtlLibNull.c
 | |
| 
 | |
| [Packages]
 | |
|   ArmPkg/ArmPkg.dec
 | |
|   MdePkg/MdePkg.dec
 |