|
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 project Remote Contact Lookup Service |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <VPbkFieldType.rh> |
|
19 |
|
20 // RESOURCE IDENTIFIER |
|
21 NAME FSBC // 4 letter ID |
|
22 |
|
23 // INCLUDE FILES |
|
24 #include <eikon.rh> |
|
25 #include <avkon.rsg> |
|
26 #include <avkon.rh> |
|
27 #include <avkon.mbg> |
|
28 #include <avkon.loc> |
|
29 #include <appinfo.rh> |
|
30 #include <data_caging_paths_strings.hrh> |
|
31 #include <eikon.hrh> |
|
32 |
|
33 #include "fsccontactactionserviceuids.hrh" |
|
34 |
|
35 #include <phonebook2.loc> |
|
36 #include <phonebook2ece.loc> |
|
37 |
|
38 // RESOURCE DEFINITIONS |
|
39 |
|
40 RESOURCE RSS_SIGNATURE { } |
|
41 |
|
42 RESOURCE TBUF { buf = ""; } |
|
43 |
|
44 RESOURCE TBUF r_fs_action_send_businsess_card { buf = qtn_bcard_opt_send_entry_via; } |
|
45 |
|
46 |
|
47 // ----------------------------------------------------------------------------- |
|
48 // |
|
49 // Localizable application information |
|
50 // |
|
51 // ----------------------------------------------------------------------------- |
|
52 // |
|
53 RESOURCE LOCALISABLE_APP_INFO r_fssendbcplugin_localisable_app_info |
|
54 { |
|
55 short_caption = qtn_bcard_opt_send_entry_via; |
|
56 caption_and_icon = |
|
57 CAPTION_AND_ICON_INFO |
|
58 { |
|
59 caption = qtn_bcard_opt_send_entry_via; |
|
60 number_of_icons = 1; |
|
61 icon_file = "\\resource\\apps\\pbk2rclsendbusinesscardplugin.mif"; |
|
62 }; |
|
63 } |
|
64 |
|
65 |
|
66 // Field type for lastname name |
|
67 RESOURCE VPBK_FIELD_TYPE_MAPPING_LIST r_fssendbc_lname_field_type |
|
68 { |
|
69 items = |
|
70 { |
|
71 VPBK_FIELD_TYPE_MAPPING |
|
72 { |
|
73 versitProperty = VBK_FIELD_VERSIT_PROPERTY |
|
74 { |
|
75 name = EVPbkVersitNameN; |
|
76 subField = EVPbkVersitSubFieldFamilyName; |
|
77 }; |
|
78 } |
|
79 }; |
|
80 } |
|
81 |
|
82 // Field type for first name |
|
83 RESOURCE VPBK_FIELD_TYPE_MAPPING_LIST r_fssendbc_fname_field_type |
|
84 { |
|
85 items = |
|
86 { |
|
87 VPBK_FIELD_TYPE_MAPPING |
|
88 { |
|
89 versitProperty = VBK_FIELD_VERSIT_PROPERTY |
|
90 { |
|
91 name = EVPbkVersitNameN; |
|
92 subField = EVPbkVersitSubFieldGivenName; |
|
93 }; |
|
94 } |
|
95 }; |
|
96 } |
|
97 |
|
98 |
|
99 |
|
100 // Field type for thumbnail image |
|
101 RESOURCE VPBK_FIELD_TYPE_MAPPING_LIST r_fssendbc_thumbnail_field_type |
|
102 { |
|
103 items = |
|
104 { |
|
105 VPBK_FIELD_TYPE_MAPPING |
|
106 { |
|
107 versitProperty = VBK_FIELD_VERSIT_PROPERTY |
|
108 { |
|
109 name = EVPbkVersitNamePHOTO; |
|
110 }; |
|
111 } |
|
112 }; |
|
113 } |
|
114 |
|
115 |
|
116 // Field type for image for call (gallery filename) |
|
117 RESOURCE VPBK_FIELD_TYPE_MAPPING_LIST r_fssendbc_image_field_type |
|
118 { |
|
119 items = |
|
120 { |
|
121 VPBK_FIELD_TYPE_MAPPING |
|
122 { |
|
123 versitProperty = VBK_FIELD_VERSIT_PROPERTY {}; |
|
124 nonVersitType = EVPbkNonVersitTypeCodImage; |
|
125 } |
|
126 }; |
|
127 } |
|
128 |
|
129 |
|
130 |
|
131 /** |
|
132 * 'Select fields to send' listbox for contact list views. |
|
133 */ |
|
134 RESOURCE LISTBOX r_fssendbc_send_options |
|
135 { |
|
136 array_id = r_fssendbc_send_options_texts; |
|
137 flags = EAknListBoxMenuList; |
|
138 } |
|
139 |
|
140 |
|
141 /** |
|
142 * 'Select fields to send' listbox texts for contact list views. |
|
143 */ |
|
144 RESOURCE ARRAY r_fssendbc_send_options_texts |
|
145 { |
|
146 items = |
|
147 { |
|
148 LBUF { txt=qtn_bcard_send_sms_no_image; }, |
|
149 LBUF { txt=qtn_bcard_send_sms_image; } |
|
150 }; |
|
151 } |
|
152 |
|
153 /** |
|
154 * 'Select fields to send' listbox for contact info view. |
|
155 */ |
|
156 RESOURCE LISTBOX r_fssendbc_contactinfo_send_options |
|
157 { |
|
158 array_id = r_fssendbc_contactinfo_send_options_texts; |
|
159 flags = EAknListBoxMenuList; |
|
160 } |
|
161 |
|
162 |
|
163 /** |
|
164 * 'Select fields to send' listbox for contact info view. |
|
165 */ |
|
166 RESOURCE LISTBOX r_fssendbc_contactinfo_send_options_sms_thumbnail |
|
167 { |
|
168 array_id = r_fssendbc_contactinfo_send_options_texts_sms_thumbnail; |
|
169 flags = EAknListBoxMenuList; |
|
170 } |
|
171 |
|
172 |
|
173 /** |
|
174 * 'Select fields to send' listbox for contact info view. |
|
175 */ |
|
176 RESOURCE LISTBOX r_fssendbc_contactinfo_send_options_sms_thumbnail_no_field |
|
177 { |
|
178 array_id = r_fssendbc_contactinfo_send_options_texts_sms_thumbnail_no_field; |
|
179 flags = EAknListBoxMenuList; |
|
180 } |
|
181 |
|
182 /** |
|
183 * 'Select fields to send' listbox texts for contact info view. |
|
184 */ |
|
185 RESOURCE ARRAY r_fssendbc_contactinfo_send_options_texts |
|
186 { |
|
187 items = |
|
188 { |
|
189 LBUF { txt=qtn_bcard_choice_send_item_data; }, |
|
190 LBUF { txt=qtn_bcard_choice_send_all_data; } |
|
191 }; |
|
192 } |
|
193 |
|
194 /** |
|
195 * 'Select fields to send' listbox texts for contact info view. |
|
196 */ |
|
197 RESOURCE ARRAY r_fssendbc_contactinfo_send_options_texts_sms_thumbnail |
|
198 { |
|
199 items = |
|
200 { |
|
201 LBUF { txt=qtn_bcard_choice_send_item_data; }, |
|
202 LBUF { txt=qtn_bcard_send_detail_without_p; }, |
|
203 LBUF { txt=qtn_bcard_send_detail_with_pict; } |
|
204 }; |
|
205 } |
|
206 |
|
207 |
|
208 /** |
|
209 * 'Select fields to send' listbox texts for contact info view. |
|
210 */ |
|
211 RESOURCE ARRAY r_fssendbc_contactinfo_send_options_texts_sms_thumbnail_no_field |
|
212 { |
|
213 items = |
|
214 { |
|
215 LBUF { txt=qtn_bcard_send_detail_without_p; }, |
|
216 LBUF { txt=qtn_bcard_send_detail_with_pict; } |
|
217 }; |
|
218 } |
|
219 |
|
220 RESOURCE TBUF r_fssendbc_businesscard_send_heading |
|
221 { |
|
222 buf = qtn_bcard_qtl_send_data; |
|
223 } |
|
224 |
|
225 // End of file |
|
226 |
|
227 |