mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	 f832329add
			
		
	
	f832329add
	
	
	
		
			
			Set same defines for CLANGPDB tool chain family as all tool chain other families. Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
		
			
				
	
	
		
			25 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| ## @file
 | |
| # UnitTestFrameworkPkg DSC include file for host and target based test DSC
 | |
| #
 | |
| # Copyright (c) Microsoft Corporation.
 | |
| # SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| #
 | |
| ##
 | |
| 
 | |
| [LibraryClasses]
 | |
|   BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
 | |
|   PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
 | |
|   UnitTestPersistenceLib|UnitTestFrameworkPkg/Library/UnitTestPersistenceLibNull/UnitTestPersistenceLibNull.inf
 | |
|   UnitTestResultReportLib|UnitTestFrameworkPkg/Library/UnitTestResultReportLib/UnitTestResultReportLibDebugLib.inf
 | |
|   PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
 | |
|   SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
 | |
| 
 | |
| [PcdsFixedAtBuild]
 | |
|   gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1F
 | |
| 
 | |
| [BuildOptions]
 | |
|   MSFT:*_*_*_CC_FLAGS     = -D DISABLE_NEW_DEPRECATED_INTERFACES -D EDKII_UNIT_TEST_FRAMEWORK_ENABLED
 | |
|   GCC:*_*_*_CC_FLAGS      = -D DISABLE_NEW_DEPRECATED_INTERFACES -D EDKII_UNIT_TEST_FRAMEWORK_ENABLED
 | |
|   CLANGPDB:*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES -D EDKII_UNIT_TEST_FRAMEWORK_ENABLED
 | |
|   XCODE:*_*_*_CC_FLAGS    = -D DISABLE_NEW_DEPRECATED_INTERFACES -D EDKII_UNIT_TEST_FRAMEWORK_ENABLED
 |