|
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: Resource definitions for MCS plug-in settings |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <eikon.rh> |
|
20 #include <avkon.rsg> |
|
21 #include <avkon.rh> |
|
22 #include <appinfo.rh> |
|
23 #include <avkon.loc> |
|
24 |
|
25 #include <mcsplugin.loc> |
|
26 |
|
27 |
|
28 NAME MCPL |
|
29 |
|
30 RESOURCE RSS_SIGNATURE { } |
|
31 |
|
32 RESOURCE TBUF { buf="MCPL"; } |
|
33 |
|
34 //---------------------------------------------------- |
|
35 // EIK_APP_INFO |
|
36 // Contains application information. |
|
37 //---------------------------------------------------- |
|
38 // |
|
39 RESOURCE EIK_APP_INFO |
|
40 { |
|
41 } |
|
42 |
|
43 //---------------------------------------------------- |
|
44 // R_MCS_DISABLE_OPEN_ITEM |
|
45 // Dialog text: Item cannot be run because of backup |
|
46 // state |
|
47 //---------------------------------------------------- |
|
48 // |
|
49 RESOURCE TBUF r_mcs_disable_open_item |
|
50 { |
|
51 buf = qtn_mcs_disable_open_item; |
|
52 } |
|
53 |
|
54 //---------------------------------------------------- |
|
55 // R_MCS_DISABLE_OPEN_ITEM_MISSING |
|
56 // Dialog text: Item cannot be opened because of it is |
|
57 // missing |
|
58 //---------------------------------------------------- |
|
59 // |
|
60 RESOURCE TBUF r_mcs_disable_open_item_missing |
|
61 { |
|
62 buf = qtn_mcs_disable_open_item_missing; |
|
63 } |
|
64 |
|
65 |
|
66 //---------------------------------------------------- |
|
67 // R_MCS_DISABLE_OPEN_ITEM_DLG |
|
68 // Contains application information. |
|
69 //---------------------------------------------------- |
|
70 // |
|
71 RESOURCE DIALOG r_mcs_disable_open_item_dlg |
|
72 { |
|
73 flags = EAknWarningNoteFlags | EEikDialogFlagWait; |
|
74 buttons = R_AVKON_SOFTKEYS_OK_EMPTY; |
|
75 items = |
|
76 { |
|
77 DLG_LINE |
|
78 { |
|
79 type = EAknCtNote; |
|
80 id = EGeneralNote; |
|
81 control = AVKON_NOTE |
|
82 { |
|
83 layout = EGeneralLayout; |
|
84 animation = R_QGN_NOTE_INFO_ANIM; |
|
85 }; |
|
86 } |
|
87 }; |
|
88 } |
|
89 |
|
90 |