| 0 |      1 | // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
 | 
|  |      2 | // All rights reserved.
 | 
|  |      3 | // This component and the accompanying materials are made available
 | 
|  |      4 | // under the terms of the License "Eclipse Public License v1.0"
 | 
|  |      5 | // which accompanies this distribution, and is available
 | 
|  |      6 | // at the URL "http://www.eclipse.org/legal/epl-v10.html".
 | 
|  |      7 | //
 | 
|  |      8 | // Initial Contributors:
 | 
|  |      9 | // Nokia Corporation - initial contribution.
 | 
|  |     10 | //
 | 
|  |     11 | // Contributors:
 | 
|  |     12 | //
 | 
|  |     13 | // Description:
 | 
|  |     14 | // f32/group/runtests.mmp
 | 
|  |     15 | // runtests.exe Test launcher
 | 
|  |     16 | // 
 | 
|  |     17 | //
 | 
|  |     18 | 
 | 
|  |     19 | /**
 | 
|  |     20 |  @file
 | 
|  |     21 | */
 | 
|  |     22 | 
 | 
|  |     23 | target				runtests.exe
 | 
|  |     24 | targettype			exe
 | 
|  |     25 | sourcepath			../runtests
 | 
|  |     26 | source				runtests.cpp
 | 
|  |     27 | library				euser.lib efsrv.lib hal.lib
 | 
|  |     28 | 
 | 
|  |     29 | // Make the -a option conditional as not everyone includes btrace in their ROMs.
 | 
|  |     30 | //#define 			_ENABLE_BTRACE_ANALYSIS_
 | 
|  |     31 | #ifdef _ENABLE_BTRACE_ANALYSIS_
 | 
|  |     32 | sourcepath			../../../kerneltest/e32utils/trace
 | 
|  |     33 | source				btrace_analyse.cpp
 | 
|  |     34 | library 			btracec.lib
 | 
|  |     35 | #endif
 | 
|  |     36 | 
 | 
|  |     37 | OS_LAYER_SYSTEMINCLUDE_SYMBIAN
 | 
|  |     38 | userinclude			../inc
 | 
|  |     39 | epocstacksize		0x4000
 | 
|  |     40 | 
 | 
|  |     41 | capability	All
 | 
|  |     42 | VENDORID	0x70000001
 | 
|  |     43 | UID			0x00000000 0x10210F4F
 | 
|  |     44 | 
 | 
|  |     45 | #include "f32.mmh"  	// Generic definitions for the whole f32 component
 | 
|  |     46 | 
 | 
|  |     47 | SMPSAFE
 |