sl@0: // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: #ifndef TE_ECOMPERFTEST_IBY sl@0: #define TE_ECOMPERFTEST_IBY sl@0: sl@0: #include sl@0: #include sl@0: sl@0: // Example plug-in that must be in ROM sl@0: // sl@0: ECOM_PLUGIN(EComPerfTestDllOne.dll,EComPerfTestDllOne.rsc) sl@0: ECOM_PLUGIN(EComPerfTestDllTwo.dll,EComPerfTestDllTwo.rsc) sl@0: ECOM_PLUGIN(EComClientRequestPerfTestResolver.dll,EComClientRequestPerfTestResolver.rsc) sl@0: ECOM_PLUGIN(EComExample10.dll,ECOMExample10.rsc) sl@0: sl@0: //add more dlls and exe for CR629 performance test sl@0: // Helper processes to move files around when data caging enforced. sl@0: file=ABI_DIR\BUILD_DIR\t_processfilemancopyfile.exe System\Programs\t_processfilemancopyfile.exe sl@0: file=ABI_DIR\BUILD_DIR\t_processfilemanrename.exe System\Programs\t_processfilemanrename.exe sl@0: file=ABI_DIR\BUILD_DIR\t_processfilemandeletefile.exe System\Programs\t_processfilemandeletefile.exe sl@0: file=ABI_DIR\BUILD_DIR\t_processfilemandeletedir.exe System\Programs\t_processfilemandeletedir.exe sl@0: file=ABI_DIR\BUILD_DIR\t_processrfsreplacefile.exe System\Programs\t_processrfsreplacefile.exe sl@0: file=ABI_DIR\BUILD_DIR\t_processrfsdeletefile.exe System\Programs\t_processrfsdeletefile.exe sl@0: file=ABI_DIR\BUILD_DIR\t_makefilewriteable.exe System\Programs\t_makefilewriteable.exe sl@0: file=ABI_DIR\BUILD_DIR\t_processkillprocess.exe System\Programs\t_processkillprocess.exe sl@0: sl@0: //add more RSCs files for CR629 performance test sl@0: data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example1.rsc RAMOnly\EComCR629Example1.rsc sl@0: //data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example1.dll RAMOnly\EComCR629Example1.dll sl@0: data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example2.rsc RAMOnly\EComCR629Example2.rsc sl@0: //data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example2.dll RAMOnly\EComCR629Example2.dll sl@0: sl@0: //add more RSCS files for EC43 performance test sl@0: data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12.rsc RAMOnly\EComExample12.rsc sl@0: sl@0: file=ABI_DIR\BUILD_DIR\Te_EComPerfTest.exe System\bin\Te_EComPerfTest.exe sl@0: file=ABI_DIR\BUILD_DIR\TE_EcomGranularityTestServer.exe System\bin\TE_EcomGranularityTestServer.exe sl@0: data=EPOCROOT##epoc32\data\z\TEF_Ecom\Te_EComPerfTest.script TEF_Ecom\Te_EComPerfTest.script sl@0: data=EPOCROOT##epoc32\data\z\TEF_Ecom\EcomGranularityTest.ini TEF_Ecom\EcomGranularityTest.ini sl@0: sl@0: #endif //TE_ECOMPERFTEST_IBY