Add Google Mock Library for DtPlatformLoaderDtbLib Signed-off-by: Jeff Brasen <jbrasen@nvidia.com>
		
			
				
	
	
		
			30 lines
		
	
	
		
			850 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			850 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| ## @file
 | |
| # Google Test mocks for MockDtPlatformDtbLoaderLib
 | |
| #
 | |
| # Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
 | |
| # Copyright (c) 2023, Intel Corporation. All rights reserved.
 | |
| # SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| ##
 | |
| 
 | |
| [Defines]
 | |
|   INF_VERSION                    = 0x00010005
 | |
|   BASE_NAME                      = MockDtPlatformDtbLoaderLib
 | |
|   FILE_GUID                      = 34c05e81-3c56-4c78-b4b7-a39be19163a4
 | |
|   MODULE_TYPE                    = HOST_APPLICATION
 | |
|   VERSION_STRING                 = 1.0
 | |
|   LIBRARY_CLASS                  = DtPlatformDtbLoaderLib
 | |
| 
 | |
| [Sources]
 | |
| MockDtPlatformDtbLoaderLib.cpp
 | |
| 
 | |
| [Packages]
 | |
|   EmbeddedPkg/EmbeddedPkg.dec
 | |
|   MdePkg/MdePkg.dec
 | |
|   UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
 | |
| 
 | |
| [LibraryClasses]
 | |
|   GoogleTestLib
 | |
| 
 | |
| [BuildOptions]
 | |
|   MSFT:*_*_*_CC_FLAGS = /EHsc
 |