author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 14 Sep 2010 20:54:53 +0300 | |
branch | RCL_3 |
changeset 21 | 9da50d567e3c |
parent 20 | f4a778e096c2 |
permissions | -rw-r--r-- |
20 | 1 |
/* |
2 |
* Copyright (c) 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 file for CCA Communication Launcher plugin |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
// RESOURCE IDENTIFIER |
|
20 |
NAME COML // 4 letter ID |
|
21 |
||
22 |
// INCLUDES |
|
23 |
#include <bldvariant.hrh> |
|
24 |
#include <data_caging_paths_strings.hrh> |
|
25 |
||
26 |
#include <eikon.rh> |
|
27 |
#include <avkon.rh> |
|
28 |
||
21
9da50d567e3c
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
20
diff
changeset
|
29 |
#include <eikcore.rsg> |
20 | 30 |
#include <eikon.rsg> |
31 |
#include <avkon.hrh> |
|
32 |
#include <avkon.rsg> |
|
33 |
#include <avkon.mbg> |
|
34 |
#include <avkon.loc> |
|
35 |
||
36 |
#include <AiwCommon.rh> |
|
37 |
#include <AiwGenericParam.hrh> |
|
38 |
||
39 |
// Usually plugins should have their own localisation file, but this one uses ccapp's and phonebook2's |
|
40 |
#include <phonebook2.loc> |
|
41 |
#include <phonebook2ece.loc> |
|
42 |
#include "ccappcommlauncher.hrh" |
|
43 |
||
44 |
// RESOURCE DEFINITIONS |
|
45 |
||
46 |
// --------------------------------------------------------------------------- |
|
47 |
// RSS_SIGNATURE |
|
48 |
// --------------------------------------------------------------------------- |
|
49 |
// |
|
50 |
RESOURCE RSS_SIGNATURE {} |
|
51 |
||
52 |
// -------------------------------------------------------------------------- |
|
53 |
// r_ccacommlauncherw_softkeys_options_back_empty: Options - <Empty> - Back |
|
54 |
// -------------------------------------------------------------------------- |
|
55 |
// |
|
56 |
RESOURCE CBA r_ccacommlauncher_softkeys_options_back_empty |
|
57 |
{ |
|
58 |
flags = 0; |
|
59 |
buttons = |
|
60 |
{ |
|
61 |
CBA_BUTTON |
|
62 |
{ |
|
63 |
id = EAknSoftkeyOptions; |
|
64 |
txt = text_softkey_option; |
|
65 |
}, |
|
66 |
CBA_BUTTON |
|
67 |
{ |
|
68 |
id = EAknSoftkeyBack; |
|
69 |
txt = text_softkey_back; |
|
70 |
}, |
|
71 |
CBA_BUTTON |
|
72 |
{ |
|
73 |
} |
|
74 |
}; |
|
75 |
} |
|
76 |
||
77 |
// --------------------------------------------------------------------------- |
|
78 |
// r_commlauncher_view |
|
79 |
// --------------------------------------------------------------------------- |
|
80 |
// |
|
81 |
RESOURCE AVKON_VIEW r_commlauncher_view |
|
82 |
{ |
|
83 |
menubar = r_ccacommlauncher_menubar; |
|
84 |
cba = r_ccacommlauncher_softkeys_options_back_empty; |
|
85 |
} |
|
86 |
||
87 |
// --------------------------------------------------------------------------- |
|
88 |
// r_ccacommlauncher_menubar |
|
89 |
// --------------------------------------------------------------------------- |
|
90 |
// |
|
91 |
RESOURCE MENU_BAR r_ccacommlauncher_menubar |
|
92 |
{ |
|
93 |
titles = |
|
94 |
{ |
|
95 |
MENU_TITLE { menu_pane = r_ccacommlauncher_menupane; } |
|
96 |
}; |
|
97 |
} |
|
98 |
||
99 |
// --------------------------------------------------------------------------- |
|
100 |
// r_ccacommlauncher_menupane |
|
101 |
// --------------------------------------------------------------------------- |
|
102 |
// |
|
103 |
RESOURCE MENU_PANE r_ccacommlauncher_menupane |
|
104 |
{ |
|
105 |
items = |
|
106 |
{ |
|
107 |
MENU_ITEM |
|
108 |
{ |
|
109 |
command = ECCAppCommLauncherSelectCmd; |
|
110 |
txt = qtn_cca_opt_select; |
|
111 |
flags = EEikMenuItemAction; |
|
112 |
}, |
|
113 |
MENU_ITEM |
|
114 |
{ |
|
115 |
command = ECCAppCommLauncherSelectOtherNmbCmd; |
|
116 |
txt = qtn_cca_opt_select_other_number; |
|
117 |
flags = EEikMenuItemAction; |
|
118 |
}, |
|
119 |
MENU_ITEM |
|
120 |
{ |
|
121 |
command = ECCAppCommLauncherSelectOtherAddrCmd; |
|
122 |
txt = qtn_cca_opt_select_other_address; |
|
123 |
}, |
|
124 |
MENU_ITEM |
|
125 |
{ |
|
126 |
// KAiwCmdAssign AIW service cmd used as Edit Options-menu item |
|
127 |
command = KAiwCmdAssign; |
|
128 |
txt = qtn_phob_opt_entry_edit; |
|
129 |
}, |
|
130 |
MENU_ITEM |
|
131 |
{ |
|
132 |
command = ECCAppCommLauncherDeleteCmd; |
|
133 |
txt = qtn_cca_options_delete_contact; |
|
134 |
}, |
|
135 |
MENU_ITEM |
|
136 |
{ |
|
137 |
command = ECCAppCommLauncherDefaultsCmd; |
|
138 |
txt = qtn_phob_opt_default_settings; |
|
139 |
}, |
|
140 |
MENU_ITEM |
|
141 |
{ |
|
142 |
command = ECCAppCommLauncherVoiceTagDetailsCmd; |
|
143 |
txt = "";//will be filled dynamically by AIW |
|
144 |
}, |
|
145 |
#ifdef __SERIES60_HELP |
|
146 |
MENU_ITEM |
|
147 |
{ |
|
148 |
command = EAknCmdHelp; |
|
149 |
txt = qtn_options_help; |
|
150 |
}, |
|
151 |
#endif // __SERIES60_HELP |
|
152 |
MENU_ITEM |
|
153 |
{ |
|
154 |
command = EAknCmdExit; |
|
155 |
txt = qtn_options_exit; |
|
156 |
} |
|
157 |
}; |
|
158 |
} |
|
159 |
||
160 |
RESOURCE DIALOG r_deleteconfirmation_query |
|
161 |
{ |
|
162 |
flags = EGeneralQueryFlags; |
|
163 |
buttons = R_AVKON_SOFTKEYS_YES_NO__YES; |
|
164 |
items = |
|
165 |
{ |
|
166 |
DLG_LINE |
|
167 |
{ |
|
168 |
type = EAknCtQuery; |
|
169 |
id = EGeneralQuery; |
|
170 |
control = AVKON_CONFIRMATION_QUERY |
|
171 |
{ |
|
172 |
layout = EConfirmationQueryLayout; |
|
173 |
}; |
|
174 |
} |
|
175 |
}; |
|
176 |
} |
|
177 |
||
178 |
||
179 |
// --------------------------------------------------------------------------- |
|
180 |
// r_ccacommlauncher_aiw_menu_interests |
|
181 |
// --------------------------------------------------------------------------- |
|
182 |
// |
|
183 |
RESOURCE AIW_INTEREST r_ccacommlauncher_aiw_menu_interests |
|
184 |
{ |
|
185 |
items= |
|
186 |
{ |
|
187 |
AIW_CRITERIA_ITEM |
|
188 |
{ |
|
189 |
id = ECCAppCommLauncherVoiceTagDetailsCmd; |
|
190 |
serviceCmd = KAiwCmdSindInfoView; |
|
191 |
contentType = "*"; |
|
192 |
serviceClass = KAiwClassMenu; |
|
193 |
defaultProvider = KAspInfoViewProviderDllUid; |
|
194 |
maxProviders = 1; |
|
195 |
} |
|
196 |
// Add here other possible AIW menu criterias.. |
|
197 |
}; |
|
198 |
} |
|
199 |
||
200 |
// --------------------------------------------------------------------------- |
|
201 |
// r_ccacommlauncher_aiw_service_interests |
|
202 |
// --------------------------------------------------------------------------- |
|
203 |
// |
|
204 |
RESOURCE AIW_INTEREST r_ccacommlauncher_aiw_service_interests |
|
205 |
{ |
|
206 |
items= |
|
207 |
{ |
|
208 |
AIW_CRITERIA_ITEM |
|
209 |
{ |
|
210 |
id = KAiwCmdAssign;// serviceCmd used here also as ID |
|
211 |
serviceCmd = KAiwCmdAssign; |
|
212 |
contentType = EGenericParamContactLinkArrayStr; |
|
213 |
serviceClass = KAiwClassMenu;//not working with KAiwClassBase altough used as service cmd |
|
214 |
maxProviders = 1; |
|
215 |
} |
|
216 |
// Add here other possible AIW service criterias.. |
|
217 |
}; |
|
218 |
} |
|
219 |
||
220 |
// --------------------------------------------------------------------------- |
|
221 |
// r_ccacommlauncher_contact_image_stylus_menu |
|
222 |
// --------------------------------------------------------------------------- |
|
223 |
// |
|
224 |
RESOURCE STYLUS_POPUP_MENU r_ccacommlauncher_contact_image_stylus_menu |
|
225 |
{ |
|
226 |
items = |
|
227 |
{ |
|
228 |
STYLUS_POPUP_MENU_ITEM { txt = qtn_cca_stylus_popup_view_image; |
|
229 |
command = ECCAppCommLauncherStylusViewImageCmd; }, |
|
230 |
STYLUS_POPUP_MENU_ITEM { txt = qtn_cca_stylus_popup_change_image; |
|
231 |
command = ECCAppCommLauncherStylusChangeImageCmd; }, |
|
232 |
STYLUS_POPUP_MENU_ITEM { txt = qtn_cca_stylus_popup_remove_image; |
|
233 |
command = ECCAppCommLauncherStylusRemoveImageCmd; }, |
|
234 |
STYLUS_POPUP_MENU_ITEM { txt = qtn_cca_stylus_popup_add_image; |
|
235 |
command = ECCAppCommLauncherStylusAddImageCmd; } |
|
236 |
}; |
|
237 |
} |
|
238 |
||
239 |
||
240 |
// --------------------------------------------------------------------------- |
|
241 |
// resource texts |
|
242 |
// --------------------------------------------------------------------------- |
|
243 |
// |
|
244 |
RESOURCE TBUF r_qtn_cca_call { buf = qtn_cca_call; } |
|
245 |
RESOURCE TBUF r_qtn_cca_voip_call { buf = qtn_cca_voip_call; } |
|
246 |
RESOURCE TBUF r_qtn_cca_message { buf = qtn_cca_message; } |
|
247 |
RESOURCE TBUF r_qtn_cca_email { buf = qtn_cca_email; } |
|
248 |
RESOURCE TBUF r_qtn_cca_chat { buf = qtn_cca_chat; } |
|
249 |
RESOURCE TBUF r_qtn_cca_url { buf = qtn_cca_url; } |
|
250 |
RESOURCE TBUF r_qtn_cca_video_call { buf = qtn_cca_video_call; } |
|
251 |
RESOURCE TBUF r_qtn_cca_push_to_talk { buf = qtn_cca_push_to_talk; } |
|
252 |
RESOURCE TBUF r_qtn_cca_multiple_numbers { buf = qtn_cca_multiple_numbers; } |
|
253 |
RESOURCE TBUF r_qtn_cca_multiple_addresses { buf = qtn_cca_multiple_addresses; } |
|
254 |
RESOURCE TBUF r_qtn_cca_multiple_numbers_addresses { buf = qtn_cca_multiple_numbers_addresses; } |
|
255 |
RESOURCE TBUF r_qtn_cca_multiple_accounts { buf = qtn_cca_multiple_accounts; } |
|
256 |
RESOURCE TBUF r_qtn_cca_multiple_other_numbers { buf = qtn_cca_multiple_other_numbers; } |
|
257 |
RESOURCE TBUF r_qtn_cca_multiple_other_addresses { buf = qtn_cca_multiple_other_addresses; } |
|
258 |
RESOURCE TBUF r_qtn_cca_one_other_address { buf = qtn_cca_one_other_address; } |
|
259 |
RESOURCE TBUF r_qtn_cca_one_other_number { buf = qtn_cca_one_other_number; } |
|
260 |
RESOURCE TBUF r_qtn_cca_no_communication_methods { buf = qtn_cca_no_communication_methods; } |
|
261 |
RESOURCE TBUF r_qtn_cca_confirmation_query_delete_contact { buf = qtn_cca_confirmation_query_delete_contact; } |
|
262 |
RESOURCE TBUF r_qtn_phob_comlauncher_find_on_map { buf = qtn_phob_comlauncher_find_on_map; } |
|
263 |
RESOURCE TBUF r_qtn_phob_comlauncher_show_on_map { buf = qtn_phob_comlauncher_show_on_map; } |
|
264 |
RESOURCE TBUF r_qtn_phob_popup_incomplete_address { buf = qtn_phob_popup_incomplete_address; } |
|
265 |
RESOURCE TBUF r_qtn_phob_commlauncher_onelinepreview { buf = qtn_phob_commlauncher_onelinepreview; } |
|
266 |
RESOURCE TBUF r_qtn_cca_voip_call_with_servicename { buf = qtn_cca_voip_call_single_service; } |
|
267 |
RESOURCE TBUF r_qtn_cca_social_networks { buf = qtn_cca_social_networks; } |
|
268 |
RESOURCE TBUF r_qtn_cca_error_note_maps_not_found { buf = qtn_cca_error_note_maps_not_found; } |
|
269 |
//End of File |