|
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 /** |
|
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 tcmn_server.mmp |
|
36 |
|
37 //Define TEST_SSM_GRACEFUL_OFFLINE only when patchable constant KSsmGracefulOffline is enabled |
|
38 #ifdef TEST_SSM_GRACEFUL_OFFLINE |
|
39 tcmn_gracefulnotify_server.mmp |
|
40 #endif |
|
41 |
|
42 |
|
43 PRJ_TESTEXPORTS |
|
44 ssmatest_cmn.iby /epoc32/rom/include/ssmatest_cmn.iby |
|
45 |
|
46 // cmd batch files for emulator / hardware test execution |
|
47 ../scripts/ssmatest_cmn_run.bat /epoc32/data/z/ssmatest/ssmatest_cmn_run.bat |
|
48 ../scripts/ssmatest_cmn_run.bat /epoc32/release/winscw/udeb/ssmatest_cmn_run.bat |
|
49 ../scripts/ssmatest_cmn_run.bat /epoc32/release/winscw/urel/ssmatest_cmn_run.bat |
|
50 |
|
51 // cmd scripts |
|
52 ../scripts/ssmatest_cmn_state.script z:/ssmatest/ssmatest_cmn_state.script |
|
53 ../scripts/ssmatest_cmn_swpvalue.script z:/ssmatest/ssmatest_cmn_swpvalue.script |
|
54 ../scripts/ssmatest_cmn_systemwideproperty.script z:/ssmatest/ssmatest_cmn_systemwideproperty.script |
|
55 ../scripts/ssmatest_cmn_stateawaresession.script z:/ssmatest/ssmatest_cmn_stateawaresession.script |
|
56 #ifdef TEST_SSM_GRACEFUL_OFFLINE |
|
57 ../scripts/ssmatest_cmn_gracefulofflinestatenotify.script z:/ssmatest/ssmatest_cmn_gracefulofflinestatenotify.script |
|
58 ../testdata/ssmatest_cmn_gracefulofflinestatenotify.ini z:/ssmatest/ssmatest_cmn_gracefulofflinestatenotify.ini |
|
59 #endif |
|
60 |