os/ossrv/lowlevellibsandfws/pluginfw/TestExecute/EComPerfTest/group/Te_EComPerfTest.iby
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/lowlevellibsandfws/pluginfw/TestExecute/EComPerfTest/group/Te_EComPerfTest.iby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,54 @@
1.4 +// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +#ifndef TE_ECOMPERFTEST_IBY
1.20 +#define TE_ECOMPERFTEST_IBY
1.21 +
1.22 +#include <testexecute.iby>
1.23 +#include <ecomtestutils.iby>
1.24 +
1.25 +// Example plug-in that must be in ROM
1.26 +//
1.27 +ECOM_PLUGIN(EComPerfTestDllOne.dll,EComPerfTestDllOne.rsc)
1.28 +ECOM_PLUGIN(EComPerfTestDllTwo.dll,EComPerfTestDllTwo.rsc)
1.29 +ECOM_PLUGIN(EComClientRequestPerfTestResolver.dll,EComClientRequestPerfTestResolver.rsc)
1.30 +ECOM_PLUGIN(EComExample10.dll,ECOMExample10.rsc)
1.31 +
1.32 +//add more dlls and exe for CR629 performance test
1.33 +// Helper processes to move files around when data caging enforced.
1.34 +file=ABI_DIR\BUILD_DIR\t_processfilemancopyfile.exe System\Programs\t_processfilemancopyfile.exe
1.35 +file=ABI_DIR\BUILD_DIR\t_processfilemanrename.exe System\Programs\t_processfilemanrename.exe
1.36 +file=ABI_DIR\BUILD_DIR\t_processfilemandeletefile.exe System\Programs\t_processfilemandeletefile.exe
1.37 +file=ABI_DIR\BUILD_DIR\t_processfilemandeletedir.exe System\Programs\t_processfilemandeletedir.exe
1.38 +file=ABI_DIR\BUILD_DIR\t_processrfsreplacefile.exe System\Programs\t_processrfsreplacefile.exe
1.39 +file=ABI_DIR\BUILD_DIR\t_processrfsdeletefile.exe System\Programs\t_processrfsdeletefile.exe
1.40 +file=ABI_DIR\BUILD_DIR\t_makefilewriteable.exe System\Programs\t_makefilewriteable.exe
1.41 +file=ABI_DIR\BUILD_DIR\t_processkillprocess.exe System\Programs\t_processkillprocess.exe
1.42 +
1.43 +//add more RSCs files for CR629 performance test
1.44 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example1.rsc RAMOnly\EComCR629Example1.rsc
1.45 +//data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example1.dll RAMOnly\EComCR629Example1.dll
1.46 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example2.rsc RAMOnly\EComCR629Example2.rsc
1.47 +//data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example2.dll RAMOnly\EComCR629Example2.dll
1.48 +
1.49 +//add more RSCS files for EC43 performance test
1.50 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12.rsc RAMOnly\EComExample12.rsc
1.51 +
1.52 +file=ABI_DIR\BUILD_DIR\Te_EComPerfTest.exe System\bin\Te_EComPerfTest.exe
1.53 +file=ABI_DIR\BUILD_DIR\TE_EcomGranularityTestServer.exe System\bin\TE_EcomGranularityTestServer.exe
1.54 +data=EPOCROOT##epoc32\data\z\TEF_Ecom\Te_EComPerfTest.script TEF_Ecom\Te_EComPerfTest.script
1.55 +data=EPOCROOT##epoc32\data\z\TEF_Ecom\EcomGranularityTest.ini TEF_Ecom\EcomGranularityTest.ini
1.56 +
1.57 +#endif //TE_ECOMPERFTEST_IBY