|
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 |
|
23 TARGET tcmd_custcmdserver.exe |
|
24 TARGETTYPE exe |
|
25 TARGETPATH /sys/bin |
|
26 UID 0x1000007A 0xA0002EA1 |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 // Use KSsmServerName SID on this test server to allow cmds to be properly executed as well as accessing the private folder. |
|
30 SECUREID 0x2000D75B |
|
31 |
|
32 CAPABILITY PowerMgmt WriteDeviceData ReadDeviceData ProtServ DiskAdmin SwEvent |
|
33 |
|
34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 |
|
36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
37 |
|
38 // production code |
|
39 USERINCLUDE ../../../cmd/inc |
|
40 USERINCLUDE ../../../inc |
|
41 USERINCLUDE ../../../localinc |
|
42 userinclude ../../../ss/inc |
|
43 USERINCLUDE ../../../cle/inc |
|
44 |
|
45 // testcode |
|
46 USERINCLUDE ../inc |
|
47 USERINCLUDE ../../tcle/inc |
|
48 |
|
49 |
|
50 SOURCEPATH ../src |
|
51 SOURCE tcmd_custcmdserver.cpp |
|
52 SOURCE tcmd_step_custcmdneverunload.cpp |
|
53 |
|
54 SOURCEPATH ../../tcle/src |
|
55 SOURCE tcle_cleclient.cpp |
|
56 |
|
57 SOURCEPATH ../../../cmd/src |
|
58 source ssmcommandbase.cpp |
|
59 source ssmdeferrablecommand.cpp |
|
60 source ssmcommandlist.cpp |
|
61 source ssmcommandlistimpl.cpp |
|
62 source ssmcommandlistresourcereader.cpp |
|
63 source ssmcommandlistresourcereaderimpl.cpp |
|
64 source ssmcommandparameters.cpp |
|
65 source ssmcommandutilprovider.cpp |
|
66 source ssmpublishsystemstateinfo.cpp |
|
67 source ssmcustomcommandinfo.cpp |
|
68 source ssmcommandlistutils.cpp |
|
69 source ssmcustomcommand.cpp |
|
70 source ssmdeferreddeleter.cpp |
|
71 source ssmcommandfactory.cpp |
|
72 |
|
73 source cmdamastarter.cpp |
|
74 source cmdcustomcommand.cpp |
|
75 source cmdfinalisedrives.cpp |
|
76 source cmdloadsup.cpp |
|
77 source cmdmultiplewait.cpp |
|
78 source cmdpersisthalattributes.cpp |
|
79 source cmdpoweroff.cpp |
|
80 source cmdpublishswp.cpp |
|
81 source cmdpublishsystemstate.cpp |
|
82 source cmdreqswpchange.cpp |
|
83 source cmdsetpandskey.cpp |
|
84 source cmdstarterbase.cpp |
|
85 source cmdstartapp.cpp |
|
86 source cmdstartprocess.cpp |
|
87 source cmdwaitforapparcinit.cpp |
|
88 source cmdcreateswp.cpp |
|
89 |
|
90 |
|
91 sourcepath ../../../localsrc |
|
92 source ssmpanic.cpp |
|
93 |
|
94 LIBRARY euser.lib |
|
95 LIBRARY efsrv.lib |
|
96 LIBRARY testexecuteutils.lib |
|
97 LIBRARY estor.lib |
|
98 LIBRARY ssmcmn.lib |
|
99 LIBRARY bafl.lib |
|
100 library domaincli.lib |
|
101 library ssmsuscli.lib |
|
102 library ssmstartsafe.lib |
|
103 |
|
104 STATICLIBRARY ssmclecli.lib |
|
105 STATICLIBRARY ssmclesrv.lib |
|
106 |
|
107 |
|
108 |
|
109 SMPSAFE |