|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * Project definition file for project SsmCmdLists |
|
16 * |
|
17 */ |
|
18 |
|
19 // To get the OS_LAYER_SYSTEMINCLUDE-definition |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGETTYPE NONE |
|
23 |
|
24 SOURCEPATH ../data |
|
25 |
|
26 // Command lists for startup state(s) |
|
27 |
|
28 START RESOURCE preuiservicescmdlist.rss // Pre-UI-Services startup state |
|
29 TARGETPATH /private/2000d75b/startup/0 // Private directory of sysstatemgr.exe |
|
30 END |
|
31 |
|
32 START RESOURCE uiservicescmdlist.rss // Starting UI-Services startup state |
|
33 TARGETPATH /private/2000d75b/startup/0 // Private directory of sysstatemgr.exe |
|
34 END |
|
35 |
|
36 START RESOURCE criticalappscmdlist.rss // Starting Critical Apps startup state |
|
37 TARGETPATH /private/2000d75b/startup/0 // Private directory of sysstatemgr.exe |
|
38 END |
|
39 |
|
40 START RESOURCE selftestokcmdlist.rss // Selftest Ok startup state |
|
41 TARGETPATH /private/2000d75b/startup/0 // Private directory of sysstatemgr.exe |
|
42 END |
|
43 |
|
44 START RESOURCE alarm_charging.rss // Command lists for alarm, charging and related startup states |
|
45 TARGETPATH /private/2000d75b/startup/0 // Private directory of sysstatemgr.exe |
|
46 END |
|
47 |
|
48 START RESOURCE securitycheckcmdlist.rss // Security Check startup state |
|
49 TARGETPATH /private/2000d75b/startup/0 // Private directory of sysstatemgr.exe |
|
50 END |
|
51 |
|
52 START RESOURCE noncriticalcmdlist.rss // Non-critical startup state |
|
53 TARGETPATH /private/2000d75b/startup/0 // Private directory of sysstatemgr.exe |
|
54 END |
|
55 |
|
56 START RESOURCE emergencycallsonlycmdlist.rss // Emergency Calls Only startup state |
|
57 TARGETPATH /private/2000d75b/startup/0 // Private directory of sysstatemgr.exe |
|
58 END |
|
59 |
|
60 // Command lists specific to HW |
|
61 |
|
62 START RESOURCE wserv_hw.rss // Window server command list (HW version) |
|
63 TARGETPATH /private/2000d75b/hw // Private directory of sysstatemgr.exe |
|
64 END |
|
65 |
|
66 START RESOURCE usbwatcher_hw.rss // USB Watcher command list |
|
67 TARGETPATH /private/2000d75b/hw // Private directory of sysstatemgr.exe |
|
68 END |
|
69 |
|
70 START RESOURCE noncriticalcmdlist_hw.rss // Non-critical startup state (HW-specific additions) |
|
71 TARGETPATH /private/2000d75b/hw // Private directory of sysstatemgr.exe |
|
72 END |
|
73 |
|
74 // Command lists specific to emulator |
|
75 |
|
76 START RESOURCE wserv_emu.rss // Window server command list (emulator version) |
|
77 TARGETPATH /private/2000d75b/startup/0 // Private directory of sysstatemgr.exe |
|
78 END |
|
79 |
|
80 // Command lists for fail state |
|
81 |
|
82 START RESOURCE failcmdlist.rss // Command list for fail state |
|
83 TARGETPATH /private/2000d75b/fail // Private directory of sysstatemgr.exe |
|
84 END |
|
85 |
|
86 // Command lists for shutdown states |
|
87 |
|
88 START RESOURCE shutdowncmdlists.rss // Command lists for shutdown states |
|
89 TARGETPATH /private/2000d75b/shutdown // Private directory of sysstatemgr.exe |
|
90 END |
|
91 |
|
92 // Command lists for SWPs |
|
93 |
|
94 START RESOURCE rfswpcmdlists.rss // RF status SWP |
|
95 TARGETPATH /private/2000d75b/rfstatusswpcmdlist // Private directory of sysstatemgr.exe |
|
96 END |
|
97 |
|
98 START RESOURCE uiswpcmdlists.rss // UI phase SWP |
|
99 TARGETPATH /private/2000d75b/swpui // Private directory of sysstatemgr.exe |
|
100 END |
|
101 |
|
102 USERINCLUDE ../inc |
|
103 USERINCLUDE ../../inc |
|
104 |
|
105 OS_LAYER_SYSTEMINCLUDE |
|
106 |
|
107 SMPSAFE |