|
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 |
|
23 TARGET tunitcustcmd_server.exe |
|
24 TARGETTYPE exe |
|
25 TARGETPATH /sys/bin |
|
26 UID 0x1000007A 0x2000E658 |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 CAPABILITY ALL -TCB |
|
30 |
|
31 //Secure id of sysstatemgr.exe |
|
32 SECUREID 0x2000D75B |
|
33 |
|
34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 |
|
36 // testcode |
|
37 USERINCLUDE ../inc |
|
38 USERINCLUDE ../../../localinc |
|
39 |
|
40 SOURCEPATH ../src |
|
41 SOURCE tcmd_server.cpp |
|
42 SOURCE tcmd_step_coopsysselftest.cpp |
|
43 SOURCE tcmd_step_coopsysperformrestartactions.cpp |
|
44 SOURCE tcmd_step_coopsysperformshutdownactions.cpp |
|
45 SOURCE tcmd_step_coopsysperformrfsactions.cpp |
|
46 SOURCE tcmd_step_activaterfforemergencycall.cpp |
|
47 SOURCE tcmd_step_deactivaterfforemergencycall.cpp |
|
48 SOURCE tcmd_step_coopsysstatechange.cpp |
|
49 SOURCE tcmd_step_publishstartupmode.cpp |
|
50 SOURCE tcmd_step_devicesecuritycheck.cpp |
|
51 SOURCE tcmd_step_simsecuritycheck.cpp |
|
52 SOURCE tcmd_step_publishsimownedandchanged.cpp |
|
53 SOURCE tcmd_step_execute.cpp |
|
54 // production code |
|
55 USERINCLUDE ../../../clayer/inc |
|
56 USERINCLUDE ../../../custcmd/inc |
|
57 |
|
58 SOURCEPATH ../../../custcmd/src |
|
59 SOURCE cmdsimsecuritycheck.cpp |
|
60 SOURCE cmddevicesecuritycheck.cpp |
|
61 SOURCE ssmsecuritychecknotifier.cpp |
|
62 SOURCE cmdcoopsysselftest.cpp |
|
63 SOURCE cmdcoopsysperformrestartactions.cpp |
|
64 SOURCE cmdcoopsysperformshutdownactions.cpp |
|
65 SOURCE cmdcoopsysperformrfsactions.cpp |
|
66 SOURCE cmdactivaterfforemergencycall.cpp |
|
67 SOURCE cmddeactivaterfforemergencycall.cpp |
|
68 SOURCE cmdcoopsysstatechange.cpp |
|
69 SOURCE cmdpublishstartupmode.cpp |
|
70 SOURCE cmdpublishsimownedandchanged.cpp |
|
71 SOURCE ssmcustomcmdfactory.cpp |
|
72 SOURCE securitynoteobserver.cpp |
|
73 SOURCE cmdvalidatertc.cpp |
|
74 SOURCE cmdclearstartupreason.cpp |
|
75 SOURCE cmddeletetempfiles.cpp |
|
76 SOURCE cmdinitramdrive.cpp |
|
77 SOURCE cmdcheckuserdrive.cpp |
|
78 |
|
79 SOURCEPATH ../../../localsrc |
|
80 SOURCE ssmpanic.cpp |
|
81 |
|
82 SOURCEPATH ../../../../systemstatemgr/cmd/src |
|
83 SOURCE ssmcustomcommand.cpp |
|
84 |
|
85 #if !defined (TEST_CUSTCMD) |
|
86 #define TEST_CUSTCMD |
|
87 MACRO TEST_CUSTCMD_MACRO |
|
88 #endif |
|
89 |
|
90 LIBRARY euser.lib |
|
91 LIBRARY efsrv.lib |
|
92 LIBRARY testexecuteutils.lib |
|
93 LIBRARY testexecutelogclient.lib |
|
94 LIBRARY ssmcmd.lib |
|
95 LIBRARY estor.lib |
|
96 LIBRARY ssmcmn.lib |
|
97 LIBRARY bafl.lib |
|
98 LIBRARY domaincli.lib |
|
99 LIBRARY ssmsuscli.lib |
|
100 LIBRARY sysmoncli.lib |
|
101 LIBRARY centralrepository.lib |
|
102 LIBRARY ssmuiproviderdll.lib |
|
103 LIBRARY ssmadaptationcli.lib |
|
104 |
|
105 LIBRARY etelmm.lib //Device security check |
|
106 LIBRARY etel.lib //Device security check |
|
107 |
|
108 SMPSAFE |