FILE GUID in PeiEmuSerialPortLib.inf is same to MdePkg\Library\BaseSerialPortLibNull\BaseSerialPortLibNull.inf. PeiEmuSerialPortLib.inf FILE_GUID should be updated. https://bugzilla.tianocore.org/show_bug.cgi?id=2144 Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Andrew Fish <afish@apple.com> Cc: Ray Ni <ray.ni@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Ray Ni <ray.ni@Intel.com>
		
			
				
	
	
		
			42 lines
		
	
	
		
			941 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			941 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| ## @file
 | |
| #  Write only instance of Serial Port Library with empty functions.
 | |
| #
 | |
| #  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
 | |
| #  Portions copyright (c) 2011, Apple Inc. All rights reserved.
 | |
| #
 | |
| #  SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| #
 | |
| #
 | |
| ##
 | |
| 
 | |
| [Defines]
 | |
|   INF_VERSION                    = 0x00010005
 | |
|   BASE_NAME                      = PeiEmuSerialPortLibNull
 | |
|   FILE_GUID                      = 76003416-0373-4C3C-BC4C-87E367FD4BD1
 | |
|   MODULE_TYPE                    = PEIM
 | |
|   VERSION_STRING                 = 1.0
 | |
|   LIBRARY_CLASS                  = SerialPortLib| PEI_CORE PEIM SEC
 | |
| 
 | |
| #
 | |
| #  VALID_ARCHITECTURES           = IA32 X64 EBC
 | |
| #
 | |
| 
 | |
| [Sources]
 | |
|   PeiEmuSerialPortLib.c
 | |
| 
 | |
| 
 | |
| [Packages]
 | |
|   MdePkg/MdePkg.dec
 | |
|   EmulatorPkg/EmulatorPkg.dec
 | |
|   EmbeddedPkg/EmbeddedPkg.dec
 | |
| 
 | |
| [LibraryClasses]
 | |
|   PeiServicesLib
 | |
| 
 | |
| [Ppis]
 | |
|   gEmuThunkPpiGuid                       # PPI ALWAYS_CONSUMED
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 |