|
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 TARGET tcmn_server.exe |
|
23 TARGETTYPE exe |
|
24 TARGETPATH /sys/bin |
|
25 UID 0x1000007A 0xA0002EA4 |
|
26 VENDORID 0x70000001 |
|
27 |
|
28 SECUREID 0x2000D75B |
|
29 |
|
30 CAPABILITY SwEvent WriteDeviceData PowerMgmt ProtServ DiskAdmin ReadDeviceData |
|
31 |
|
32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 |
|
34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 |
|
36 // production code |
|
37 USERINCLUDE ../../../cmn/inc |
|
38 USERINCLUDE ../../../ssm/inc |
|
39 USERINCLUDE ../../../localinc |
|
40 USERINCLUDE ../../../cmd/inc |
|
41 |
|
42 |
|
43 SOURCEPATH ../../../cmn/src |
|
44 SOURCE ssmstatemanager.cpp |
|
45 SOURCE ssmstateawaresession.cpp |
|
46 SOURCE ssmsystemwideproperty.cpp |
|
47 SOURCE ssmpropertymonitor.cpp |
|
48 SOURCE ssmstatemonitor.cpp |
|
49 |
|
50 // testcode |
|
51 USERINCLUDE ../inc |
|
52 USERINCLUDE ../../testutils/inc |
|
53 USERINCLUDE ../../tssm/inc |
|
54 |
|
55 SOURCEPATH ../src |
|
56 SOURCE tcmn_server.cpp |
|
57 SOURCE tcmn_step_state.cpp |
|
58 SOURCE tcmn_step_swpvalue.cpp |
|
59 SOURCE tcmn_step_stateawaresession.cpp |
|
60 SOURCE tcmn_step_systemwideproperty.cpp |
|
61 |
|
62 SOURCEPATH ../../testutils/src |
|
63 SOURCE ssmatest_utils.cpp |
|
64 |
|
65 |
|
66 |
|
67 LIBRARY euser.lib |
|
68 LIBRARY efsrv.lib |
|
69 LIBRARY ws32.lib |
|
70 LIBRARY testexecuteutils.lib |
|
71 LIBRARY testexecutelogclient.lib |
|
72 LIBRARY ssmcmd.lib |
|
73 LIBRARY estor.lib |
|
74 LIBRARY ssmcmn.lib |
|
75 LIBRARY domaincli.lib |
|
76 LIBRARY bafl.lib |
|
77 LIBRARY ssmsuscli.lib |
|
78 LIBRARY ssmstartsafe.lib |
|
79 |
|
80 STATICLIBRARY ssmclecli.lib |
|
81 STATICLIBRARY ssmclesrv.lib |
|
82 |
|
83 |
|
84 SMPSAFE |