stif/group/bld.inf
branchRCL_3
changeset 59 8ad140f3dd41
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 * 
       
    14 * Description:
       
    15 *
       
    16 *	bld.inf Toplevel build information for STIF Test Framework
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 
       
    24 	DEFAULT
       
    25 
       
    26 
       
    27 PRJ_EXPORTS
       
    28 
       
    29 	TestFramework.ini +/wins/c/TestFramework/TestFramework.ini
       
    30 	TestFramework.ini +/winscw/c/TestFramework/TestFramework.ini
       
    31 	TestFramework.ini +/data/z/system/data/TestFramework.ini
       
    32 	
       
    33 	// This is added in order to export iby files automaticly in 5.0 env
       
    34 	../rom/Stif.iby     CORE_IBY_EXPORT_PATH(tools,Stif.iby) 
       
    35 	
       
    36 	../rom/Stif_rom.iby CORE_IBY_EXPORT_PATH(tools/rom,Stif_rom.iby)
       
    37 	
       
    38 	:zip ../TestModuleTemplates/TestModuleTemplates.zip +/tools/s60rndtools/stif
       
    39 	
       
    40 PRJ_TESTEXPORTS
       
    41 	
       
    42 PRJ_MMPFILES	
       
    43 
       
    44 	// Stif API
       
    45 	#include "../stif_plat/group/bld.inf"
       
    46 
       
    47 	// Test Interface
       
    48 	#include "../TestInterface/group/bld.inf"
       
    49 	
       
    50 	// Test Server
       
    51 	#include "../TestServer/group/bld.inf"
       
    52 	
       
    53 	// Test Engine
       
    54 	#include "../TestEngine/group/bld.inf"
       
    55 	
       
    56 	// Test Server Starter
       
    57 	#include "../TestServerStarter/group/bld.inf"
       
    58 	
       
    59 	// StifTFwIf
       
    60 	#include "../StifTFwIf/group/bld.inf"
       
    61 	
       
    62 	// Console UI
       
    63 	#include "../ConsoleUI/group/bld.inf"
       
    64 
       
    65 	// Test Combiner
       
    66 	#include "../TestCombiner/group/bld.inf"
       
    67 	
       
    68 	// Demomodule
       
    69 	#include "../DemoModule/group/bld.inf"
       
    70 	
       
    71 	// ATS logger
       
    72 	#include "../ATSLogger/group/bld.inf"
       
    73 	
       
    74 	// ATS interface
       
    75 	#include "../ATSInterface/group/bld.inf"
       
    76 	
       
    77 	// Test Scripter
       
    78 	#include "../TestScripter/group/bld.inf"
       
    79 	
       
    80 	// SU Event
       
    81 	#include "../SUEvent/group/bld.inf"
       
    82 	
       
    83 	#if defined(__S60_)
       
    84 		// StifKernelTestClassBase
       
    85 		#include "../StifKernelTestClassBase/group/bld.inf"
       
    86 	#endif // __S60_
       
    87 
       
    88 
       
    89 // End of File