os/ossrv/lowlevellibsandfws/pluginfw/Group/EComTest1.iby
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
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 __ECOMTEST_IBY__
sl@0
    17
#define __ECOMTEST_IBY__
sl@0
    18
sl@0
    19
#include <ECom.iby>
sl@0
    20
#include <TestBed.iby>
sl@0
    21
#include <ecomtestcommon.iby>
sl@0
    22
#include <syslibs_locale.iby>
sl@0
    23
sl@0
    24
sl@0
    25
// batch file that runs all automatic ECOM tests
sl@0
    26
// Note run these after the test harness tests, as they do not shut down the EComServer.
sl@0
    27
data=ZSYSTEM\test\EComTests.bat           TEST\EComTests.bat
sl@0
    28
sl@0
    29
// Example plug-in that must be in ROM
sl@0
    30
//
sl@0
    31
ECOM_PLUGIN(EComExample.dll,10009db1.rsc)
sl@0
    32
sl@0
    33
ECOM_PLUGIN(EComExample2.dll,10009db3.rsc)
sl@0
    34
sl@0
    35
ECOM_PLUGIN(EComExample3.dll,101F8477.rsc)
sl@0
    36
sl@0
    37
ECOM_PLUGIN(EComExample6.dll,101F847D.rsc)
sl@0
    38
sl@0
    39
ECOM_PLUGIN(EComRomOnlyExampleOnZ.dll,10009db5.rsc)
sl@0
    40
sl@0
    41
ECOM_PLUGIN(EComRomRslvrExampleOnZ.dll,10009DB7.rsc)
sl@0
    42
sl@0
    43
ECOM_PLUGIN(T_PlatSecECom1.dll,102026AB.rsc)
sl@0
    44
sl@0
    45
ECOM_PLUGIN(T_PlatSecECom2.dll,102026AD.rsc)
sl@0
    46
sl@0
    47
ECOM_PLUGIN(T_PlatSecResolverZ.dll,10777777.rsc)
sl@0
    48
sl@0
    49
ECOM_PLUGIN(T_PlatSecECom3.dll,102026AF.rsc)
sl@0
    50
ECOM_PLUGIN(T_PlatSecResolver.dll,10202777.rsc)
sl@0
    51
sl@0
    52
ECOM_PLUGIN(EcomNullExample.dll,011f500e.rsc)
sl@0
    53
sl@0
    54
ECOM_PLUGIN(EComUpgradeExample2.dll,10009DB9.rsc)
sl@0
    55
ECOM_PLUGIN(EComUpgradeROExample2.dll,10009DBC.rsc)
sl@0
    56
sl@0
    57
ECOM_PLUGIN(EComLoadMgrExample1.dll,EComLoadMgrExample1.rsc)
sl@0
    58
ECOM_PLUGIN(EComLoadMgrExample2.dll,EComLoadMgrExample2.rsc)
sl@0
    59
sl@0
    60
ECOM_PLUGIN(EComExample10.dll,EComExample10.rsc)
sl@0
    61
ECOM_PLUGIN(EComExample12Invalid.dll,EComExample12Invalid.rsc)
sl@0
    62
ECOM_PLUGIN(EComExample14Invalid.dll,EComExample14Invalid.rsc)
sl@0
    63
sl@0
    64
ECOM_PLUGIN(LanguagePlugin2.dll,10009de0.RSC)
sl@0
    65
sl@0
    66
ECOM_PLUGIN(dummycustomresolver2.dll, dummycustomresolver2.rsc)
sl@0
    67
sl@0
    68
ECOM_PLUGIN(dummycustomresolver3.dll, dummycustomresolver3.rsc)
sl@0
    69
sl@0
    70
ECOM_PLUGIN(badproxytable.dll, badproxytable.rsc)
sl@0
    71
sl@0
    72
sl@0
    73
// THE following plugin dll and resouce entry is for SPI disable manual test in t_language.
sl@0
    74
// Users should uncomment these following five lines and comment out one line above in order to test t_language SPI disable.
sl@0
    75
//file=ABI_DIR\BUILD_DIR\LanguagePlugin2.dll		 Test\LanguagePlugin2.dll
sl@0
    76
//data=EPOCROOT##epoc32\data\z\resource\plugins\LanguagePlugin2.rsc       resource\plugins\LanguagePlugin2.rsc
sl@0
    77
//data=EPOCROOT##epoc32\data\z\resource\plugins\LanguagePlugin2.r01       resource\plugins\LanguagePlugin2.r01
sl@0
    78
//data=EPOCROOT##epoc32\data\z\resource\plugins\LanguagePlugin2.r02       resource\plugins\LanguagePlugin2.r02
sl@0
    79
//data=EPOCROOT##epoc32\data\z\resource\plugins\LanguagePlugin2.r03       resource\plugins\LanguagePlugin2.r03
sl@0
    80
sl@0
    81
// THE FOLLOWING LOCALE ENTRY IS NOW MOVED TO SYSUTILS.IBY AS THERE IS SIMILAR ENTRY
sl@0
    82
// IN BAFLTESTIBY WHICH INCLUDE INITIALISELOCALETESTIBY
sl@0
    83
// ELOCL.01 already exported
sl@0
    84
// file=ABI_DIR\BUILD_DIR\ELOCL.02				  System\Libs\ELOCL.02
sl@0
    85
// file=ABI_DIR\BUILD_DIR\ELOCL.03				  System\Libs\ELOCL.03
sl@0
    86
// file=ABI_DIR\BUILD_DIR\ELOCL.04				  System\Libs\ELOCL.04
sl@0
    87
// file=ABI_DIR\BUILD_DIR\ELOCL.05				  System\Libs\ELOCL.05
sl@0
    88
sl@0
    89
// Example plug-in that must be copied from ROM to RAM
sl@0
    90
//
sl@0
    91
ECOM_PLUGIN(Suicidal.dll,10009DB2.rsc)
sl@0
    92
sl@0
    93
ECOM_PLUGIN(EComExample4.dll,101F8479.rsc)
sl@0
    94
sl@0
    95
// Helper processes to move files around when data caging enforced.
sl@0
    96
file=ABI_DIR\BUILD_DIR\EcomTestUtils.dll 				System\Libs\EcomTestUtils.dll
sl@0
    97
file=ABI_DIR\BUILD_DIR\t_processfilemancopyfile.exe 	System\Programs\t_processfilemancopyfile.exe
sl@0
    98
file=ABI_DIR\BUILD_DIR\t_processfilemanrename.exe 	System\Programs\t_processfilemanrename.exe
sl@0
    99
file=ABI_DIR\BUILD_DIR\t_processfilemandeletefile.exe	System\Programs\t_processfilemandeletefile.exe
sl@0
   100
file=ABI_DIR\BUILD_DIR\t_processrloaderdeletefile.exe	System\Programs\t_processrloaderdeletefile.exe
sl@0
   101
file=ABI_DIR\BUILD_DIR\t_processfilemandeletedir.exe	System\Programs\t_processfilemandeletedir.exe
sl@0
   102
file=ABI_DIR\BUILD_DIR\t_processrfsreplacefile.exe		System\Programs\t_processrfsreplacefile.exe
sl@0
   103
file=ABI_DIR\BUILD_DIR\t_processrfsdeletefile.exe		System\Programs\t_processrfsdeletefile.exe	
sl@0
   104
file=ABI_DIR\BUILD_DIR\t_makefilewriteable.exe			System\Programs\t_makefilewriteable.exe
sl@0
   105
file=ABI_DIR\BUILD_DIR\t_makefilereadonly.exe			System\Programs\t_makefilereadonly.exe
sl@0
   106
file=ABI_DIR\BUILD_DIR\t_processkillprocess.exe			System\Programs\t_processkillprocess.exe
sl@0
   107
sl@0
   108
//Helper process and DLL to enable modification of P&S variables
sl@0
   109
file=ABI_DIR\BUILD_DIR\tpropertymanager.dll			System\Libs\tpropertymanager.dll
sl@0
   110
file=ABI_DIR\BUILD_DIR\tpropertymanagersrv.exe			System\Programs\tpropertymanagersrv.exe
sl@0
   111
sl@0
   112
//data=EPOCROOT##epoc32\data\z\EComExample6.RSC			EComExample6.RSC
sl@0
   113
data=EPOCROOT##epoc32\data\z\RAMOnly\InvalidSIDPlugin.dll       RAMOnly\InvalidSIDPlugin.dll
sl@0
   114
data=EPOCROOT##epoc32\data\z\RAMOnly\InvalidSIDPlugin.rsc	RAMOnly\InvalidSIDPlugin.rsc
sl@0
   115
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample5.RSC		RAMOnly\EComExample5.RSC
sl@0
   116
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12.RSC		RAMOnly\EComExample12.RSC
sl@0
   117
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12Upgraded.RSC		RAMOnly\EComExample12Upgraded.RSC
sl@0
   118
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12Downgraded.RSC	RAMOnly\EComExample12Downgraded.RSC
sl@0
   119
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample14.RSC		RAMOnly\EComExample14.RSC
sl@0
   120
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample14Upgraded.RSC		RAMOnly\EComExample14Upgraded.RSC
sl@0
   121
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample15.RSC		RAMOnly\EComExample15.RSC
sl@0
   122
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExampleBadData.RSC		RAMOnly\EComExampleBadData.RSC
sl@0
   123
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExampleBadData1.RSC		RAMOnly\EComExampleBadData1.RSC
sl@0
   124
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExampleBadData2.RSC		RAMOnly\EComExampleBadData2.RSC
sl@0
   125
data=EPOCROOT##epoc32\data\z\RAMOnly\EComRomRslvrExampleOnC.RSC  RAMOnly\EComRomRslvrExampleOnC.RSC
sl@0
   126
data=EPOCROOT##epoc32\data\z\RAMOnly\EComRomOnlyExampleOnC.rsc  RAMOnly\EComRomOnlyExampleOnC.rsc
sl@0
   127
data=EPOCROOT##epoc32\data\z\HeapTestImpl.rsc			HeapTestImpl.rsc
sl@0
   128
data=EPOCROOT##epoc32\data\z\RAMOnly\EComRomOnlyExampleOnC.dll        	RAMOnly\EComRomOnlyExampleOnC.dll
sl@0
   129
data=EPOCROOT##epoc32\data\z\RAMOnly\EComRomRslvrExampleOnC.dll       	RAMOnly\EComRomRslvrExampleOnC.dll
sl@0
   130
data=EPOCROOT##epoc32\data\z\RAMOnly\T_PlatSecResolverC.rsc	RAMOnly\T_PlatSecResolverC.rsc
sl@0
   131
data=EPOCROOT##epoc32\data\z\RAMOnly\T_PlatSecECom4.RSC		RAMOnly\T_PlatSecECom4.RSC
sl@0
   132
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample3.rsc       	RAMOnly\EComExample3.rsc
sl@0
   133
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample2.rsc       	RAMOnly\EComExample2.rsc
sl@0
   134
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample.rsc       	RAMOnly\EComExample.rsc
sl@0
   135
data=EPOCROOT##epoc32\data\z\RAMOnly\EComNullExample.rsc       	RAMOnly\EComNullExample.rsc
sl@0
   136
data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeExample1.rsc	RAMOnly\EComUpgradeExample1.rsc
sl@0
   137
data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeExample1.dll	RAMOnly\EComUpgradeExample1.dll
sl@0
   138
data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeExample2.rsc	RAMOnly\EComUpgradeExample2.rsc
sl@0
   139
data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeExample2.dll	RAMOnly\EComUpgradeExample2.dll
sl@0
   140
data=EPOCROOT##epoc32\data\z\RAMOnly\EComRomRslvrExampleOnZ.rsc       	RAMOnly\EComRomRslvrExampleOnZ.rsc
sl@0
   141
data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeExample3.rsc	RAMOnly\EComUpgradeExample3.rsc
sl@0
   142
data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeExample3.dll	RAMOnly\EComUpgradeExample3.dll
sl@0
   143
data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeROExample1.rsc	RAMOnly\EComUpgradeROExample1.rsc
sl@0
   144
data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeROExample1.dll	RAMOnly\EComUpgradeROExample1.dll
sl@0
   145
data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeROExample2.rsc	RAMOnly\EComUpgradeROExample2.rsc
sl@0
   146
data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeROExample2.dll	RAMOnly\EComUpgradeROExample2.dll
sl@0
   147
data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeROExample3.rsc	RAMOnly\EComUpgradeROExample3.rsc
sl@0
   148
data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeROExample3.dll	RAMOnly\EComUpgradeROExample3.dll
sl@0
   149
data=EPOCROOT##epoc32\data\z\RAMOnly\DefectPlugin.rsc		RAMOnly\DefectPlugin.rsc
sl@0
   150
data=EPOCROOT##epoc32\data\z\RAMOnly\DefectPlugin.dll		RAMOnly\DefectPlugin.dll
sl@0
   151
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample7.rsc		RAMOnly\EComExample7.rsc
sl@0
   152
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample7.dll		RAMOnly\EComExample7.dll
sl@0
   153
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample8.rsc		RAMOnly\EComExample8.rsc
sl@0
   154
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample8.dll		RAMOnly\EComExample8.dll
sl@0
   155
data=EPOCROOT##epoc32\data\z\RAMOnly\exampleNine.rsc		RAMOnly\exampleNine.rsc
sl@0
   156
data=EPOCROOT##epoc32\data\z\RAMOnly\exampleNine.dll		RAMOnly\exampleNine.dll
sl@0
   157
data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example1.rsc	RAMOnly\EComCR629Example1.rsc
sl@0
   158
data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example1.dll	RAMOnly\EComCR629Example1.dll
sl@0
   159
data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example2.rsc	RAMOnly\EComCR629Example2.rsc
sl@0
   160
data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example2.dll	RAMOnly\EComCR629Example2.dll
sl@0
   161
data=EPOCROOT##epoc32\data\z\RAMOnly\LanguagePlugin.dll		RAMOnly\LanguagePlugin.dll
sl@0
   162
data=EPOCROOT##epoc32\data\z\RAMOnly\LanguagePlugin.rsc		RAMOnly\LanguagePlugin.rsc
sl@0
   163
data=EPOCROOT##epoc32\data\z\RAMOnly\LanguagePlugin.r01		RAMOnly\LanguagePlugin.r01
sl@0
   164
data=EPOCROOT##epoc32\data\z\RAMOnly\LanguagePlugin.r02		RAMOnly\LanguagePlugin.r02
sl@0
   165
data=EPOCROOT##epoc32\data\z\RAMOnly\LanguagePlugin.r03		RAMOnly\LanguagePlugin.r03
sl@0
   166
data=EPOCROOT##epoc32\data\z\RAMOnly\EComHashExample.dll	RAMOnly\EComHashExample.dll
sl@0
   167
data=EPOCROOT##epoc32\data\z\RAMOnly\EComHashExample.rsc	RAMOnly\EComHashExample.rsc
sl@0
   168
data=EPOCROOT##epoc32\data\z\RAMOnly\EComSwiExample.dll		RAMOnly\EComSwiExample.dll
sl@0
   169
data=EPOCROOT##epoc32\data\z\RAMOnly\EComSwiExample.rsc		RAMOnly\EComSwiExample.rsc
sl@0
   170
data=EPOCROOT##epoc32\data\z\RAMOnly\dummycustomresolver1.rsc		RAMOnly\dummycustomresolver1.rsc
sl@0
   171
data=EPOCROOT##epoc32\data\z\RAMOnly\cachedcustomresolver2.rsc		RAMOnly\cachedcustomresolver2.rsc
sl@0
   172
sl@0
   173
//Note here that the data= is used instead of file= because in T_Loadmanager this plugins needs to be copied from ROM to C
sl@0
   174
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample5.dll       	RAMOnly\EComExample5.dll
sl@0
   175
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12.dll       	RAMOnly\EComExample12.dll
sl@0
   176
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12Upgraded.dll       	RAMOnly\EComExample12Upgraded.dll
sl@0
   177
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12Downgraded.dll       	RAMOnly\EComExample12Downgraded.dll
sl@0
   178
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample14.dll       	RAMOnly\EComExample14.dll
sl@0
   179
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample14Upgraded.dll       	RAMOnly\EComExample14Upgraded.dll
sl@0
   180
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample15.dll       	RAMOnly\EComExample15.dll
sl@0
   181
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExampleBadData.dll       	RAMOnly\EComExampleBadData.dll
sl@0
   182
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExampleBadData1.dll       	RAMOnly\EComExampleBadData1.dll
sl@0
   183
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExampleBadData2.dll       	RAMOnly\EComExampleBadData2.dll
sl@0
   184
data=EPOCROOT##epoc32\data\z\HeapTestImpl.dll			HeapTestImpl.dll
sl@0
   185
data=EPOCROOT##epoc32\data\z\RAMOnly\T_PlatSecResolverC.dll	RAMOnly\T_PlatSecResolverC.dll
sl@0
   186
data=EPOCROOT##epoc32\data\z\RAMOnly\T_PlatSecECom4.dll		RAMOnly\T_PlatSecECom4.dll
sl@0
   187
sl@0
   188
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample3.dll       	RAMOnly\EComExample3.dll
sl@0
   189
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample2.dll       	RAMOnly\EComExample2.dll
sl@0
   190
data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample.dll       	RAMOnly\EComExample.dll
sl@0
   191
data=EPOCROOT##epoc32\data\z\RAMOnly\EComNullExample.dll       	RAMOnly\EComNullExample.dll
sl@0
   192
data=EPOCROOT##epoc32\data\z\RAMOnly\EComRomRslvrExampleOnZ.dll       	RAMOnly\EComRomRslvrExampleOnZ.dll
sl@0
   193
data=EPOCROOT##epoc32\data\z\RAMOnly\dummycustomresolver1.dll       	RAMOnly\dummycustomresolver1.dll
sl@0
   194
sl@0
   195
sl@0
   196
sl@0
   197
// One that is not in \epoc32\data\z\ramonly.
sl@0
   198
data=ABI_DIR\BUILD_DIR\z\ramonly\cachedcustomresolver2.dll	RAMONLY\cachedcustomresolver2.dll
sl@0
   199
sl@0
   200
// ECom test EXEs
sl@0
   201
file=ABI_DIR\BUILD_DIR\ComponentInfoTest.exe    Test\ComponentInfoTest.exe
sl@0
   202
file=ABI_DIR\BUILD_DIR\EComTests.exe            Test\EComTests.exe
sl@0
   203
file=ABI_DIR\BUILD_DIR\EComServerTest.exe       Test\EComServerTest.exe
sl@0
   204
file=ABI_DIR\BUILD_DIR\T_PlatSecTest.exe   	Test\T_PlatSecTest.exe
sl@0
   205
sl@0
   206
// Testbed test EXEs
sl@0
   207
file=ABI_DIR\BUILD_DIR\DefaultLogOutputTest.exe Test\DefaultLogOutputTest.exe
sl@0
   208
file=ABI_DIR\BUILD_DIR\DataLoggerTest.exe       Test\DataLoggerTest.exe
sl@0
   209
file=ABI_DIR\BUILD_DIR\TransitionTest.exe       Test\TransitionTest.exe
sl@0
   210
file=ABI_DIR\BUILD_DIR\TestControllerTest.exe   Test\TestControllerTest.exe
sl@0
   211
file=ABI_DIR\BUILD_DIR\TestManagerTest.exe      Test\TestManagerTest.exe
sl@0
   212
file=ABI_DIR\BUILD_DIR\ComponentTesterTest.exe  Test\ComponentTesterTest.exe
sl@0
   213
file=ABI_DIR\BUILD_DIR\UnitTestTest.exe         Test\UnitTestTest.exe
sl@0
   214
sl@0
   215
// Simple ECom tests
sl@0
   216
file=ABI_DIR\BUILD_DIR\t_ecomcancel.exe         Test\t_ecomcancel.exe
sl@0
   217
file=ABI_DIR\BUILD_DIR\t_romresolver.exe        Test\t_romresolver.exe
sl@0
   218
file=ABI_DIR\BUILD_DIR\t_romonly.exe            Test\t_romonly.exe
sl@0
   219
file=ABI_DIR\BUILD_DIR\T_ListImplementation.exe Test\T_ListImplementation.exe
sl@0
   220
file=ABI_DIR\BUILD_DIR\T_ExtendedInterfaces.exe Test\T_ExtendedInterfaces.exe
sl@0
   221
file=ABI_DIR\BUILD_DIR\t_language.exe		Test\t_language.exe
sl@0
   222
file=ABI_DIR\BUILD_DIR\t_downgrade.exe		Test\t_downgrade.exe
sl@0
   223
file=ABI_DIR\BUILD_DIR\t_defaultresolver.exe	Test\t_defaultresolver.exe
sl@0
   224
file=ABI_DIR\BUILD_DIR\t_loadmanager.exe      	Test\t_loadmanager.exe
sl@0
   225
file=ABI_DIR\BUILD_DIR\t_suicide.exe         	Test\t_suicide.exe
sl@0
   226
file=ABI_DIR\BUILD_DIR\t_discoverer.exe       	Test\t_discoverer.exe
sl@0
   227
file=ABI_DIR\BUILD_DIR\t_registrar.exe        	Test\t_registrar.exe
sl@0
   228
file=ABI_DIR\BUILD_DIR\t_registrydata.exe     	Test\t_registrydata.exe
sl@0
   229
file=ABI_DIR\BUILD_DIR\t_resolver.exe         	Test\t_resolver.exe
sl@0
   230
file=ABI_DIR\BUILD_DIR\t_backupnotifier.exe   	Test\t_backupnotifier.exe
sl@0
   231
file=ABI_DIR\BUILD_DIR\t_finalclose.exe		Test\t_finalclose.exe
sl@0
   232
file=ABI_DIR\BUILD_DIR\t_ecomdefect.exe		Test\t_ecomdefect.exe
sl@0
   233
file=ABI_DIR\BUILD_DIR\t_ServerStartupMgr.exe   Test\t_ServerStartupMgr.exe
sl@0
   234
file=ABI_DIR\BUILD_DIR\t_EComSsaEnabled.exe   	Test\t_EComSsaEnabled.exe
sl@0
   235
file=ABI_DIR\BUILD_DIR\t_EComSsaDisabled.exe   	Test\t_EComSsaDisabled.exe
sl@0
   236
file=ABI_DIR\BUILD_DIR\t_pluginupgrade.exe 	Test\t_pluginupgrade.exe
sl@0
   237
file=ABI_DIR\BUILD_DIR\t_drivemount.exe 	Test\t_drivemount.exe
sl@0
   238
file=ABI_DIR\BUILD_DIR\t_rogueplugin.exe		Test\t_rogueplugin.exe
sl@0
   239
file=ABI_DIR\BUILD_DIR\t_ecomswi.exe		Test\t_ecomswi.exe
sl@0
   240
file=ABI_DIR\BUILD_DIR\t_ecombur.exe		Test\t_ecombur.exe
sl@0
   241
sl@0
   242
file=ABI_DIR\BUILD_DIR\t_ecomentry.exe 		Test\t_ecomentry.exe
sl@0
   243
file=ABI_DIR\BUILD_DIR\t_plugindiscovery.exe 	Test\t_plugindiscovery.exe
sl@0
   244
file=ABI_DIR\BUILD_DIR\t_capcheck.exe		Test\t_capcheck.exe
sl@0
   245
file=ABI_DIR\BUILD_DIR\t_validateRegistry.exe	Test\t_validateRegistry.exe
sl@0
   246
file=ABI_DIR\BUILD_DIR\t_driveinfo.exe		Test\t_driveinfo.exe
sl@0
   247
file=ABI_DIR\BUILD_DIR\t_ImplementationInformation.exe		Test\t_ImplementationInformation.exe
sl@0
   248
file=ABI_DIR\BUILD_DIR\t_hashcheck.exe		Test\t_hashcheck.exe
sl@0
   249
file=ABI_DIR\BUILD_DIR\t_resolverperf.exe	Test\t_resolverperf.exe
sl@0
   250
file=ABI_DIR\BUILD_DIR\t_resolvercache.exe	Test\t_resolvercache.exe
sl@0
   251
sl@0
   252
// SPI test file
sl@0
   253
data=EPOCROOT##epoc32\data\z\Test\Data\EcomTest.spi Test\Data\EcomTest.spi
sl@0
   254
data=EPOCROOT##epoc32\data\z\Test\Data\EcomTestType3.spi Test\Data\EcomTestType3.spi
sl@0
   255
sl@0
   256
//multiple SPI test files
sl@0
   257
data=EPOCROOT##epoc32\data\z\Test\Data\ecom-0-2.s02 private\10009D8F\ecom-0-2.s02
sl@0
   258
data=EPOCROOT##epoc32\data\z\Test\Data\ecom-0-3.s03 private\10009D8F\ecom-0-3.s03
sl@0
   259
sl@0
   260
//epocsrvr.ini test files
sl@0
   261
data=EPOCROOT##epoc32\data\z\Test\Data\EComSrvr.ini Test\Data\EComSrvr.ini
sl@0
   262
data=EPOCROOT##epoc32\data\z\Test\Data\EComTestBehaviour.ini    Test\Data\EComTestBehaviour.ini
sl@0
   263
//T_EcomEntry test file .
sl@0
   264
data=EPOCROOT##epoc32\data\z\Test\Data\ECOMTEST.aif        Test\Data\ECOMTEST.aif
sl@0
   265
sl@0
   266
//corrupt file to replace language and drive index files for robustness tests
sl@0
   267
data=EPOCROOT##epoc32\data\z\Test\Data\corruptfile.txt	   Test\Data\corruptfile.txt	
sl@0
   268
sl@0
   269
file=ABI_DIR\DEBUG_DIR\t_disabledrives.exe		sys\bin\t_disabledrives.exe
sl@0
   270
sl@0
   271
//
sl@0
   272
// The following include and macro mimic the way that ECOM production code
sl@0
   273
// handles patchable constants. The patchdata commands are copied from
sl@0
   274
// ECom.iby (except ecomserver.exe is changed to t_disabledrives.exe).
sl@0
   275
// To test your new constants, copy the constant and its associated
sl@0
   276
// macro from ECom.iby to disabledrivestest.hby and add a test in t_disabledrives.cpp.
sl@0
   277
#include <disabledrivestest.hby>
sl@0
   278
sl@0
   279
#ifdef ECOM_PATCHDATA_KTESTDISCOVERYDISABLEDDRIVELIST
sl@0
   280
    patchdata t_disabledrives.exe@KDiscoveryDisabledDriveList ECOM_PATCHDATA_KTESTDISCOVERYDISABLEDDRIVELIST
sl@0
   281
#endif
sl@0
   282
sl@0
   283
#ifdef ECOM_PATCHDATA_KCUSTOMRESOLVERCACHESIZE
sl@0
   284
    patchdata t_disabledrives.exe@KCustomResolverCacheSize ECOM_PATCHDATA_KCUSTOMRESOLVERCACHESIZE
sl@0
   285
#endif
sl@0
   286
sl@0
   287
#ifdef ECOM_PATCHDATA_KCUSTOMRESOLVERCACHETIMEOUT
sl@0
   288
    patchdata t_disabledrives.exe@KCustomResolverCacheTimeout ECOM_PATCHDATA_KCUSTOMRESOLVERCACHETIMEOUT
sl@0
   289
#endif
sl@0
   290
sl@0
   291
#endif //__ECOMTEST_IBY__