equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2006 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 file for filemanagerbkupchecker plugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <eikon.rh> |
|
20 #include <filemanager.loc> |
|
21 #include "filemanagerbkupchecker.rh" |
|
22 |
|
23 NAME BKCH |
|
24 |
|
25 RESOURCE RSS_SIGNATURE { } |
|
26 |
|
27 RESOURCE TBUF { buf="bkupchecker"; } |
|
28 |
|
29 RESOURCE LBUF r_qtn_fmgr_backup_applaunch_prevented |
|
30 { |
|
31 txt = qtn_fmgr_backup_applaunch_prevented; |
|
32 } |
|
33 |
|
34 RESOURCE LBUF r_qtn_fmgr_restore_applaunch_prevented |
|
35 { |
|
36 txt = qtn_fmgr_restore_applaunch_prevented; |
|
37 } |
|
38 |
|
39 /** |
|
40 * The resources for UIDs. |
|
41 * This struct lists UIDs allowed to launch |
|
42 * during backup or restore |
|
43 * |
|
44 */ |
|
45 RESOURCE ALLOWEDUID alloweduids |
|
46 { |
|
47 uid= |
|
48 { |
|
49 0x101F4CD2, // Application Shell Menu |
|
50 0x100058B3, // Phone application |
|
51 0x101F84EB, // File Manager |
|
52 0x101F8681 // Video Telephone Application |
|
53 }; |
|
54 } |
|
55 |
|
56 // End of File |
|