|
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 tcmncustomcmd_server.exe |
|
23 TARGETTYPE exe |
|
24 TARGETPATH /sys/bin |
|
25 UID 0x1000007A 0x2001A766 |
|
26 VENDORID 0x70000001 |
|
27 |
|
28 CAPABILITY ALL -TCB |
|
29 |
|
30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
31 |
|
32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 |
|
34 // testcode |
|
35 USERINCLUDE ../inc |
|
36 USERINCLUDE ../../../localinc |
|
37 USERINCLUDE ../../testapps/inc |
|
38 |
|
39 SOURCEPATH ../src |
|
40 SOURCE tcmncustomcmd_server.cpp |
|
41 SOURCE tcmncustomcmd_step_rendezvouswithestart.cpp |
|
42 SOURCE tcmncustomcmd_step_persistreboots.cpp |
|
43 SOURCE tcmncustomcmd_step_cancelmonitoring.cpp |
|
44 |
|
45 // production code |
|
46 USERINCLUDE ../../../cmncustomcmd/inc |
|
47 |
|
48 SOURCEPATH ../../../cmncustomcmd/src |
|
49 SOURCE ssmcmncustomcmdfactory.cpp |
|
50 SOURCE cmdrendezvouswithestart.cpp |
|
51 SOURCE cmdpersistreboots.cpp |
|
52 SOURCE cmdcancelmonitoring.cpp |
|
53 |
|
54 SOURCEPATH ../../../localsrc |
|
55 SOURCE ssmpanic.cpp |
|
56 |
|
57 SOURCEPATH ../../../../systemstatemgr/cmd/src |
|
58 SOURCE ssmcustomcommand.cpp |
|
59 |
|
60 LIBRARY euser.lib |
|
61 LIBRARY efsrv.lib |
|
62 LIBRARY testexecuteutils.lib |
|
63 LIBRARY testexecutelogclient.lib |
|
64 LIBRARY ssmcmd.lib |
|
65 LIBRARY estor.lib |
|
66 LIBRARY bafl.lib |
|
67 LIBRARY ssmcmn.lib |
|
68 LIBRARY sysmoncli.lib |
|
69 |
|
70 SMPSAFE |