|
1 // Copyright (c) 2007-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 //helper test components |
|
17 #include "../helper/configured_efm/group/bld.inf" |
|
18 #include "../helper/test_plugins/group/bld.inf" |
|
19 #include "../helper/pluginhelper/group/bld.inf" |
|
20 #include "../helper/dummyswi/group/bld.inf" |
|
21 #include "../helper/helping_exe/group/bld.inf" |
|
22 |
|
23 PRJ_TESTMMPFILES |
|
24 //TEF project files |
|
25 ../tef/tef_feature_generator/group/tef_feature_generator.mmp manual |
|
26 ../tef/tef_efm_normal/group/efm_normal_testserver.mmp manual |
|
27 ../tef/tef_efm_configured/group/efm_configured_testserver.mmp manual |
|
28 ../tef/tef_efm_unit/group/efm_unit_testserver.mmp manual |
|
29 ../tef/tef_efm_bursuite/group/tef_efm_bursuite.mmp manual |
|
30 |
|
31 PRJ_TESTEXPORTS |
|
32 //TEF script files |
|
33 ../tef/group/tef_featmgr.script z:/test/efm/scripts/tef_featmgr.script |
|
34 ../tef/tef_efm_normal/scripts/tef_efm_normal.script z:/test/efm/scripts/tef_efm_normal.script |
|
35 ../tef/tef_efm_normal/scripts/tef_efm_normal.ini z:/test/efm/scripts/tef_efm_normal.ini |
|
36 ../tef/tef_efm_normal/scripts/tef_efm_normal_hardware.ini z:/test/efm/scripts/tef_efm_normal_hardware.ini |
|
37 ../tef/tef_efm_normal/scripts/tef_efm_fullcap.script z:/test/efm/scripts/tef_efm_fullcap.script |
|
38 ../tef/tef_efm_normal/scripts/tef_efm_lowcap.script z:/test/efm/scripts/tef_efm_lowcap.script |
|
39 ../tef/tef_efm_configured/scripts/tef_efm_configured.script z:/test/efm/scripts/tef_efm_configured.script |
|
40 ../tef/tef_efm_configured/scripts/tef_efm_performance.script z:/test/efm/scripts/tef_efm_performance.script |
|
41 ../tef/tef_efm_unit/scripts/tef_efm_unit.script z:/test/efm/scripts/tef_efm_unit.script |
|
42 ../tef/tef_efm_unit/scripts/tef_efm_unit.ini z:/test/efm/scripts/tef_efm_unit.ini |
|
43 ../tef/tef_efm_bursuite/scripts/tef_efm_bursuite.script z:/test/efm/scripts/tef_efm_bursuite.script |
|
44 |
|
45 // .ini file for characterisation testing. |
|
46 ../tef/tef_efm_configured/scripts/characterise.ini z:/test/efm/scripts/characterise.ini |
|
47 |
|
48 //feature definition files for TEF feature generator |
|
49 ../tef/tef_feature_generator/config/reconciliation_features.ini z:/test/efm/scripts/reconciliation_features.ini |
|
50 ../tef/tef_feature_generator/config/persistence_features.ini z:/test/efm/scripts/persistence_features.ini |
|
51 ../tef/tef_feature_generator/config/dsr_features.ini z:/test/efm/scripts/dsr_features.ini |
|
52 ../tef/tef_feature_generator/config/plugin_features.ini z:/test/efm/scripts/plugin_features.ini |
|
53 ../tef/tef_feature_generator/config/unit_features.ini z:/test/efm/scripts/unit_features.ini |
|
54 ../tef/tef_feature_generator/config/unit_runtime_features.ini z:/test/efm/scripts/unit_runtime_features.ini |
|
55 ../tef/tef_feature_generator/config/corruptdat.ini z:/test/efm/scripts/corruptdat.ini |
|
56 |
|
57 // TestExecute additional files (urel & udeb) |
|
58 ../tef/tef_efm_bursuite/scripts/tef_efm_bursuite.ini z:/test/efm/scripts/tef_efm_bursuite.ini |
|
59 |
|
60 // 1200 feature data file for characterisation testing. |
|
61 ../tef/tef_efm_configured/data/fs_1200.dat z:/test/efm/scripts/fs_1200.dat |
|
62 |
|
63 //corrupt features file |
|
64 ../tef/tef_efm_configured/data/noheader.dat z:/test/efm/scripts/noheader.dat |
|
65 ../tef/tef_efm_configured/data/partial.dat z:/test/efm/scripts/partial.dat |
|
66 |
|
67 //iby files for the test components |
|
68 featmgr_test.iby /epoc32/rom/include/featmgr_test.iby |
|
69 ../tef/tef_efm_configured/group/efm_configured_testserver.iby /epoc32/rom/include/efm_configured_testserver.iby |
|
70 ../tef/tef_efm_normal/group/efm_normal_testserver.iby /epoc32/rom/include/efm_normal_testserver.iby |
|
71 ../tef/tef_efm_unit/group/efm_unit_testserver.iby /epoc32/rom/include/efm_unit_testserver.iby |
|
72 ../tef/tef_feature_generator/group/tef_feature_generator.iby /epoc32/rom/include/tef_feature_generator.iby |
|
73 ../tef/tef_efm_bursuite/group/tef_efm_bursuite.iby /epoc32/rom/include/tef_efm_bursuite.iby |
|
74 |
|
75 //iby file for manual patchable data test |
|
76 patch_featmgr_timeout_constant.iby /epoc32/rom/include/patch_featmgr_timeout_constant.iby |
|
77 |
|
78 |