sl@0
|
1 |
// Copyright (c) 1997-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 |
#ifndef TE_ECOMPERFTEST_IBY
|
sl@0
|
17 |
#define TE_ECOMPERFTEST_IBY
|
sl@0
|
18 |
|
sl@0
|
19 |
#include <testexecute.iby>
|
sl@0
|
20 |
#include <ecomtestutils.iby>
|
sl@0
|
21 |
|
sl@0
|
22 |
// Example plug-in that must be in ROM
|
sl@0
|
23 |
//
|
sl@0
|
24 |
ECOM_PLUGIN(EComPerfTestDllOne.dll,EComPerfTestDllOne.rsc)
|
sl@0
|
25 |
ECOM_PLUGIN(EComPerfTestDllTwo.dll,EComPerfTestDllTwo.rsc)
|
sl@0
|
26 |
ECOM_PLUGIN(EComClientRequestPerfTestResolver.dll,EComClientRequestPerfTestResolver.rsc)
|
sl@0
|
27 |
ECOM_PLUGIN(EComExample10.dll,ECOMExample10.rsc)
|
sl@0
|
28 |
|
sl@0
|
29 |
//add more dlls and exe for CR629 performance test
|
sl@0
|
30 |
// Helper processes to move files around when data caging enforced.
|
sl@0
|
31 |
file=ABI_DIR\BUILD_DIR\t_processfilemancopyfile.exe System\Programs\t_processfilemancopyfile.exe
|
sl@0
|
32 |
file=ABI_DIR\BUILD_DIR\t_processfilemanrename.exe System\Programs\t_processfilemanrename.exe
|
sl@0
|
33 |
file=ABI_DIR\BUILD_DIR\t_processfilemandeletefile.exe System\Programs\t_processfilemandeletefile.exe
|
sl@0
|
34 |
file=ABI_DIR\BUILD_DIR\t_processfilemandeletedir.exe System\Programs\t_processfilemandeletedir.exe
|
sl@0
|
35 |
file=ABI_DIR\BUILD_DIR\t_processrfsreplacefile.exe System\Programs\t_processrfsreplacefile.exe
|
sl@0
|
36 |
file=ABI_DIR\BUILD_DIR\t_processrfsdeletefile.exe System\Programs\t_processrfsdeletefile.exe
|
sl@0
|
37 |
file=ABI_DIR\BUILD_DIR\t_makefilewriteable.exe System\Programs\t_makefilewriteable.exe
|
sl@0
|
38 |
file=ABI_DIR\BUILD_DIR\t_processkillprocess.exe System\Programs\t_processkillprocess.exe
|
sl@0
|
39 |
|
sl@0
|
40 |
//add more RSCs files for CR629 performance test
|
sl@0
|
41 |
data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example1.rsc RAMOnly\EComCR629Example1.rsc
|
sl@0
|
42 |
//data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example1.dll RAMOnly\EComCR629Example1.dll
|
sl@0
|
43 |
data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example2.rsc RAMOnly\EComCR629Example2.rsc
|
sl@0
|
44 |
//data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example2.dll RAMOnly\EComCR629Example2.dll
|
sl@0
|
45 |
|
sl@0
|
46 |
//add more RSCS files for EC43 performance test
|
sl@0
|
47 |
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12.rsc RAMOnly\EComExample12.rsc
|
sl@0
|
48 |
|
sl@0
|
49 |
file=ABI_DIR\BUILD_DIR\Te_EComPerfTest.exe System\bin\Te_EComPerfTest.exe
|
sl@0
|
50 |
file=ABI_DIR\BUILD_DIR\TE_EcomGranularityTestServer.exe System\bin\TE_EcomGranularityTestServer.exe
|
sl@0
|
51 |
data=EPOCROOT##epoc32\data\z\TEF_Ecom\Te_EComPerfTest.script TEF_Ecom\Te_EComPerfTest.script
|
sl@0
|
52 |
data=EPOCROOT##epoc32\data\z\TEF_Ecom\EcomGranularityTest.ini TEF_Ecom\EcomGranularityTest.ini
|
sl@0
|
53 |
|
sl@0
|
54 |
#endif //TE_ECOMPERFTEST_IBY
|