sl@0
|
1 |
// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
//
|
sl@0
|
15 |
|
sl@0
|
16 |
/**
|
sl@0
|
17 |
@file
|
sl@0
|
18 |
@test
|
sl@0
|
19 |
@internalComponent - Internal Symbian test code
|
sl@0
|
20 |
*/
|
sl@0
|
21 |
|
sl@0
|
22 |
PRJ_PLATFORMS
|
sl@0
|
23 |
DEFAULT
|
sl@0
|
24 |
|
sl@0
|
25 |
|
sl@0
|
26 |
PRJ_EXPORTS
|
sl@0
|
27 |
// test code only
|
sl@0
|
28 |
|
sl@0
|
29 |
|
sl@0
|
30 |
PRJ_MMPFILES
|
sl@0
|
31 |
// test code only
|
sl@0
|
32 |
|
sl@0
|
33 |
|
sl@0
|
34 |
PRJ_TESTMMPFILES
|
sl@0
|
35 |
twservstresstest.mmp
|
sl@0
|
36 |
|
sl@0
|
37 |
../tstresscrp/group/stresscrp.mmp
|
sl@0
|
38 |
../tstressanim/group/tstresstestanimdll.mmp
|
sl@0
|
39 |
|
sl@0
|
40 |
|
sl@0
|
41 |
PRJ_TESTEXPORTS
|
sl@0
|
42 |
twservstresstest.iby /epoc32/rom/include/twservstresstest.iby
|
sl@0
|
43 |
|
sl@0
|
44 |
// cmd batch files for emulator / hardware test execution
|
sl@0
|
45 |
../scripts/wservstresstest_run.bat z:/wstest/wservstresstest_run.bat
|
sl@0
|
46 |
|
sl@0
|
47 |
// cmd scripts
|
sl@0
|
48 |
../scripts/wservstresstest.script z:/wstest/wservstresstest.script
|
sl@0
|
49 |
../scripts/wservstresslog.script z:/wstest/wservstresslog.script
|
sl@0
|
50 |
|
sl@0
|
51 |
// ini files
|
sl@0
|
52 |
../data/wservstresstest1.ini z:/wstest/wservstresstest1.ini
|
sl@0
|
53 |
../data/wservstresstest2.ini z:/wstest/wservstresstest2.ini
|
sl@0
|
54 |
../data/wservstresstest3.ini z:/wstest/wservstresstest3.ini
|
sl@0
|
55 |
../data/wservstresstest4.ini z:/wstest/wservstresstest4.ini
|
sl@0
|
56 |
../data/wservstresstest5.ini z:/wstest/wservstresstest5.ini
|
sl@0
|
57 |
../data/wservstresstest6.ini z:/wstest/wservstresstest6.ini
|
sl@0
|
58 |
../data/wservstresstest7.ini z:/wstest/wservstresstest7.ini
|
sl@0
|
59 |
../data/wservstresstest8.ini z:/wstest/wservstresstest8.ini |