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