|
1 /* |
|
2 * Copyright (c) 2002 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: This is a resource file for ProfileEng |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // RESOURCE IDENTIFIER |
|
21 NAME PFE2 |
|
22 |
|
23 |
|
24 // INCLUDES |
|
25 #include <eikon.rh> |
|
26 #include <bldvariant.hrh> |
|
27 #include "Profile.hrh" |
|
28 #include "ProfileEng.rh" |
|
29 #include "ProfileEng.hrh" |
|
30 #include <profile.loc> |
|
31 |
|
32 // CONSTANTS |
|
33 // MACROS |
|
34 |
|
35 // RESOURCE DEFINITIONS |
|
36 // ----------------------------------------------------------------------------- |
|
37 // |
|
38 // signature |
|
39 // resource signature |
|
40 // |
|
41 // ----------------------------------------------------------------------------- |
|
42 // |
|
43 RESOURCE RSS_SIGNATURE { signature = PROFILES_ENGINE_RESOURCE_SIGNATURE; } |
|
44 |
|
45 |
|
46 // ----------------------------------------------------------------------------- |
|
47 // |
|
48 // r_default_profiles |
|
49 // Profiles default profiles. |
|
50 // |
|
51 // ----------------------------------------------------------------------------- |
|
52 // |
|
53 RESOURCE DEFAULT_PROFILES r_default_profiles |
|
54 { |
|
55 items= |
|
56 { |
|
57 PROFILE |
|
58 { |
|
59 id = EProfileGeneralId; |
|
60 name = qtn_mode_general; |
|
61 shortname = qtn_navi_mode_general; |
|
62 naviname = qtn_navi_mode_active_general; |
|
63 titlename = qtn_mode_title_general; |
|
64 }, |
|
65 PROFILE |
|
66 { |
|
67 id = EProfileSilentId; |
|
68 name = qtn_mode_silent; |
|
69 shortname = qtn_navi_mode_silent; |
|
70 naviname = qtn_navi_mode_active_silent; |
|
71 titlename = qtn_mode_title_silent; |
|
72 }, |
|
73 PROFILE |
|
74 { |
|
75 id = EProfileMeetingId; |
|
76 name = qtn_mode_meeting; |
|
77 shortname = qtn_navi_mode_meeting; |
|
78 naviname = qtn_navi_mode_active_meeting; |
|
79 titlename = qtn_mode_title_meeting; |
|
80 }, |
|
81 PROFILE |
|
82 { |
|
83 id = EProfileOutdoorId; |
|
84 name = qtn_mode_outdoor; |
|
85 shortname = qtn_navi_mode_outdoor; |
|
86 naviname = qtn_navi_mode_active_outdoor; |
|
87 titlename = qtn_mode_title_outdoor; |
|
88 }, |
|
89 PROFILE |
|
90 { |
|
91 id = EProfilePagerId; |
|
92 name = qtn_mode_pager; |
|
93 shortname = qtn_navi_mode_pager; |
|
94 naviname = qtn_navi_mode_active_pager; |
|
95 titlename = qtn_mode_title_pager; |
|
96 } |
|
97 #ifdef __OFFLINE_MODE |
|
98 , |
|
99 PROFILE |
|
100 { |
|
101 id = EProfileOffLineId; |
|
102 name = qtn_mode_offline; |
|
103 shortname = qtn_navi_mode_offline; |
|
104 naviname = qtn_navi_mode_active_offline; |
|
105 titlename = qtn_mode_title_offline; |
|
106 } |
|
107 #endif |
|
108 #ifdef __DRIVE_MODE |
|
109 , |
|
110 PROFILE |
|
111 { |
|
112 id = EProfileDriveId; |
|
113 name = qtn_mode_drive; |
|
114 shortname = qtn_navi_mode_drive; |
|
115 naviname = qtn_navi_mode_active_drive; |
|
116 titlename = qtn_mode_title_drive; |
|
117 } |
|
118 #endif |
|
119 }; |
|
120 } |
|
121 |
|
122 // ----------------------------------------------------------------------------- |
|
123 // |
|
124 // r_profile_settings |
|
125 // Profiles profile settings. |
|
126 // |
|
127 // ----------------------------------------------------------------------------- |
|
128 // |
|
129 RESOURCE PROFILE_SETTINGS r_profile_settings |
|
130 { |
|
131 items= |
|
132 { |
|
133 PROFILE_SETTING |
|
134 { |
|
135 id = EProfileSettingIdModifiableFlags; |
|
136 key_type = EProfileSettingKeyTypeBin; |
|
137 }, |
|
138 PROFILE_SETTING |
|
139 { |
|
140 id = EProfileSettingIdVisibleFlags; |
|
141 key_type = EProfileSettingKeyTypeBin; |
|
142 }, |
|
143 PROFILE_SETTING |
|
144 { |
|
145 id = EProfileSettingIdProfileName; |
|
146 key_type = EProfileSettingKeyTypeString; |
|
147 }, |
|
148 PROFILE_SETTING |
|
149 { |
|
150 id = EProfileSettingIdAlertForGroups; |
|
151 key_type = EProfileSettingKeyTypeBin; |
|
152 }, |
|
153 PROFILE_SETTING |
|
154 { |
|
155 id = EProfileSettingIdRingingTone; |
|
156 key_type = EProfileSettingKeyTypeString; |
|
157 }, |
|
158 PROFILE_SETTING |
|
159 { |
|
160 id = EProfileSettingIdRingingTone2; |
|
161 key_type = EProfileSettingKeyTypeString; |
|
162 }, |
|
163 PROFILE_SETTING |
|
164 { |
|
165 id = EProfileSettingIdMsgTone; |
|
166 key_type = EProfileSettingKeyTypeString; |
|
167 }, |
|
168 PROFILE_SETTING |
|
169 { |
|
170 id = EProfileSettingIdRingingType; |
|
171 key_type = EProfileSettingKeyTypeInt; |
|
172 }, |
|
173 PROFILE_SETTING |
|
174 { |
|
175 id = EProfileSettingIdKeypadVolume; |
|
176 key_type = EProfileSettingKeyTypeInt; |
|
177 }, |
|
178 PROFILE_SETTING |
|
179 { |
|
180 id = EProfileSettingIdRingingVolume; |
|
181 key_type = EProfileSettingKeyTypeInt; |
|
182 }, |
|
183 PROFILE_SETTING |
|
184 { |
|
185 id = EProfileSettingIdVibra; |
|
186 key_type = EProfileSettingKeyTypeInt; |
|
187 }, |
|
188 PROFILE_SETTING |
|
189 { |
|
190 id = EProfileSettingIdEmailVibra; |
|
191 key_type = EProfileSettingKeyTypeInt; |
|
192 }, |
|
193 PROFILE_SETTING |
|
194 { |
|
195 id = EProfileSettingIdTactileFeedback; |
|
196 key_type = EProfileSettingKeyTypeInt; |
|
197 }, |
|
198 PROFILE_SETTING |
|
199 { |
|
200 id = EProfileSettingIdAudioFeedback; |
|
201 key_type = EProfileSettingKeyTypeInt; |
|
202 }, |
|
203 PROFILE_SETTING |
|
204 { |
|
205 id = EProfileSettingIdWarnAndGameTones; |
|
206 key_type = EProfileSettingKeyTypeInt; |
|
207 }, |
|
208 PROFILE_SETTING |
|
209 { |
|
210 id = EProfileSettingIdImTone; |
|
211 key_type = EProfileSettingKeyTypeString; |
|
212 }, |
|
213 PROFILE_SETTING |
|
214 { |
|
215 id = EProfileSettingIdEmailTone; |
|
216 key_type = EProfileSettingKeyTypeString; |
|
217 }, |
|
218 PROFILE_SETTING |
|
219 { |
|
220 id = EProfileSettingIdVideoCallTone; |
|
221 key_type = EProfileSettingKeyTypeString; |
|
222 }, |
|
223 PROFILE_SETTING |
|
224 { |
|
225 id = EProfileSettingIdStatusMsg; |
|
226 key_type = EProfileSettingKeyTypeString; |
|
227 }, |
|
228 PROFILE_SETTING |
|
229 { |
|
230 id = EProfileSettingIdAvailAttribute; |
|
231 key_type = EProfileSettingKeyTypeInt; |
|
232 }, |
|
233 PROFILE_SETTING |
|
234 { |
|
235 id = EProfileSettingIdMediaVolume; |
|
236 key_type = EProfileSettingKeyTypeInt; |
|
237 }, |
|
238 PROFILE_SETTING |
|
239 { |
|
240 id = EProfileSettingIdTextToSpeechTone; |
|
241 key_type = EProfileSettingKeyTypeInt; |
|
242 }, |
|
243 PROFILE_SETTING |
|
244 { |
|
245 id = EProfileSettingIdNameChanged; |
|
246 key_type = EProfileSettingKeyTypeInt; |
|
247 }, |
|
248 PROFILE_SETTING |
|
249 { |
|
250 id = EProfileSettingIdCallObjectContent; |
|
251 key_type = EProfileSettingKeyTypeString; |
|
252 }, |
|
253 PROFILE_SETTING |
|
254 { |
|
255 id = EProfileSettingIdPttTone; |
|
256 key_type = EProfileSettingKeyTypeString; |
|
257 }, |
|
258 PROFILE_SETTING |
|
259 { |
|
260 id = EProfileSettingIdPttStatus; |
|
261 key_type = EProfileSettingKeyTypeInt; |
|
262 }, |
|
263 PROFILE_SETTING |
|
264 { |
|
265 id = EProfileSettingId3DEffect; |
|
266 key_type = EProfileSettingKeyTypeInt; |
|
267 }, |
|
268 PROFILE_SETTING |
|
269 { |
|
270 id = EProfileSettingId3DEcho; |
|
271 key_type = EProfileSettingKeyTypeInt; |
|
272 } |
|
273 }; |
|
274 } |
|
275 |
|
276 |
|
277 // ----------------------------------------------------------------------------- |
|
278 // |
|
279 // r_new_profile |
|
280 // Profiles new profile. |
|
281 // |
|
282 // ----------------------------------------------------------------------------- |
|
283 // |
|
284 #ifdef __DYNAMIC_PROFILES |
|
285 RESOURCE LBUF r_new_profile |
|
286 { |
|
287 txt = qtn_profiles_new_profile; |
|
288 } |
|
289 |
|
290 RESOURCE LBUF r_new_profile_short |
|
291 { |
|
292 txt = qtn_navi_profiles_new_profile; |
|
293 } |
|
294 |
|
295 RESOURCE LBUF r_new_profile_navi |
|
296 { |
|
297 txt = qtn_navi_mode_active_new_profile; |
|
298 } |
|
299 |
|
300 RESOURCE LBUF r_new_profile_title |
|
301 { |
|
302 txt = qtn_mode_title_new_profile; |
|
303 } |
|
304 #endif |
|
305 |
|
306 // End of File |