REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389 Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Zhiguang Liu <zhiguang.liu@intel.com> Signed-off-by: Chris Johnson <chris.n.johnson@intel.com> Acked-by: Liming Gao <gaoliming@byosoft.com.cn> Reviewed-by: Oliver Smith-Denny <osde@linux.microsoft.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
		
			
				
	
	
		
			34 lines
		
	
	
		
			905 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			905 B
		
	
	
	
		
			INI
		
	
	
	
	
	
## @file
 | 
						|
# Google Test mocks for UefiRuntimeServicesTableLib
 | 
						|
#
 | 
						|
# Copyright (c) 2022, Intel Corporation. All rights reserved.
 | 
						|
# SPDX-License-Identifier: BSD-2-Clause-Patent
 | 
						|
##
 | 
						|
 | 
						|
[Defines]
 | 
						|
  INF_VERSION                    = 0x00010005
 | 
						|
  BASE_NAME                      = MockUefiRuntimeServicesTableLib
 | 
						|
  FILE_GUID                      = 0A0E13C2-4176-4293-89C7-C2497AA31B92
 | 
						|
  MODULE_TYPE                    = HOST_APPLICATION
 | 
						|
  VERSION_STRING                 = 1.0
 | 
						|
  LIBRARY_CLASS                  = UefiRuntimeServicesTableLib
 | 
						|
 | 
						|
#
 | 
						|
# The following information is for reference only and not required by the build tools.
 | 
						|
#
 | 
						|
#  VALID_ARCHITECTURES           = IA32 X64
 | 
						|
#
 | 
						|
 | 
						|
[Sources]
 | 
						|
  MockUefiRuntimeServicesTableLib.cpp
 | 
						|
 | 
						|
[Packages]
 | 
						|
  MdePkg/MdePkg.dec
 | 
						|
  UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
 | 
						|
 | 
						|
[LibraryClasses]
 | 
						|
  GoogleTestLib
 | 
						|
 | 
						|
[BuildOptions]
 | 
						|
  MSFT:*_*_*_CC_FLAGS = /EHsc
 |