os/ossrv/lowlevellibsandfws/pluginfw/Group/EComTest1.iby
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/lowlevellibsandfws/pluginfw/Group/EComTest1.iby	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,291 @@
     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 __ECOMTEST_IBY__
    1.20 +#define __ECOMTEST_IBY__
    1.21 +
    1.22 +#include <ECom.iby>
    1.23 +#include <TestBed.iby>
    1.24 +#include <ecomtestcommon.iby>
    1.25 +#include <syslibs_locale.iby>
    1.26 +
    1.27 +
    1.28 +// batch file that runs all automatic ECOM tests
    1.29 +// Note run these after the test harness tests, as they do not shut down the EComServer.
    1.30 +data=ZSYSTEM\test\EComTests.bat           TEST\EComTests.bat
    1.31 +
    1.32 +// Example plug-in that must be in ROM
    1.33 +//
    1.34 +ECOM_PLUGIN(EComExample.dll,10009db1.rsc)
    1.35 +
    1.36 +ECOM_PLUGIN(EComExample2.dll,10009db3.rsc)
    1.37 +
    1.38 +ECOM_PLUGIN(EComExample3.dll,101F8477.rsc)
    1.39 +
    1.40 +ECOM_PLUGIN(EComExample6.dll,101F847D.rsc)
    1.41 +
    1.42 +ECOM_PLUGIN(EComRomOnlyExampleOnZ.dll,10009db5.rsc)
    1.43 +
    1.44 +ECOM_PLUGIN(EComRomRslvrExampleOnZ.dll,10009DB7.rsc)
    1.45 +
    1.46 +ECOM_PLUGIN(T_PlatSecECom1.dll,102026AB.rsc)
    1.47 +
    1.48 +ECOM_PLUGIN(T_PlatSecECom2.dll,102026AD.rsc)
    1.49 +
    1.50 +ECOM_PLUGIN(T_PlatSecResolverZ.dll,10777777.rsc)
    1.51 +
    1.52 +ECOM_PLUGIN(T_PlatSecECom3.dll,102026AF.rsc)
    1.53 +ECOM_PLUGIN(T_PlatSecResolver.dll,10202777.rsc)
    1.54 +
    1.55 +ECOM_PLUGIN(EcomNullExample.dll,011f500e.rsc)
    1.56 +
    1.57 +ECOM_PLUGIN(EComUpgradeExample2.dll,10009DB9.rsc)
    1.58 +ECOM_PLUGIN(EComUpgradeROExample2.dll,10009DBC.rsc)
    1.59 +
    1.60 +ECOM_PLUGIN(EComLoadMgrExample1.dll,EComLoadMgrExample1.rsc)
    1.61 +ECOM_PLUGIN(EComLoadMgrExample2.dll,EComLoadMgrExample2.rsc)
    1.62 +
    1.63 +ECOM_PLUGIN(EComExample10.dll,EComExample10.rsc)
    1.64 +ECOM_PLUGIN(EComExample12Invalid.dll,EComExample12Invalid.rsc)
    1.65 +ECOM_PLUGIN(EComExample14Invalid.dll,EComExample14Invalid.rsc)
    1.66 +
    1.67 +ECOM_PLUGIN(LanguagePlugin2.dll,10009de0.RSC)
    1.68 +
    1.69 +ECOM_PLUGIN(dummycustomresolver2.dll, dummycustomresolver2.rsc)
    1.70 +
    1.71 +ECOM_PLUGIN(dummycustomresolver3.dll, dummycustomresolver3.rsc)
    1.72 +
    1.73 +ECOM_PLUGIN(badproxytable.dll, badproxytable.rsc)
    1.74 +
    1.75 +
    1.76 +// THE following plugin dll and resouce entry is for SPI disable manual test in t_language.
    1.77 +// Users should uncomment these following five lines and comment out one line above in order to test t_language SPI disable.
    1.78 +//file=ABI_DIR\BUILD_DIR\LanguagePlugin2.dll		 Test\LanguagePlugin2.dll
    1.79 +//data=EPOCROOT##epoc32\data\z\resource\plugins\LanguagePlugin2.rsc       resource\plugins\LanguagePlugin2.rsc
    1.80 +//data=EPOCROOT##epoc32\data\z\resource\plugins\LanguagePlugin2.r01       resource\plugins\LanguagePlugin2.r01
    1.81 +//data=EPOCROOT##epoc32\data\z\resource\plugins\LanguagePlugin2.r02       resource\plugins\LanguagePlugin2.r02
    1.82 +//data=EPOCROOT##epoc32\data\z\resource\plugins\LanguagePlugin2.r03       resource\plugins\LanguagePlugin2.r03
    1.83 +
    1.84 +// THE FOLLOWING LOCALE ENTRY IS NOW MOVED TO SYSUTILS.IBY AS THERE IS SIMILAR ENTRY
    1.85 +// IN BAFLTESTIBY WHICH INCLUDE INITIALISELOCALETESTIBY
    1.86 +// ELOCL.01 already exported
    1.87 +// file=ABI_DIR\BUILD_DIR\ELOCL.02				  System\Libs\ELOCL.02
    1.88 +// file=ABI_DIR\BUILD_DIR\ELOCL.03				  System\Libs\ELOCL.03
    1.89 +// file=ABI_DIR\BUILD_DIR\ELOCL.04				  System\Libs\ELOCL.04
    1.90 +// file=ABI_DIR\BUILD_DIR\ELOCL.05				  System\Libs\ELOCL.05
    1.91 +
    1.92 +// Example plug-in that must be copied from ROM to RAM
    1.93 +//
    1.94 +ECOM_PLUGIN(Suicidal.dll,10009DB2.rsc)
    1.95 +
    1.96 +ECOM_PLUGIN(EComExample4.dll,101F8479.rsc)
    1.97 +
    1.98 +// Helper processes to move files around when data caging enforced.
    1.99 +file=ABI_DIR\BUILD_DIR\EcomTestUtils.dll 				System\Libs\EcomTestUtils.dll
   1.100 +file=ABI_DIR\BUILD_DIR\t_processfilemancopyfile.exe 	System\Programs\t_processfilemancopyfile.exe
   1.101 +file=ABI_DIR\BUILD_DIR\t_processfilemanrename.exe 	System\Programs\t_processfilemanrename.exe
   1.102 +file=ABI_DIR\BUILD_DIR\t_processfilemandeletefile.exe	System\Programs\t_processfilemandeletefile.exe
   1.103 +file=ABI_DIR\BUILD_DIR\t_processrloaderdeletefile.exe	System\Programs\t_processrloaderdeletefile.exe
   1.104 +file=ABI_DIR\BUILD_DIR\t_processfilemandeletedir.exe	System\Programs\t_processfilemandeletedir.exe
   1.105 +file=ABI_DIR\BUILD_DIR\t_processrfsreplacefile.exe		System\Programs\t_processrfsreplacefile.exe
   1.106 +file=ABI_DIR\BUILD_DIR\t_processrfsdeletefile.exe		System\Programs\t_processrfsdeletefile.exe	
   1.107 +file=ABI_DIR\BUILD_DIR\t_makefilewriteable.exe			System\Programs\t_makefilewriteable.exe
   1.108 +file=ABI_DIR\BUILD_DIR\t_makefilereadonly.exe			System\Programs\t_makefilereadonly.exe
   1.109 +file=ABI_DIR\BUILD_DIR\t_processkillprocess.exe			System\Programs\t_processkillprocess.exe
   1.110 +
   1.111 +//Helper process and DLL to enable modification of P&S variables
   1.112 +file=ABI_DIR\BUILD_DIR\tpropertymanager.dll			System\Libs\tpropertymanager.dll
   1.113 +file=ABI_DIR\BUILD_DIR\tpropertymanagersrv.exe			System\Programs\tpropertymanagersrv.exe
   1.114 +
   1.115 +//data=EPOCROOT##epoc32\data\z\EComExample6.RSC			EComExample6.RSC
   1.116 +data=EPOCROOT##epoc32\data\z\RAMOnly\InvalidSIDPlugin.dll       RAMOnly\InvalidSIDPlugin.dll
   1.117 +data=EPOCROOT##epoc32\data\z\RAMOnly\InvalidSIDPlugin.rsc	RAMOnly\InvalidSIDPlugin.rsc
   1.118 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample5.RSC		RAMOnly\EComExample5.RSC
   1.119 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12.RSC		RAMOnly\EComExample12.RSC
   1.120 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12Upgraded.RSC		RAMOnly\EComExample12Upgraded.RSC
   1.121 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12Downgraded.RSC	RAMOnly\EComExample12Downgraded.RSC
   1.122 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample14.RSC		RAMOnly\EComExample14.RSC
   1.123 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample14Upgraded.RSC		RAMOnly\EComExample14Upgraded.RSC
   1.124 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample15.RSC		RAMOnly\EComExample15.RSC
   1.125 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExampleBadData.RSC		RAMOnly\EComExampleBadData.RSC
   1.126 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExampleBadData1.RSC		RAMOnly\EComExampleBadData1.RSC
   1.127 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExampleBadData2.RSC		RAMOnly\EComExampleBadData2.RSC
   1.128 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComRomRslvrExampleOnC.RSC  RAMOnly\EComRomRslvrExampleOnC.RSC
   1.129 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComRomOnlyExampleOnC.rsc  RAMOnly\EComRomOnlyExampleOnC.rsc
   1.130 +data=EPOCROOT##epoc32\data\z\HeapTestImpl.rsc			HeapTestImpl.rsc
   1.131 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComRomOnlyExampleOnC.dll        	RAMOnly\EComRomOnlyExampleOnC.dll
   1.132 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComRomRslvrExampleOnC.dll       	RAMOnly\EComRomRslvrExampleOnC.dll
   1.133 +data=EPOCROOT##epoc32\data\z\RAMOnly\T_PlatSecResolverC.rsc	RAMOnly\T_PlatSecResolverC.rsc
   1.134 +data=EPOCROOT##epoc32\data\z\RAMOnly\T_PlatSecECom4.RSC		RAMOnly\T_PlatSecECom4.RSC
   1.135 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample3.rsc       	RAMOnly\EComExample3.rsc
   1.136 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample2.rsc       	RAMOnly\EComExample2.rsc
   1.137 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample.rsc       	RAMOnly\EComExample.rsc
   1.138 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComNullExample.rsc       	RAMOnly\EComNullExample.rsc
   1.139 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeExample1.rsc	RAMOnly\EComUpgradeExample1.rsc
   1.140 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeExample1.dll	RAMOnly\EComUpgradeExample1.dll
   1.141 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeExample2.rsc	RAMOnly\EComUpgradeExample2.rsc
   1.142 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeExample2.dll	RAMOnly\EComUpgradeExample2.dll
   1.143 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComRomRslvrExampleOnZ.rsc       	RAMOnly\EComRomRslvrExampleOnZ.rsc
   1.144 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeExample3.rsc	RAMOnly\EComUpgradeExample3.rsc
   1.145 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeExample3.dll	RAMOnly\EComUpgradeExample3.dll
   1.146 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeROExample1.rsc	RAMOnly\EComUpgradeROExample1.rsc
   1.147 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeROExample1.dll	RAMOnly\EComUpgradeROExample1.dll
   1.148 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeROExample2.rsc	RAMOnly\EComUpgradeROExample2.rsc
   1.149 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeROExample2.dll	RAMOnly\EComUpgradeROExample2.dll
   1.150 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeROExample3.rsc	RAMOnly\EComUpgradeROExample3.rsc
   1.151 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeROExample3.dll	RAMOnly\EComUpgradeROExample3.dll
   1.152 +data=EPOCROOT##epoc32\data\z\RAMOnly\DefectPlugin.rsc		RAMOnly\DefectPlugin.rsc
   1.153 +data=EPOCROOT##epoc32\data\z\RAMOnly\DefectPlugin.dll		RAMOnly\DefectPlugin.dll
   1.154 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample7.rsc		RAMOnly\EComExample7.rsc
   1.155 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample7.dll		RAMOnly\EComExample7.dll
   1.156 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample8.rsc		RAMOnly\EComExample8.rsc
   1.157 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample8.dll		RAMOnly\EComExample8.dll
   1.158 +data=EPOCROOT##epoc32\data\z\RAMOnly\exampleNine.rsc		RAMOnly\exampleNine.rsc
   1.159 +data=EPOCROOT##epoc32\data\z\RAMOnly\exampleNine.dll		RAMOnly\exampleNine.dll
   1.160 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example1.rsc	RAMOnly\EComCR629Example1.rsc
   1.161 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example1.dll	RAMOnly\EComCR629Example1.dll
   1.162 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example2.rsc	RAMOnly\EComCR629Example2.rsc
   1.163 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example2.dll	RAMOnly\EComCR629Example2.dll
   1.164 +data=EPOCROOT##epoc32\data\z\RAMOnly\LanguagePlugin.dll		RAMOnly\LanguagePlugin.dll
   1.165 +data=EPOCROOT##epoc32\data\z\RAMOnly\LanguagePlugin.rsc		RAMOnly\LanguagePlugin.rsc
   1.166 +data=EPOCROOT##epoc32\data\z\RAMOnly\LanguagePlugin.r01		RAMOnly\LanguagePlugin.r01
   1.167 +data=EPOCROOT##epoc32\data\z\RAMOnly\LanguagePlugin.r02		RAMOnly\LanguagePlugin.r02
   1.168 +data=EPOCROOT##epoc32\data\z\RAMOnly\LanguagePlugin.r03		RAMOnly\LanguagePlugin.r03
   1.169 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComHashExample.dll	RAMOnly\EComHashExample.dll
   1.170 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComHashExample.rsc	RAMOnly\EComHashExample.rsc
   1.171 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComSwiExample.dll		RAMOnly\EComSwiExample.dll
   1.172 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComSwiExample.rsc		RAMOnly\EComSwiExample.rsc
   1.173 +data=EPOCROOT##epoc32\data\z\RAMOnly\dummycustomresolver1.rsc		RAMOnly\dummycustomresolver1.rsc
   1.174 +data=EPOCROOT##epoc32\data\z\RAMOnly\cachedcustomresolver2.rsc		RAMOnly\cachedcustomresolver2.rsc
   1.175 +
   1.176 +//Note here that the data= is used instead of file= because in T_Loadmanager this plugins needs to be copied from ROM to C
   1.177 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample5.dll       	RAMOnly\EComExample5.dll
   1.178 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12.dll       	RAMOnly\EComExample12.dll
   1.179 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12Upgraded.dll       	RAMOnly\EComExample12Upgraded.dll
   1.180 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12Downgraded.dll       	RAMOnly\EComExample12Downgraded.dll
   1.181 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample14.dll       	RAMOnly\EComExample14.dll
   1.182 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample14Upgraded.dll       	RAMOnly\EComExample14Upgraded.dll
   1.183 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample15.dll       	RAMOnly\EComExample15.dll
   1.184 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExampleBadData.dll       	RAMOnly\EComExampleBadData.dll
   1.185 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExampleBadData1.dll       	RAMOnly\EComExampleBadData1.dll
   1.186 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExampleBadData2.dll       	RAMOnly\EComExampleBadData2.dll
   1.187 +data=EPOCROOT##epoc32\data\z\HeapTestImpl.dll			HeapTestImpl.dll
   1.188 +data=EPOCROOT##epoc32\data\z\RAMOnly\T_PlatSecResolverC.dll	RAMOnly\T_PlatSecResolverC.dll
   1.189 +data=EPOCROOT##epoc32\data\z\RAMOnly\T_PlatSecECom4.dll		RAMOnly\T_PlatSecECom4.dll
   1.190 +
   1.191 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample3.dll       	RAMOnly\EComExample3.dll
   1.192 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample2.dll       	RAMOnly\EComExample2.dll
   1.193 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample.dll       	RAMOnly\EComExample.dll
   1.194 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComNullExample.dll       	RAMOnly\EComNullExample.dll
   1.195 +data=EPOCROOT##epoc32\data\z\RAMOnly\EComRomRslvrExampleOnZ.dll       	RAMOnly\EComRomRslvrExampleOnZ.dll
   1.196 +data=EPOCROOT##epoc32\data\z\RAMOnly\dummycustomresolver1.dll       	RAMOnly\dummycustomresolver1.dll
   1.197 +
   1.198 +
   1.199 +
   1.200 +// One that is not in \epoc32\data\z\ramonly.
   1.201 +data=ABI_DIR\BUILD_DIR\z\ramonly\cachedcustomresolver2.dll	RAMONLY\cachedcustomresolver2.dll
   1.202 +
   1.203 +// ECom test EXEs
   1.204 +file=ABI_DIR\BUILD_DIR\ComponentInfoTest.exe    Test\ComponentInfoTest.exe
   1.205 +file=ABI_DIR\BUILD_DIR\EComTests.exe            Test\EComTests.exe
   1.206 +file=ABI_DIR\BUILD_DIR\EComServerTest.exe       Test\EComServerTest.exe
   1.207 +file=ABI_DIR\BUILD_DIR\T_PlatSecTest.exe   	Test\T_PlatSecTest.exe
   1.208 +
   1.209 +// Testbed test EXEs
   1.210 +file=ABI_DIR\BUILD_DIR\DefaultLogOutputTest.exe Test\DefaultLogOutputTest.exe
   1.211 +file=ABI_DIR\BUILD_DIR\DataLoggerTest.exe       Test\DataLoggerTest.exe
   1.212 +file=ABI_DIR\BUILD_DIR\TransitionTest.exe       Test\TransitionTest.exe
   1.213 +file=ABI_DIR\BUILD_DIR\TestControllerTest.exe   Test\TestControllerTest.exe
   1.214 +file=ABI_DIR\BUILD_DIR\TestManagerTest.exe      Test\TestManagerTest.exe
   1.215 +file=ABI_DIR\BUILD_DIR\ComponentTesterTest.exe  Test\ComponentTesterTest.exe
   1.216 +file=ABI_DIR\BUILD_DIR\UnitTestTest.exe         Test\UnitTestTest.exe
   1.217 +
   1.218 +// Simple ECom tests
   1.219 +file=ABI_DIR\BUILD_DIR\t_ecomcancel.exe         Test\t_ecomcancel.exe
   1.220 +file=ABI_DIR\BUILD_DIR\t_romresolver.exe        Test\t_romresolver.exe
   1.221 +file=ABI_DIR\BUILD_DIR\t_romonly.exe            Test\t_romonly.exe
   1.222 +file=ABI_DIR\BUILD_DIR\T_ListImplementation.exe Test\T_ListImplementation.exe
   1.223 +file=ABI_DIR\BUILD_DIR\T_ExtendedInterfaces.exe Test\T_ExtendedInterfaces.exe
   1.224 +file=ABI_DIR\BUILD_DIR\t_language.exe		Test\t_language.exe
   1.225 +file=ABI_DIR\BUILD_DIR\t_downgrade.exe		Test\t_downgrade.exe
   1.226 +file=ABI_DIR\BUILD_DIR\t_defaultresolver.exe	Test\t_defaultresolver.exe
   1.227 +file=ABI_DIR\BUILD_DIR\t_loadmanager.exe      	Test\t_loadmanager.exe
   1.228 +file=ABI_DIR\BUILD_DIR\t_suicide.exe         	Test\t_suicide.exe
   1.229 +file=ABI_DIR\BUILD_DIR\t_discoverer.exe       	Test\t_discoverer.exe
   1.230 +file=ABI_DIR\BUILD_DIR\t_registrar.exe        	Test\t_registrar.exe
   1.231 +file=ABI_DIR\BUILD_DIR\t_registrydata.exe     	Test\t_registrydata.exe
   1.232 +file=ABI_DIR\BUILD_DIR\t_resolver.exe         	Test\t_resolver.exe
   1.233 +file=ABI_DIR\BUILD_DIR\t_backupnotifier.exe   	Test\t_backupnotifier.exe
   1.234 +file=ABI_DIR\BUILD_DIR\t_finalclose.exe		Test\t_finalclose.exe
   1.235 +file=ABI_DIR\BUILD_DIR\t_ecomdefect.exe		Test\t_ecomdefect.exe
   1.236 +file=ABI_DIR\BUILD_DIR\t_ServerStartupMgr.exe   Test\t_ServerStartupMgr.exe
   1.237 +file=ABI_DIR\BUILD_DIR\t_EComSsaEnabled.exe   	Test\t_EComSsaEnabled.exe
   1.238 +file=ABI_DIR\BUILD_DIR\t_EComSsaDisabled.exe   	Test\t_EComSsaDisabled.exe
   1.239 +file=ABI_DIR\BUILD_DIR\t_pluginupgrade.exe 	Test\t_pluginupgrade.exe
   1.240 +file=ABI_DIR\BUILD_DIR\t_drivemount.exe 	Test\t_drivemount.exe
   1.241 +file=ABI_DIR\BUILD_DIR\t_rogueplugin.exe		Test\t_rogueplugin.exe
   1.242 +file=ABI_DIR\BUILD_DIR\t_ecomswi.exe		Test\t_ecomswi.exe
   1.243 +file=ABI_DIR\BUILD_DIR\t_ecombur.exe		Test\t_ecombur.exe
   1.244 +
   1.245 +file=ABI_DIR\BUILD_DIR\t_ecomentry.exe 		Test\t_ecomentry.exe
   1.246 +file=ABI_DIR\BUILD_DIR\t_plugindiscovery.exe 	Test\t_plugindiscovery.exe
   1.247 +file=ABI_DIR\BUILD_DIR\t_capcheck.exe		Test\t_capcheck.exe
   1.248 +file=ABI_DIR\BUILD_DIR\t_validateRegistry.exe	Test\t_validateRegistry.exe
   1.249 +file=ABI_DIR\BUILD_DIR\t_driveinfo.exe		Test\t_driveinfo.exe
   1.250 +file=ABI_DIR\BUILD_DIR\t_ImplementationInformation.exe		Test\t_ImplementationInformation.exe
   1.251 +file=ABI_DIR\BUILD_DIR\t_hashcheck.exe		Test\t_hashcheck.exe
   1.252 +file=ABI_DIR\BUILD_DIR\t_resolverperf.exe	Test\t_resolverperf.exe
   1.253 +file=ABI_DIR\BUILD_DIR\t_resolvercache.exe	Test\t_resolvercache.exe
   1.254 +
   1.255 +// SPI test file
   1.256 +data=EPOCROOT##epoc32\data\z\Test\Data\EcomTest.spi Test\Data\EcomTest.spi
   1.257 +data=EPOCROOT##epoc32\data\z\Test\Data\EcomTestType3.spi Test\Data\EcomTestType3.spi
   1.258 +
   1.259 +//multiple SPI test files
   1.260 +data=EPOCROOT##epoc32\data\z\Test\Data\ecom-0-2.s02 private\10009D8F\ecom-0-2.s02
   1.261 +data=EPOCROOT##epoc32\data\z\Test\Data\ecom-0-3.s03 private\10009D8F\ecom-0-3.s03
   1.262 +
   1.263 +//epocsrvr.ini test files
   1.264 +data=EPOCROOT##epoc32\data\z\Test\Data\EComSrvr.ini Test\Data\EComSrvr.ini
   1.265 +data=EPOCROOT##epoc32\data\z\Test\Data\EComTestBehaviour.ini    Test\Data\EComTestBehaviour.ini
   1.266 +//T_EcomEntry test file .
   1.267 +data=EPOCROOT##epoc32\data\z\Test\Data\ECOMTEST.aif        Test\Data\ECOMTEST.aif
   1.268 +
   1.269 +//corrupt file to replace language and drive index files for robustness tests
   1.270 +data=EPOCROOT##epoc32\data\z\Test\Data\corruptfile.txt	   Test\Data\corruptfile.txt	
   1.271 +
   1.272 +file=ABI_DIR\DEBUG_DIR\t_disabledrives.exe		sys\bin\t_disabledrives.exe
   1.273 +
   1.274 +//
   1.275 +// The following include and macro mimic the way that ECOM production code
   1.276 +// handles patchable constants. The patchdata commands are copied from
   1.277 +// ECom.iby (except ecomserver.exe is changed to t_disabledrives.exe).
   1.278 +// To test your new constants, copy the constant and its associated
   1.279 +// macro from ECom.iby to disabledrivestest.hby and add a test in t_disabledrives.cpp.
   1.280 +#include <disabledrivestest.hby>
   1.281 +
   1.282 +#ifdef ECOM_PATCHDATA_KTESTDISCOVERYDISABLEDDRIVELIST
   1.283 +    patchdata t_disabledrives.exe@KDiscoveryDisabledDriveList ECOM_PATCHDATA_KTESTDISCOVERYDISABLEDDRIVELIST
   1.284 +#endif
   1.285 +
   1.286 +#ifdef ECOM_PATCHDATA_KCUSTOMRESOLVERCACHESIZE
   1.287 +    patchdata t_disabledrives.exe@KCustomResolverCacheSize ECOM_PATCHDATA_KCUSTOMRESOLVERCACHESIZE
   1.288 +#endif
   1.289 +
   1.290 +#ifdef ECOM_PATCHDATA_KCUSTOMRESOLVERCACHETIMEOUT
   1.291 +    patchdata t_disabledrives.exe@KCustomResolverCacheTimeout ECOM_PATCHDATA_KCUSTOMRESOLVERCACHETIMEOUT
   1.292 +#endif
   1.293 +
   1.294 +#endif //__ECOMTEST_IBY__