mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	 d95e578b25
			
		
	
	d95e578b25
	
	
	
		
			
			By edk2 convention, a NULL library should be called *LibNull. These libraries did not follow this convention, so rename them. Signed-off-by: Leif Lindholm <leif.lindholm@oss.qualcomm.com>
		
			
				
	
	
		
			23 lines
		
	
	
		
			545 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			545 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| #/** @file
 | |
| #
 | |
| #  Copyright (c) 2017, Linaro, Ltd. All rights reserved.
 | |
| #
 | |
| #  SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| #
 | |
| #**/
 | |
| 
 | |
| [Defines]
 | |
|   INF_VERSION                    = 0x0001001A
 | |
|   BASE_NAME                      = LcdHwLibNull
 | |
|   FILE_GUID                      = bb1fde98-1de2-410e-8850-fdcb8e67ebc0
 | |
|   MODULE_TYPE                    = BASE
 | |
|   VERSION_STRING                 = 1.0
 | |
|   LIBRARY_CLASS                  = LcdHwLib
 | |
| 
 | |
| [Sources]
 | |
|   LcdHwLibNull.c
 | |
| 
 | |
| [Packages]
 | |
|   ArmPlatformPkg/ArmPlatformPkg.dec
 | |
|   MdePkg/MdePkg.dec
 |