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