21
|
1 |
/*
|
|
2 |
* Copyright (c) 2002-2008 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: Resource definitions for project FileManagerEngine
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
// RESOURCE IDENTIFIER
|
|
20 |
NAME FMGE // 4 letter ID
|
|
21 |
|
|
22 |
// INCLUDES
|
|
23 |
#include <bldvariant.hrh>
|
|
24 |
#include <eikon.rh>
|
|
25 |
#include <eikon.rsg>
|
|
26 |
#include <avkon.rsg>
|
|
27 |
#include <avkon.rh>
|
|
28 |
#include <avkon.mbg>
|
|
29 |
#include <pathconfiguration.hrh>
|
|
30 |
#include <filemanager.loc>
|
|
31 |
#include "FileManagerEngine.rh"
|
|
32 |
#include "FileManagerEngine.hrh"
|
|
33 |
#include "BKupEngine.rh"
|
|
34 |
#include "BkupEngine.hrh"
|
|
35 |
#include "TMMCScBkupOwnerDataType.h"
|
|
36 |
|
|
37 |
// RESOURCE DEFINITIONS
|
|
38 |
|
|
39 |
RESOURCE RSS_SIGNATURE { }
|
|
40 |
|
|
41 |
#ifndef RD_MULTIPLE_DRIVE
|
|
42 |
|
|
43 |
RESOURCE ARRAY r_filemanager_default_folders
|
|
44 |
{
|
|
45 |
items =
|
|
46 |
{
|
|
47 |
FILEMANAGER_DEFAULT_FOLDER
|
|
48 |
{
|
|
49 |
root = text_phone_memory_root_path;
|
|
50 |
folder = text_games_path;
|
|
51 |
isMediaFolder = 0;
|
|
52 |
},
|
|
53 |
FILEMANAGER_DEFAULT_FOLDER
|
|
54 |
{
|
|
55 |
root = text_phone_memory_root_path;
|
|
56 |
folder = text_images_path;
|
|
57 |
isMediaFolder = 1;
|
|
58 |
},
|
|
59 |
FILEMANAGER_DEFAULT_FOLDER
|
|
60 |
{
|
|
61 |
root = text_phone_memory_root_path;
|
|
62 |
folder = text_gms_pictures_path;
|
|
63 |
isMediaFolder = 1;
|
|
64 |
},
|
|
65 |
FILEMANAGER_DEFAULT_FOLDER
|
|
66 |
{
|
|
67 |
root = text_phone_memory_root_path;
|
|
68 |
folder = text_mms_background_images_path;
|
|
69 |
isMediaFolder = 1;
|
|
70 |
},
|
|
71 |
#ifdef __DPB
|
|
72 |
FILEMANAGER_DEFAULT_FOLDER
|
|
73 |
{
|
|
74 |
root = text_phone_memory_root_path;
|
|
75 |
folder = text_presence_logos_path;
|
|
76 |
isMediaFolder = 1;
|
|
77 |
},
|
|
78 |
#endif
|
|
79 |
FILEMANAGER_DEFAULT_FOLDER
|
|
80 |
{
|
|
81 |
root = text_phone_memory_root_path;
|
|
82 |
folder = text_installs_path;
|
|
83 |
isMediaFolder = 0;
|
|
84 |
},
|
|
85 |
FILEMANAGER_DEFAULT_FOLDER
|
|
86 |
{
|
|
87 |
root = text_phone_memory_root_path;
|
|
88 |
folder = text_others_path;
|
|
89 |
isMediaFolder = 0;
|
|
90 |
},
|
|
91 |
FILEMANAGER_DEFAULT_FOLDER
|
|
92 |
{
|
|
93 |
root = text_phone_memory_root_path;
|
|
94 |
folder = text_sounds_path;
|
|
95 |
isMediaFolder = 1;
|
|
96 |
},
|
|
97 |
FILEMANAGER_DEFAULT_FOLDER
|
|
98 |
{
|
|
99 |
root = text_phone_memory_root_path;
|
|
100 |
folder = text_digital_sounds_path;
|
|
101 |
isMediaFolder = 1;
|
|
102 |
},
|
|
103 |
FILEMANAGER_DEFAULT_FOLDER
|
|
104 |
{
|
|
105 |
root = text_phone_memory_root_path;
|
|
106 |
folder = text_simple_sounds_path;
|
|
107 |
isMediaFolder = 1;
|
|
108 |
},
|
|
109 |
FILEMANAGER_DEFAULT_FOLDER
|
|
110 |
{
|
|
111 |
root = text_phone_memory_root_path;
|
|
112 |
folder = text_videos_path;
|
|
113 |
isMediaFolder = 1;
|
|
114 |
},
|
|
115 |
FILEMANAGER_DEFAULT_FOLDER
|
|
116 |
{
|
|
117 |
root = text_memory_card_root_path;
|
|
118 |
folder = text_images_path;
|
|
119 |
isMediaFolder = 1;
|
|
120 |
},
|
|
121 |
FILEMANAGER_DEFAULT_FOLDER
|
|
122 |
{
|
|
123 |
root = text_memory_card_root_path;
|
|
124 |
folder = text_others_path;
|
|
125 |
isMediaFolder = 0;
|
|
126 |
},
|
|
127 |
FILEMANAGER_DEFAULT_FOLDER
|
|
128 |
{
|
|
129 |
root = text_memory_card_root_path;
|
|
130 |
folder = text_sounds_path;
|
|
131 |
isMediaFolder = 1;
|
|
132 |
},
|
|
133 |
FILEMANAGER_DEFAULT_FOLDER
|
|
134 |
{
|
|
135 |
root = text_memory_card_root_path;
|
|
136 |
folder = text_digital_sounds_path;
|
|
137 |
isMediaFolder = 1;
|
|
138 |
},
|
|
139 |
FILEMANAGER_DEFAULT_FOLDER
|
|
140 |
{
|
|
141 |
root = text_memory_card_root_path;
|
|
142 |
folder = text_simple_sounds_path;
|
|
143 |
isMediaFolder = 1;
|
|
144 |
},
|
|
145 |
FILEMANAGER_DEFAULT_FOLDER
|
|
146 |
{
|
|
147 |
root = text_memory_card_root_path;
|
|
148 |
folder = text_videos_path;
|
|
149 |
isMediaFolder = 1;
|
|
150 |
}
|
|
151 |
};
|
|
152 |
}
|
|
153 |
|
|
154 |
#endif // RD_MULTIPLE_DRIVE
|
|
155 |
|
|
156 |
RESOURCE ARRAY r_filemanager_mime_icon_mapper
|
|
157 |
{
|
|
158 |
items =
|
|
159 |
{
|
|
160 |
FILEMANAGER_ICON_MAPPER
|
|
161 |
{
|
|
162 |
mimeType = "mpegurl";
|
|
163 |
iconId = EFileManagerPlaylistFileIcon;
|
|
164 |
},
|
|
165 |
FILEMANAGER_ICON_MAPPER
|
|
166 |
{
|
|
167 |
mimeType = "ram";
|
|
168 |
iconId = EFileManagerLinkFileIcon;
|
|
169 |
},
|
|
170 |
FILEMANAGER_ICON_MAPPER
|
|
171 |
{
|
|
172 |
mimeType = "ota";
|
|
173 |
iconId = EFileManagerPictureMsgFileIcon;
|
|
174 |
},
|
|
175 |
FILEMANAGER_ICON_MAPPER
|
|
176 |
{
|
|
177 |
mimeType = "image";
|
|
178 |
iconId = EFileManagerImageFileIcon;
|
|
179 |
},
|
|
180 |
FILEMANAGER_ICON_MAPPER
|
|
181 |
{
|
|
182 |
mimeType = "presence";
|
|
183 |
iconId = EFileManagerDycLogoFileIcon;
|
|
184 |
},
|
|
185 |
FILEMANAGER_ICON_MAPPER
|
|
186 |
{
|
|
187 |
mimeType = "wml";
|
|
188 |
iconId = EFileManagerLinkFileIcon;
|
|
189 |
},
|
|
190 |
FILEMANAGER_ICON_MAPPER
|
|
191 |
{
|
|
192 |
mimeType = "amr";
|
|
193 |
iconId = EFileManagerVoicerecFileIcon;
|
|
194 |
},
|
|
195 |
FILEMANAGER_ICON_MAPPER
|
|
196 |
{
|
|
197 |
mimeType = "ringing-tone";
|
|
198 |
iconId = EFileManagerVoicerecFileIcon;
|
|
199 |
},
|
|
200 |
FILEMANAGER_ICON_MAPPER
|
|
201 |
{
|
|
202 |
mimeType = "awb";
|
|
203 |
iconId = EFileManagerVoicerecFileIcon;
|
|
204 |
},
|
|
205 |
FILEMANAGER_ICON_MAPPER
|
|
206 |
{
|
|
207 |
mimeType = "audio";
|
|
208 |
iconId = EFileManagerSoundFileIcon;
|
|
209 |
},
|
|
210 |
FILEMANAGER_ICON_MAPPER
|
|
211 |
{
|
|
212 |
mimeType = "java-archive";
|
|
213 |
iconId = EFileManagerAppFileIcon;
|
|
214 |
},
|
|
215 |
FILEMANAGER_ICON_MAPPER
|
|
216 |
{
|
|
217 |
mimeType = "x-zip";
|
|
218 |
iconId = EFileManagerAppFileIcon;
|
|
219 |
},
|
|
220 |
FILEMANAGER_ICON_MAPPER
|
|
221 |
{
|
|
222 |
mimeType = "j2me.app";
|
|
223 |
iconId = EFileManagerAppFileIcon;
|
|
224 |
},
|
|
225 |
FILEMANAGER_ICON_MAPPER
|
|
226 |
{
|
|
227 |
mimeType = "text";
|
|
228 |
iconId = EFileManagerNoteFileIcon;
|
|
229 |
},
|
|
230 |
FILEMANAGER_ICON_MAPPER
|
|
231 |
{
|
|
232 |
mimeType = "sis";
|
|
233 |
iconId = EFileManagerAppFileIcon;
|
|
234 |
},
|
|
235 |
FILEMANAGER_ICON_MAPPER
|
|
236 |
{
|
|
237 |
mimeType = "video";
|
|
238 |
iconId = EFileManagerVideoFileIcon;
|
|
239 |
},
|
|
240 |
FILEMANAGER_ICON_MAPPER
|
|
241 |
{
|
|
242 |
mimeType = "realmedia";
|
|
243 |
iconId = EFileManagerVideoFileIcon;
|
|
244 |
},
|
|
245 |
FILEMANAGER_ICON_MAPPER
|
|
246 |
{
|
|
247 |
mimeType = "game";
|
|
248 |
iconId = EFileManagerGameFileIcon;
|
|
249 |
},
|
|
250 |
FILEMANAGER_ICON_MAPPER
|
|
251 |
{
|
|
252 |
mimeType = "other";
|
|
253 |
iconId = EFileManagerOtherFileIcon;
|
|
254 |
},
|
|
255 |
FILEMANAGER_ICON_MAPPER
|
|
256 |
{
|
|
257 |
mimeType = "shockwave-flash";
|
|
258 |
iconId = EFileManagerFlashFileIcon;
|
|
259 |
},
|
|
260 |
FILEMANAGER_ICON_MAPPER
|
|
261 |
{
|
|
262 |
mimeType = "application/pdf";
|
|
263 |
iconId = EFileManagerNoteFileIcon;
|
|
264 |
},
|
|
265 |
FILEMANAGER_ICON_MAPPER
|
|
266 |
{
|
|
267 |
mimeType = "ms-powerpoint";
|
|
268 |
iconId = EFileManagerNoteFileIcon;
|
|
269 |
},
|
|
270 |
FILEMANAGER_ICON_MAPPER
|
|
271 |
{
|
|
272 |
mimeType = "ms-excel";
|
|
273 |
iconId = EFileManagerNoteFileIcon;
|
|
274 |
},
|
|
275 |
FILEMANAGER_ICON_MAPPER
|
|
276 |
{
|
|
277 |
mimeType = "ms-word";
|
|
278 |
iconId = EFileManagerNoteFileIcon;
|
|
279 |
}
|
|
280 |
};
|
|
281 |
}
|
|
282 |
|
|
283 |
#ifdef RD_MULTIPLE_DRIVE
|
|
284 |
|
|
285 |
RESOURCE MMC_SECURE_BACKUP_DRIVES_AND_OPERATIONS r_filemanager_backup_restore_drives_and_operations
|
|
286 |
{
|
|
287 |
drivesAndOperations =
|
|
288 |
{
|
|
289 |
MMC_SECURE_BACKUP_DRIVE_AND_OPERATION_TYPE
|
|
290 |
{
|
|
291 |
drive = EBkupDeviceMemories | EBkupInternalMassStorages;
|
|
292 |
type = EMMCScBkupOwnerDataTypeDataOwner;
|
|
293 |
},
|
|
294 |
MMC_SECURE_BACKUP_DRIVE_AND_OPERATION_TYPE
|
|
295 |
{
|
|
296 |
drive = EBkupDeviceMemories | EBkupInternalMassStorages;
|
|
297 |
type = EMMCScBkupOwnerDataTypeJavaData;
|
|
298 |
},
|
|
299 |
MMC_SECURE_BACKUP_DRIVE_AND_OPERATION_TYPE
|
|
300 |
{
|
|
301 |
drive = EBkupDeviceMemories | EBkupInternalMassStorages;
|
|
302 |
type = EMMCScBkupOwnerDataTypePublicData;
|
|
303 |
},
|
|
304 |
MMC_SECURE_BACKUP_DRIVE_AND_OPERATION_TYPE
|
|
305 |
{
|
|
306 |
drive = EBkupDeviceMemories | EBkupInternalMassStorages;
|
|
307 |
type = EMMCScBkupOwnerDataTypeSystemData;
|
|
308 |
},
|
|
309 |
MMC_SECURE_BACKUP_DRIVE_AND_OPERATION_TYPE
|
|
310 |
{
|
|
311 |
drive = EBkupDeviceMemories | EBkupInternalMassStorages;
|
|
312 |
type = EMMCScBkupOwnerDataTypeActiveData;
|
|
313 |
},
|
|
314 |
MMC_SECURE_BACKUP_DRIVE_AND_OPERATION_TYPE
|
|
315 |
{
|
|
316 |
drive = EBkupDeviceMemories | EBkupInternalMassStorages;
|
|
317 |
type = EMMCScBkupOwnerDataTypePassiveData;
|
|
318 |
}
|
|
319 |
};
|
|
320 |
}
|
|
321 |
|
|
322 |
#else // RD_MULTIPLE_DRIVE
|
|
323 |
|
|
324 |
RESOURCE MMC_SECURE_BACKUP_DRIVES_AND_OPERATIONS r_filemanager_backup_restore_drives_and_operations
|
|
325 |
{
|
|
326 |
/**
|
|
327 |
*
|
|
328 |
* By default we only backup & restore to/from the internal C: drive
|
|
329 |
* to MMC
|
|
330 |
*
|
|
331 |
*/
|
|
332 |
drivesAndOperations =
|
|
333 |
{
|
|
334 |
////////////////////////////////////////////////////////////
|
|
335 |
// DRIVE C => Back up & restore everything....
|
|
336 |
////////////////////////////////////////////////////////////
|
|
337 |
|
|
338 |
MMC_SECURE_BACKUP_DRIVE_AND_OPERATION_TYPE
|
|
339 |
{
|
|
340 |
drive = EMMCDriveNumberC;
|
|
341 |
type = EMMCScBkupOwnerDataTypeDataOwner;
|
|
342 |
},
|
|
343 |
MMC_SECURE_BACKUP_DRIVE_AND_OPERATION_TYPE
|
|
344 |
{
|
|
345 |
drive = EMMCDriveNumberC;
|
|
346 |
type = EMMCScBkupOwnerDataTypeJavaData;
|
|
347 |
},
|
|
348 |
MMC_SECURE_BACKUP_DRIVE_AND_OPERATION_TYPE
|
|
349 |
{
|
|
350 |
drive = EMMCDriveNumberC;
|
|
351 |
type = EMMCScBkupOwnerDataTypePublicData;
|
|
352 |
},
|
|
353 |
MMC_SECURE_BACKUP_DRIVE_AND_OPERATION_TYPE
|
|
354 |
{
|
|
355 |
drive = EMMCDriveNumberC;
|
|
356 |
type = EMMCScBkupOwnerDataTypeSystemData;
|
|
357 |
},
|
|
358 |
MMC_SECURE_BACKUP_DRIVE_AND_OPERATION_TYPE
|
|
359 |
{
|
|
360 |
drive = EMMCDriveNumberC;
|
|
361 |
type = EMMCScBkupOwnerDataTypeActiveData;
|
|
362 |
},
|
|
363 |
MMC_SECURE_BACKUP_DRIVE_AND_OPERATION_TYPE
|
|
364 |
{
|
|
365 |
drive = EMMCDriveNumberC;
|
|
366 |
type = EMMCScBkupOwnerDataTypePassiveData;
|
|
367 |
}
|
|
368 |
|
|
369 |
////////////////////////////////////////////////////////////
|
|
370 |
// DRIVE E => Not backing up anything currently
|
|
371 |
////////////////////////////////////////////////////////////
|
|
372 |
/*
|
|
373 |
MMC_SECURE_BACKUP_DRIVE_AND_OPERATION_TYPE
|
|
374 |
{
|
|
375 |
drive = EMMCDriveNumberE;
|
|
376 |
type = EMMCScBkupOwnerDataTypeSystemData;
|
|
377 |
}
|
|
378 |
*/
|
|
379 |
};
|
|
380 |
}
|
|
381 |
|
|
382 |
#endif // RD_MULTIPLE_DRIVE
|
|
383 |
|
|
384 |
RESOURCE BACKUPCATEGORYARRAY r_filemanager_backup_categories
|
|
385 |
{
|
|
386 |
backupcategory=
|
|
387 |
{
|
|
388 |
////////////////////////////////////////////////////////////
|
|
389 |
// Note! EBUCatAllInOne is used for creating old style backup,
|
|
390 |
// where all contents is in one archive. See howto from
|
|
391 |
// CMMCScBkupOperationParameters.cpp and BkupEngine.hrh
|
|
392 |
////////////////////////////////////////////////////////////
|
|
393 |
BACKUPCATEGORY
|
|
394 |
{
|
|
395 |
category=EBUCatAllInOne;
|
|
396 |
archive_name="Backup.arc";
|
|
397 |
special_flags=EBUCatSpecAll;
|
|
398 |
exclude_special_flags=EBUCatSpecNone;
|
|
399 |
uids=
|
|
400 |
{
|
|
401 |
};
|
|
402 |
exclude_uids=
|
|
403 |
{
|
|
404 |
};
|
|
405 |
},
|
|
406 |
////////////////////////////////////////////////////////////
|
|
407 |
// Note! EBUCatSettings basicly contains everything else, but
|
|
408 |
// sis and java installations and components, which are not
|
|
409 |
// in the list of excluded UIDs'. It is supposed at least
|
|
410 |
// Messages, Contacts, Calendar and Bookmarks should not be
|
|
411 |
// included. Additionally call register information falls better
|
|
412 |
// into EBUCatUserFiles as well as MediaGallery and Notepad
|
|
413 |
////////////////////////////////////////////////////////////
|
|
414 |
BACKUPCATEGORY
|
|
415 |
{
|
|
416 |
category=EBUCatSettings;
|
|
417 |
archive_name="Settings.arc";
|
|
418 |
special_flags=EBUCatSpecAll;
|
|
419 |
exclude_special_flags=EBUCatSpecSystem+EBUCatSpecJava;
|
|
420 |
uids=
|
|
421 |
{
|
|
422 |
};
|
|
423 |
exclude_uids=
|
|
424 |
{
|
|
425 |
0x1000484b, // Message store (EBUCatMessages)
|
|
426 |
0x100058db, // MMS-settings (EBUCatMessages)
|
|
427 |
0x100058eb, // E-mail-settings (EBUCatMessages)
|
|
428 |
0x10003a73, // Contacts model (EBUCatContacts)
|
|
429 |
0x101f4cce, // Phonebook-app (EBUCatContacts)
|
|
430 |
0x10003a5b, // Agenda model (EBUCatCalendar)
|
|
431 |
0x10005901, // Calendar-app (EBUCatCalendar)
|
|
432 |
0x10008d38, // Bookmarks (EBUCatBookmarks)
|
|
433 |
0x101f401d, // Logs (EBUCatUserFiles)
|
|
434 |
0x101f8599, // MediaGallery, i.e. basicly all user data (EBUCatUserFiles)
|
|
435 |
0x101f84eb, // FileManager
|
|
436 |
0x10005907, // Notepad (EBUCatUserFiles)
|
|
437 |
0x1028246F, // Java Backup process
|
|
438 |
0x200211DC, // Java Captain process
|
|
439 |
0x102033E6 // MIDP2 Runtime process
|
|
440 |
};
|
|
441 |
},
|
|
442 |
BACKUPCATEGORY
|
|
443 |
{
|
|
444 |
category=EBUCatMessages;
|
|
445 |
archive_name="Messages.arc";
|
|
446 |
special_flags=EBUCatSpecNone;
|
|
447 |
exclude_special_flags=EBUCatSpecNone;
|
|
448 |
uids=
|
|
449 |
{
|
|
450 |
0x1000484b, // Message store
|
|
451 |
0x100058db, // MMS-settings
|
|
452 |
0x100058eb // E-mail-settings
|
|
453 |
};
|
|
454 |
exclude_uids=
|
|
455 |
{
|
|
456 |
};
|
|
457 |
},
|
|
458 |
BACKUPCATEGORY
|
|
459 |
{
|
|
460 |
category=EBUCatContacts;
|
|
461 |
archive_name="Contacts.arc";
|
|
462 |
special_flags=EBUCatSpecNone;
|
|
463 |
exclude_special_flags=EBUCatSpecNone;
|
|
464 |
uids=
|
|
465 |
{
|
|
466 |
0x10003a73, // Contacts model
|
|
467 |
0x101f4cce // Phonebook-app
|
|
468 |
};
|
|
469 |
exclude_uids=
|
|
470 |
{
|
|
471 |
};
|
|
472 |
},
|
|
473 |
BACKUPCATEGORY
|
|
474 |
{
|
|
475 |
category=EBUCatCalendar;
|
|
476 |
archive_name="Calendar.arc";
|
|
477 |
special_flags=EBUCatSpecNone;
|
|
478 |
exclude_special_flags=EBUCatSpecNone;
|
|
479 |
uids=
|
|
480 |
{
|
|
481 |
0x10003a5b, // Agenda model
|
|
482 |
0x10005901 // Calendar-app
|
|
483 |
};
|
|
484 |
exclude_uids=
|
|
485 |
{
|
|
486 |
};
|
|
487 |
},
|
|
488 |
BACKUPCATEGORY
|
|
489 |
{
|
|
490 |
category=EBUCatBookmarks;
|
|
491 |
archive_name="Bookmarks.arc";
|
|
492 |
special_flags=EBUCatSpecNone;
|
|
493 |
exclude_special_flags=EBUCatSpecNone;
|
|
494 |
uids=
|
|
495 |
{
|
|
496 |
0x10008d38
|
|
497 |
};
|
|
498 |
exclude_uids=
|
|
499 |
{
|
|
500 |
};
|
|
501 |
},
|
|
502 |
////////////////////////////////////////////////////////////
|
|
503 |
// Note! We have to explicitly define what belongs to EBUCatUserFiles:
|
|
504 |
// EBUCatSpecSystem => SIS-installations, EBUCatSpecJava => midlets
|
|
505 |
// We do not specify EBUCatSpecPublic, because several data owners might
|
|
506 |
// have "public" data in <drive>:\xxx folders. Instead MediaGallery defines
|
|
507 |
// user data area for backup (currently C:\Data) in its backup configuration
|
|
508 |
// (z:\private\101F8599\backup_registration.xml) file.
|
|
509 |
////////////////////////////////////////////////////////////
|
|
510 |
BACKUPCATEGORY
|
|
511 |
{
|
|
512 |
category=EBUCatUserFiles;
|
|
513 |
archive_name="UserFiles.arc";
|
|
514 |
special_flags=EBUCatSpecSystem+EBUCatSpecJava;
|
|
515 |
exclude_special_flags=EBUCatSpecNone;
|
|
516 |
uids=
|
|
517 |
{
|
|
518 |
0x101f401d, // Logs
|
|
519 |
//0x101f8599, // MediaGallery, i.e. basicly all user data
|
|
520 |
0x101f84eb, // FileManager
|
|
521 |
0x10005907, // Notepad
|
|
522 |
0x1028246F, // Java Backup process
|
|
523 |
0x200211DC, // Java Captain process
|
|
524 |
0x102033E6 // MIDP2 Runtime process
|
|
525 |
};
|
|
526 |
exclude_uids=
|
|
527 |
{
|
|
528 |
};
|
|
529 |
}
|
|
530 |
};
|
|
531 |
}
|
|
532 |
|
|
533 |
RESOURCE TBUF r_text_mmc_backup_file { buf = "\\Backup\\Backup.arc"; }
|
|
534 |
RESOURCE TBUF r_text_phone_memory { buf = qtn_fmgr_main_phone; }
|
|
535 |
RESOURCE TBUF r_text_memory_card_default { buf = qtn_fmgr_main_card_default; }
|
|
536 |
|
|
537 |
#ifdef RD_FILE_MANAGER_BACKUP
|
|
538 |
RESOURCE TBUF r_qtn_fmgr_backup_contents { buf = qtn_fmgr_backup_contents; }
|
|
539 |
RESOURCE TBUF r_qtn_fmgr_backup_scheduling { buf = qtn_fmgr_backup_scheduling; }
|
|
540 |
RESOURCE TBUF r_qtn_fmgr_backup_weekday { buf = qtn_fmgr_backup_weekday; }
|
|
541 |
RESOURCE TBUF r_qtn_fmgr_backup_time { buf = qtn_fmgr_backup_time; }
|
|
542 |
RESOURCE TBUF r_qtn_fmgr_backup_destination { buf = qtn_fmgr_backup_destination; }
|
|
543 |
|
|
544 |
RESOURCE TBUF r_qtn_fmgr_backup_no_scheduling { buf = qtn_fmgr_backup_no_scheduling; }
|
|
545 |
RESOURCE TBUF r_qtn_fmgr_backup_daily { buf = qtn_fmgr_backup_daily; }
|
|
546 |
RESOURCE TBUF r_qtn_fmgr_backup_weekly { buf = qtn_fmgr_backup_weekly; }
|
|
547 |
|
|
548 |
RESOURCE TBUF r_qtn_fmgr_backup_content_all { buf = qtn_fmgr_backup_content_all; }
|
|
549 |
RESOURCE TBUF r_qtn_fmgr_backup_content_selected { buf = qtn_fmgr_backup_content_selected; }
|
|
550 |
RESOURCE TBUF r_qtn_fmgr_backup_content_settings { buf = qtn_fmgr_backup_content_settings; }
|
|
551 |
RESOURCE TBUF r_qtn_fmgr_backup_content_messages { buf = qtn_fmgr_backup_content_messages; }
|
|
552 |
RESOURCE TBUF r_qtn_fmgr_backup_content_contacts { buf = qtn_fmgr_backup_content_contacts; }
|
|
553 |
RESOURCE TBUF r_qtn_fmgr_backup_content_calendar { buf = qtn_fmgr_backup_content_calendar; }
|
|
554 |
RESOURCE TBUF r_qtn_fmgr_backup_content_bookmarks { buf = qtn_fmgr_backup_content_bookmarks; }
|
|
555 |
RESOURCE TBUF r_qtn_fmgr_backup_content_userfiles { buf = qtn_fmgr_backup_content_userfiles; }
|
|
556 |
|
|
557 |
RESOURCE TBUF r_qtn_fmgr_restore_settings { buf = qtn_fmgr_restore_settings; }
|
|
558 |
RESOURCE TBUF r_qtn_fmgr_restore_messages { buf = qtn_fmgr_restore_messages; }
|
|
559 |
RESOURCE TBUF r_qtn_fmgr_restore_contacts { buf = qtn_fmgr_restore_contacts; }
|
|
560 |
RESOURCE TBUF r_qtn_fmgr_restore_calendar { buf = qtn_fmgr_restore_calendar; }
|
|
561 |
RESOURCE TBUF r_qtn_fmgr_restore_bookmarks { buf = qtn_fmgr_restore_bookmarks; }
|
|
562 |
RESOURCE TBUF r_qtn_fmgr_restore_userfiles { buf = qtn_fmgr_restore_userfiles; }
|
|
563 |
RESOURCE TBUF r_qtn_fmgr_main_backup { buf = qtn_fmgr_main_backup; }
|
|
564 |
#endif // RD_FILE_MANAGER_BACKUP
|
|
565 |
|
|
566 |
RESOURCE TBUF r_qtn_fmgr_main_phone { buf = qtn_fmgr_main_phone; }
|
|
567 |
RESOURCE TBUF r_qtn_fmgr_main_card_default { buf = qtn_fmgr_main_card_default; }
|
|
568 |
RESOURCE TBUF r_qtn_fmgr_title_phone_mem { buf = qtn_fmgr_title_phone_mem; }
|
|
569 |
RESOURCE TBUF r_qtn_fmgr_title_mem_card { buf = qtn_fmgr_title_mem_card; }
|
|
570 |
|
|
571 |
#ifdef RD_MULTIPLE_DRIVE
|
|
572 |
RESOURCE TBUF r_qtn_fmgr_main_device_memory { buf = qtn_fmgr_main_device_memory; }
|
|
573 |
RESOURCE TBUF r_qtn_fmgr_main_mass_storage { buf = qtn_fmgr_main_mass_storage; }
|
|
574 |
RESOURCE TBUF r_qtn_fmgr_main_memory_card_default { buf = qtn_fmgr_main_memory_card_default; }
|
|
575 |
RESOURCE TBUF r_qtn_fmgr_main_named_memory_card { buf = qtn_fmgr_main_named_memory_card; }
|
|
576 |
|
|
577 |
RESOURCE TBUF r_qtn_fmgr_title_device_memory { buf = qtn_fmgr_title_device_memory; }
|
|
578 |
RESOURCE TBUF r_qtn_fmgr_title_mass_storage { buf = qtn_fmgr_title_mass_storage; }
|
|
579 |
RESOURCE TBUF r_qtn_fmgr_title_named_memory_card { buf = qtn_fmgr_title_named_memory_card; }
|
|
580 |
RESOURCE TBUF r_qtn_fmgr_title_memory_card_default { buf = qtn_fmgr_title_memory_card_default; }
|
|
581 |
#endif // RD_MULTIPLE_DRIVE
|
|
582 |
|
|
583 |
RESOURCE TBUF r_qtn_fmgr_main_usb_default { buf = qtn_fmgr_main_usb_default; }
|
|
584 |
RESOURCE TBUF r_qtn_fmgr_title_usb_default { buf = qtn_fmgr_title_usb_default; }
|
|
585 |
RESOURCE TBUF r_qtn_fmgr_backup_content_device_memory { buf = qtn_fmgr_backup_content_device_memory; }
|
|
586 |
RESOURCE TBUF r_qtn_fmgr_backup_content_mass_storage{ buf = qtn_fmgr_backup_content_mass_storage; }
|
|
587 |
RESOURCE TBUF r_qtn_fmgr_restore_device_memory { buf = qtn_fmgr_restore_device_memory; }
|
|
588 |
RESOURCE TBUF r_qtn_fmgr_restore_mass_storage { buf = qtn_fmgr_restore_mass_storage; }
|
|
589 |
RESOURCE TBUF r_qtn_fmgr_usb_memory_default_name { buf = qtn_fmgr_usb_memory_default_name; }
|
|
590 |
|
|
591 |
// End of File
|