|
1 // Copyright (c) 2008-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 /** |
|
17 @file |
|
18 @test |
|
19 @internalComponent - Internal Symbian test code |
|
20 */ |
|
21 |
|
22 PRJ_PLATFORMS |
|
23 DEFAULT |
|
24 |
|
25 |
|
26 PRJ_EXPORTS |
|
27 // test code only |
|
28 |
|
29 |
|
30 PRJ_MMPFILES |
|
31 // test code only |
|
32 |
|
33 |
|
34 PRJ_TESTMMPFILES |
|
35 tsus_ssmutilsrv.mmp |
|
36 tsus_badsup.mmp |
|
37 tsus_goodsup.mmp |
|
38 tsus_swpchangesup.mmp |
|
39 tsus_swppolicy_sustest.mmp |
|
40 |
|
41 |
|
42 PRJ_TESTEXPORTS |
|
43 ssmatest_sus.iby /epoc32/rom/include/ssmatest_sus.iby |
|
44 |
|
45 // Header file for ssrefplugins test code. |
|
46 // Exporting it from test bld.inf as it is required for test code only. |
|
47 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
48 ../../../sus/inc/susadaptionclisrv.h /epoc32/include/test/susadaptionclisrv.h |
|
49 #else |
|
50 ../../../sus/inc/susadaptionclisrv.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(test/susadaptionclisrv.h) |
|
51 #endif |
|
52 |
|
53 // cmd batch files for emulator / hardware test execution |
|
54 ../scripts/ssmatest_sus_run.bat /epoc32/data/z/ssmatest/ssmatest_sus_run.bat |
|
55 ../scripts/ssmatest_sus_run.bat /epoc32/release/winscw/udeb/ssmatest_sus_run.bat |
|
56 ../scripts/ssmatest_sus_run.bat /epoc32/release/winscw/urel/ssmatest_sus_run.bat |
|
57 |
|
58 // sus scripts |
|
59 ../scripts/ssmatest_sus_adaptionserver.script z:/ssmatest/ssmatest_sus_adaptionserver.script |
|
60 ../scripts/ssmatest_sus_supinfo.script z:/ssmatest/ssmatest_sus_supinfo.script |
|
61 ../scripts/ssmatest_sus_suploader.script z:/ssmatest/ssmatest_sus_suploader.script |
|
62 ../scripts/ssmatest_sus_platsec.script z:/ssmatest/ssmatest_sus_platsec.script |
|
63 ../scripts/ssmatest_sus_platsec2.script z:/ssmatest/ssmatest_sus_platsec2.script |
|
64 ../scripts/ssmatest_sus_utilserver.script z:/ssmatest/ssmatest_sus_utilserver.script |
|
65 ../scripts/ssmatest_sus_loadplugin.script z:/ssmatest/ssmatest_sus_loadplugin.script |
|
66 ../scripts/ssmatest_sus_adaptationpluginloader.script z:/ssmatest/ssmatest_sus_adaptationpluginloader.script |
|
67 ../scripts/ssmatest_sus_adptpluginloaderoom.script z:/ssmatest/ssmatest_sus_adptpluginloaderoom.script |