|
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // CNTMODEL.RSS |
|
15 // The default template resource |
|
16 // BOTH THESE HEADERS NEED TO BE PUBLIC |
|
17 // |
|
18 |
|
19 #include "cntmodel.rls" |
|
20 #include <cntdef.hrh> // as existing version, but see below |
|
21 #include <cntmodel.rh> |
|
22 |
|
23 // |
|
24 // FROM EIKDEF.RH - avoids CntModel requiring Eikon |
|
25 // |
|
26 STRUCT RSS_SIGNATURE |
|
27 { |
|
28 LONG signature=4; // EEikResourceSignatureValue; |
|
29 SRLINK self; |
|
30 } |
|
31 |
|
32 STRUCT ARRAY |
|
33 { |
|
34 STRUCT items[]; |
|
35 } |
|
36 |
|
37 RESOURCE RSS_SIGNATURE { } |
|
38 |
|
39 // |
|
40 // The template data |
|
41 // |
|
42 RESOURCE ARRAY r_cntui_new_field_defns |
|
43 { |
|
44 items= |
|
45 { |
|
46 // home or personal jobbies |
|
47 FIELD |
|
48 { |
|
49 fieldStorageType=KStorageTypeText; |
|
50 contactFieldType=KUidContactFieldPrefixNameValue; |
|
51 vCardMapping=KIntContactFieldVCardMapUnusedN; |
|
52 category=EContactCategoryHome; |
|
53 fieldName=STRING_r_cntui_new_field_defns1; |
|
54 flags=EContactFieldFlagDisabled; |
|
55 }, |
|
56 FIELD |
|
57 { |
|
58 fieldStorageType=KStorageTypeText; |
|
59 contactFieldType=KUidContactFieldGivenNameValue; |
|
60 vCardMapping=KIntContactFieldVCardMapUnusedN; |
|
61 category=EContactCategoryHome; |
|
62 fieldName=STRING_r_cntui_new_field_defns2; |
|
63 }, |
|
64 FIELD |
|
65 { |
|
66 fieldStorageType=KStorageTypeText; |
|
67 contactFieldType=KUidContactFieldAdditionalNameValue; |
|
68 vCardMapping=KIntContactFieldVCardMapUnusedN; |
|
69 category=EContactCategoryHome; |
|
70 fieldName=STRING_r_cntui_new_field_defns3; |
|
71 flags=EContactFieldFlagDisabled; |
|
72 }, |
|
73 FIELD |
|
74 { |
|
75 fieldStorageType=KStorageTypeText; |
|
76 contactFieldType=KUidContactFieldFamilyNameValue; |
|
77 vCardMapping=KIntContactFieldVCardMapUnusedN; |
|
78 category=EContactCategoryHome; |
|
79 fieldName=STRING_r_cntui_new_field_defns4; |
|
80 }, |
|
81 FIELD |
|
82 { |
|
83 fieldStorageType=KStorageTypeText; |
|
84 contactFieldType=KUidContactFieldSuffixNameValue; |
|
85 vCardMapping=KIntContactFieldVCardMapUnusedN; |
|
86 category=EContactCategoryHome; |
|
87 fieldName=STRING_r_cntui_new_field_defns5; |
|
88 flags=EContactFieldFlagDisabled; |
|
89 }, |
|
90 FIELD |
|
91 { |
|
92 fieldStorageType=KStorageTypeText; |
|
93 contactFieldType=KUidContactFieldPhoneNumberValue; |
|
94 vCardMapping=KIntContactFieldVCardMapTEL; |
|
95 extraMapping= |
|
96 { |
|
97 MAPPING { mapping=KIntContactFieldVCardMapHOME; }, |
|
98 MAPPING { mapping=KIntContactFieldVCardMapVOICE; }, |
|
99 MAPPING { mapping=KIntContactFieldVCardMapCELL; } |
|
100 }; |
|
101 category=EContactCategoryHome; |
|
102 fieldName=STRING_r_cntui_new_field_defns6; |
|
103 }, |
|
104 FIELD |
|
105 { |
|
106 fieldStorageType=KStorageTypeText; |
|
107 contactFieldType=KUidContactFieldPhoneNumberValue; |
|
108 vCardMapping=KIntContactFieldVCardMapTEL; |
|
109 extraMapping= |
|
110 { |
|
111 MAPPING { mapping=KIntContactFieldVCardMapHOME; }, |
|
112 MAPPING { mapping=KIntContactFieldVCardMapVOICE; } |
|
113 }; |
|
114 category=EContactCategoryHome; |
|
115 fieldName=STRING_r_cntui_new_field_defns7; |
|
116 }, |
|
117 FIELD |
|
118 { |
|
119 fieldStorageType=KStorageTypeText; |
|
120 contactFieldType=KUidContactFieldFaxValue; |
|
121 vCardMapping=KIntContactFieldVCardMapTEL; |
|
122 extraMapping= |
|
123 { |
|
124 MAPPING { mapping=KIntContactFieldVCardMapHOME; }, |
|
125 MAPPING { mapping=KIntContactFieldVCardMapFAX; } |
|
126 }; |
|
127 category=EContactCategoryHome; |
|
128 fieldName=STRING_r_cntui_new_field_defns8; |
|
129 flags=EContactFieldFlagDisabled; |
|
130 }, |
|
131 FIELD |
|
132 { |
|
133 fieldStorageType=KStorageTypeText; |
|
134 contactFieldType=KUidContactFieldPhoneNumberValue; |
|
135 vCardMapping=KIntContactFieldVCardMapTEL; |
|
136 extraMapping= |
|
137 { |
|
138 MAPPING { mapping=KIntContactFieldVCardMapHOME; }, |
|
139 MAPPING { mapping=KIntContactFieldVCardMapVOICE; }, |
|
140 MAPPING { mapping=KIntContactFieldVCardMapPAGER; } |
|
141 }; |
|
142 category=EContactCategoryHome; |
|
143 fieldName=STRING_r_cntui_new_field_defns9; |
|
144 flags=EContactFieldFlagDisabled; |
|
145 }, |
|
146 FIELD |
|
147 { |
|
148 fieldStorageType=KStorageTypeText; |
|
149 contactFieldType=KUidContactFieldPhoneNumberValue; |
|
150 vCardMapping=KIntContactFieldVCardMapTEL; |
|
151 extraMapping= |
|
152 { |
|
153 MAPPING { mapping=KIntContactFieldVCardMapHOME; }, |
|
154 MAPPING { mapping=KIntContactFieldVCardMapBBS; } |
|
155 }; |
|
156 category=EContactCategoryHome; |
|
157 fieldName=STRING_r_cntui_new_field_defns10; |
|
158 flags=EContactFieldFlagDisabled; |
|
159 }, |
|
160 FIELD |
|
161 { |
|
162 fieldStorageType=KStorageTypeText; |
|
163 contactFieldType=KUidContactFieldPhoneNumberValue; |
|
164 vCardMapping=KIntContactFieldVCardMapTEL; |
|
165 extraMapping= |
|
166 { |
|
167 MAPPING { mapping=KIntContactFieldVCardMapHOME; }, |
|
168 MAPPING { mapping=KIntContactFieldVCardMapMODEM; } |
|
169 }; |
|
170 category=EContactCategoryHome; |
|
171 fieldName=STRING_r_cntui_new_field_defns11; |
|
172 flags=EContactFieldFlagDisabled; |
|
173 }, |
|
174 FIELD |
|
175 { |
|
176 fieldStorageType=KStorageTypeText; |
|
177 contactFieldType=KUidContactFieldPhoneNumberValue; |
|
178 vCardMapping=KIntContactFieldVCardMapTEL; |
|
179 extraMapping= |
|
180 { |
|
181 MAPPING { mapping=KIntContactFieldVCardMapHOME; }, |
|
182 MAPPING { mapping=KIntContactFieldVCardMapVOICE; }, |
|
183 MAPPING { mapping=KIntContactFieldVCardMapCAR; } |
|
184 }; |
|
185 category=EContactCategoryHome; |
|
186 fieldName=STRING_r_cntui_new_field_defns12; |
|
187 flags=EContactFieldFlagDisabled; |
|
188 }, |
|
189 FIELD |
|
190 { |
|
191 fieldStorageType=KStorageTypeText; |
|
192 contactFieldType=KUidContactFieldPhoneNumberValue; |
|
193 vCardMapping=KIntContactFieldVCardMapTEL; |
|
194 extraMapping= |
|
195 { |
|
196 MAPPING { mapping=KIntContactFieldVCardMapHOME; }, |
|
197 MAPPING { mapping=KIntContactFieldVCardMapISDN; } |
|
198 }; |
|
199 category=EContactCategoryHome; |
|
200 fieldName=STRING_r_cntui_new_field_defns13; |
|
201 flags=EContactFieldFlagDisabled; |
|
202 }, |
|
203 FIELD |
|
204 { |
|
205 fieldStorageType=KStorageTypeText; |
|
206 contactFieldType=KUidContactFieldPhoneNumberValue; |
|
207 vCardMapping=KIntContactFieldVCardMapTEL; |
|
208 extraMapping= |
|
209 { |
|
210 MAPPING { mapping=KIntContactFieldVCardMapHOME; }, |
|
211 MAPPING { mapping=KIntContactFieldVCardMapVIDEO; } |
|
212 }; |
|
213 category=EContactCategoryHome; |
|
214 fieldName=STRING_r_cntui_new_field_defns14; |
|
215 flags=EContactFieldFlagDisabled; |
|
216 }, |
|
217 FIELD |
|
218 { |
|
219 fieldStorageType=KStorageTypeText; |
|
220 contactFieldType=KUidContactFieldEMailValue; |
|
221 vCardMapping=KIntContactFieldVCardMapEMAILINTERNET; |
|
222 extraMapping= |
|
223 { |
|
224 MAPPING { mapping=KIntContactFieldVCardMapHOME; } |
|
225 }; |
|
226 category=EContactCategoryHome; |
|
227 fieldName=STRING_r_cntui_new_field_defns15; |
|
228 }, |
|
229 FIELD |
|
230 { |
|
231 fieldStorageType=KStorageTypeText; |
|
232 contactFieldType=KUidContactFieldPostOfficeValue; |
|
233 vCardMapping=KIntContactFieldVCardMapPOSTOFFICE; |
|
234 extraMapping= |
|
235 { |
|
236 MAPPING { mapping=KIntContactFieldVCardMapHOME; } |
|
237 }; |
|
238 category=EContactCategoryHome; |
|
239 fieldName=STRING_r_cntui_new_field_defns16; |
|
240 flags=EContactFieldFlagDisabled; |
|
241 }, |
|
242 FIELD |
|
243 { |
|
244 fieldStorageType=KStorageTypeText; |
|
245 contactFieldType=KUidContactFieldExtendedAddressValue; |
|
246 vCardMapping=KIntContactFieldVCardMapEXTENDEDADR; |
|
247 extraMapping= |
|
248 { |
|
249 MAPPING { mapping=KIntContactFieldVCardMapHOME; } |
|
250 }; |
|
251 category=EContactCategoryHome; |
|
252 fieldName=STRING_r_cntui_new_field_defns17; |
|
253 flags=EContactFieldFlagDisabled; |
|
254 }, |
|
255 FIELD |
|
256 { |
|
257 fieldStorageType=KStorageTypeText; |
|
258 contactFieldType=KUidContactFieldAddressValue; |
|
259 vCardMapping=KIntContactFieldVCardMapADR; |
|
260 extraMapping= |
|
261 { |
|
262 MAPPING { mapping=KIntContactFieldVCardMapHOME; } |
|
263 }; |
|
264 category=EContactCategoryHome; |
|
265 fieldName=STRING_r_cntui_new_field_defns18; |
|
266 }, |
|
267 FIELD |
|
268 { |
|
269 fieldStorageType=KStorageTypeText; |
|
270 contactFieldType=KUidContactFieldLocalityValue; |
|
271 vCardMapping=KIntContactFieldVCardMapLOCALITY; |
|
272 extraMapping= |
|
273 { |
|
274 MAPPING { mapping=KIntContactFieldVCardMapHOME; } |
|
275 }; |
|
276 category=EContactCategoryHome; |
|
277 fieldName=STRING_r_cntui_new_field_defns19; |
|
278 }, |
|
279 FIELD |
|
280 { |
|
281 fieldStorageType=KStorageTypeText; |
|
282 contactFieldType=KUidContactFieldRegionValue; |
|
283 vCardMapping=KIntContactFieldVCardMapREGION; |
|
284 extraMapping= |
|
285 { |
|
286 MAPPING { mapping=KIntContactFieldVCardMapHOME; } |
|
287 }; |
|
288 category=EContactCategoryHome; |
|
289 fieldName=STRING_r_cntui_new_field_defns20; |
|
290 }, |
|
291 FIELD |
|
292 { |
|
293 fieldStorageType=KStorageTypeText; |
|
294 contactFieldType=KUidContactFieldPostCodeValue; |
|
295 vCardMapping=KIntContactFieldVCardMapPOSTCODE; |
|
296 extraMapping= |
|
297 { |
|
298 MAPPING { mapping=KIntContactFieldVCardMapHOME; } |
|
299 }; |
|
300 category=EContactCategoryHome; |
|
301 fieldName=STRING_r_cntui_new_field_defns21; |
|
302 }, |
|
303 FIELD |
|
304 { |
|
305 fieldStorageType=KStorageTypeText; |
|
306 contactFieldType=KUidContactFieldCountryValue; |
|
307 vCardMapping=KIntContactFieldVCardMapCOUNTRY; |
|
308 extraMapping= |
|
309 { |
|
310 MAPPING { mapping=KIntContactFieldVCardMapHOME; } |
|
311 }; |
|
312 category=EContactCategoryHome; |
|
313 fieldName=STRING_r_cntui_new_field_defns22; |
|
314 }, |
|
315 FIELD |
|
316 { |
|
317 fieldStorageType=KStorageTypeText; |
|
318 contactFieldType=KUidContactFieldUrlValue; |
|
319 vCardMapping=KIntContactFieldVCardMapURL; |
|
320 extraMapping= |
|
321 { |
|
322 MAPPING { mapping=KIntContactFieldVCardMapHOME; } |
|
323 }; |
|
324 category=EContactCategoryHome; |
|
325 fieldName=STRING_r_cntui_new_field_defns23; |
|
326 }, |
|
327 |
|
328 |
|
329 // work jobbies |
|
330 FIELD |
|
331 { |
|
332 fieldStorageType=KStorageTypeText; |
|
333 contactFieldType=KUidContactFieldCompanyNameValue; |
|
334 vCardMapping=KIntContactFieldVCardMapORG; |
|
335 category=EContactCategoryWork; |
|
336 fieldName=STRING_r_cntui_new_field_defns24; |
|
337 }, |
|
338 FIELD |
|
339 { |
|
340 fieldStorageType=KStorageTypeText; |
|
341 contactFieldType=KUidContactFieldJobTitleValue; |
|
342 vCardMapping=KIntContactFieldVCardMapTITLE; |
|
343 category=EContactCategoryWork; |
|
344 fieldName=STRING_r_cntui_new_field_defns25; |
|
345 }, |
|
346 FIELD |
|
347 { |
|
348 fieldStorageType=KStorageTypeText; |
|
349 contactFieldType=KUidContactFieldPhoneNumberValue; |
|
350 vCardMapping=KIntContactFieldVCardMapTEL; |
|
351 extraMapping= |
|
352 { |
|
353 MAPPING { mapping=KIntContactFieldVCardMapWORK; }, |
|
354 MAPPING { mapping=KIntContactFieldVCardMapVOICE; }, |
|
355 MAPPING { mapping=KIntContactFieldVCardMapCELL; } |
|
356 }; |
|
357 category=EContactCategoryWork; |
|
358 fieldName=STRING_r_cntui_new_field_defns26; |
|
359 flags=EContactFieldFlagDisabled; |
|
360 }, |
|
361 FIELD |
|
362 { |
|
363 fieldStorageType=KStorageTypeText; |
|
364 contactFieldType=KUidContactFieldPhoneNumberValue; |
|
365 vCardMapping=KIntContactFieldVCardMapTEL; |
|
366 extraMapping= |
|
367 { |
|
368 MAPPING { mapping=KIntContactFieldVCardMapWORK; }, |
|
369 MAPPING { mapping=KIntContactFieldVCardMapVOICE; } |
|
370 }; |
|
371 category=EContactCategoryWork; |
|
372 fieldName=STRING_r_cntui_new_field_defns27; |
|
373 }, |
|
374 FIELD |
|
375 { |
|
376 fieldStorageType=KStorageTypeText; |
|
377 contactFieldType=KUidContactFieldFaxValue; |
|
378 vCardMapping=KIntContactFieldVCardMapTEL; |
|
379 extraMapping= |
|
380 { |
|
381 MAPPING { mapping=KIntContactFieldVCardMapWORK; }, |
|
382 MAPPING { mapping=KIntContactFieldVCardMapFAX; } |
|
383 }; |
|
384 category=EContactCategoryWork; |
|
385 fieldName=STRING_r_cntui_new_field_defns28; |
|
386 }, |
|
387 FIELD |
|
388 { |
|
389 fieldStorageType=KStorageTypeText; |
|
390 contactFieldType=KUidContactFieldPhoneNumberValue; |
|
391 vCardMapping=KIntContactFieldVCardMapTEL; |
|
392 extraMapping= |
|
393 { |
|
394 MAPPING { mapping=KIntContactFieldVCardMapPAGER; }, |
|
395 MAPPING { mapping=KIntContactFieldVCardMapWORK; } |
|
396 }; |
|
397 category=EContactCategoryWork; |
|
398 fieldName=STRING_r_cntui_new_field_defns29; |
|
399 flags=EContactFieldFlagDisabled; |
|
400 }, |
|
401 FIELD |
|
402 { |
|
403 fieldStorageType=KStorageTypeText; |
|
404 contactFieldType=KUidContactFieldPhoneNumberValue; |
|
405 vCardMapping=KIntContactFieldVCardMapTEL; |
|
406 extraMapping= |
|
407 { |
|
408 MAPPING { mapping=KIntContactFieldVCardMapWORK; }, |
|
409 MAPPING { mapping=KIntContactFieldVCardMapBBS; } |
|
410 }; |
|
411 category=EContactCategoryWork; |
|
412 fieldName=STRING_r_cntui_new_field_defns30; |
|
413 flags=EContactFieldFlagDisabled; |
|
414 }, |
|
415 FIELD |
|
416 { |
|
417 fieldStorageType=KStorageTypeText; |
|
418 contactFieldType=KUidContactFieldPhoneNumberValue; |
|
419 vCardMapping=KIntContactFieldVCardMapTEL; |
|
420 extraMapping= |
|
421 { |
|
422 MAPPING { mapping=KIntContactFieldVCardMapWORK; }, |
|
423 MAPPING { mapping=KIntContactFieldVCardMapMODEM; } |
|
424 }; |
|
425 category=EContactCategoryWork; |
|
426 fieldName=STRING_r_cntui_new_field_defns31; |
|
427 flags=EContactFieldFlagDisabled; |
|
428 }, |
|
429 FIELD |
|
430 { |
|
431 fieldStorageType=KStorageTypeText; |
|
432 contactFieldType=KUidContactFieldPhoneNumberValue; |
|
433 vCardMapping=KIntContactFieldVCardMapTEL; |
|
434 extraMapping= |
|
435 { |
|
436 MAPPING { mapping=KIntContactFieldVCardMapWORK; }, |
|
437 MAPPING { mapping=KIntContactFieldVCardMapVOICE; }, |
|
438 MAPPING { mapping=KIntContactFieldVCardMapCAR; } |
|
439 }; |
|
440 category=EContactCategoryHome; |
|
441 fieldName=STRING_r_cntui_new_field_defns32; |
|
442 flags=EContactFieldFlagDisabled; |
|
443 }, |
|
444 FIELD |
|
445 { |
|
446 fieldStorageType=KStorageTypeText; |
|
447 contactFieldType=KUidContactFieldPhoneNumberValue; |
|
448 vCardMapping=KIntContactFieldVCardMapTEL; |
|
449 extraMapping= |
|
450 { |
|
451 MAPPING { mapping=KIntContactFieldVCardMapWORK; }, |
|
452 MAPPING { mapping=KIntContactFieldVCardMapISDN; } |
|
453 }; |
|
454 category=EContactCategoryWork; |
|
455 fieldName=STRING_r_cntui_new_field_defns33; |
|
456 flags=EContactFieldFlagDisabled; |
|
457 }, |
|
458 FIELD |
|
459 { |
|
460 fieldStorageType=KStorageTypeText; |
|
461 contactFieldType=KUidContactFieldPhoneNumberValue; |
|
462 vCardMapping=KIntContactFieldVCardMapTEL; |
|
463 extraMapping= |
|
464 { |
|
465 MAPPING { mapping=KIntContactFieldVCardMapWORK; }, |
|
466 MAPPING { mapping=KIntContactFieldVCardMapVIDEO; } |
|
467 }; |
|
468 category=EContactCategoryWork; |
|
469 fieldName=STRING_r_cntui_new_field_defns34; |
|
470 flags=EContactFieldFlagDisabled; |
|
471 }, |
|
472 FIELD |
|
473 { |
|
474 fieldStorageType=KStorageTypeText; |
|
475 contactFieldType=KUidContactFieldEMailValue; |
|
476 vCardMapping=KIntContactFieldVCardMapEMAILINTERNET; |
|
477 extraMapping= |
|
478 { |
|
479 MAPPING { mapping=KIntContactFieldVCardMapWORK; } |
|
480 }; |
|
481 category=EContactCategoryWork; |
|
482 fieldName=STRING_r_cntui_new_field_defns35; |
|
483 }, |
|
484 FIELD |
|
485 { |
|
486 fieldStorageType=KStorageTypeText; |
|
487 contactFieldType=KUidContactFieldUrlValue; |
|
488 vCardMapping=KIntContactFieldVCardMapURL; |
|
489 extraMapping= |
|
490 { |
|
491 MAPPING { mapping=KIntContactFieldVCardMapWORK; } |
|
492 }; |
|
493 category=EContactCategoryWork; |
|
494 fieldName=STRING_r_cntui_new_field_defns36; |
|
495 }, |
|
496 FIELD |
|
497 { |
|
498 fieldStorageType=KStorageTypeText; |
|
499 contactFieldType=KUidContactFieldPostOfficeValue; |
|
500 vCardMapping=KIntContactFieldVCardMapPOSTOFFICE; |
|
501 extraMapping= |
|
502 { |
|
503 MAPPING { mapping=KIntContactFieldVCardMapWORK; } |
|
504 }; |
|
505 category=EContactCategoryWork; |
|
506 fieldName=STRING_r_cntui_new_field_defns37; |
|
507 flags=EContactFieldFlagDisabled; |
|
508 }, |
|
509 FIELD |
|
510 { |
|
511 fieldStorageType=KStorageTypeText; |
|
512 contactFieldType=KUidContactFieldExtendedAddressValue; |
|
513 vCardMapping=KIntContactFieldVCardMapEXTENDEDADR; |
|
514 extraMapping= |
|
515 { |
|
516 MAPPING { mapping=KIntContactFieldVCardMapWORK; } |
|
517 }; |
|
518 category=EContactCategoryWork; |
|
519 fieldName=STRING_r_cntui_new_field_defns38; |
|
520 flags=EContactFieldFlagDisabled; |
|
521 }, |
|
522 FIELD |
|
523 { |
|
524 fieldStorageType=KStorageTypeText; |
|
525 contactFieldType=KUidContactFieldAddressValue; |
|
526 vCardMapping=KIntContactFieldVCardMapADR; |
|
527 extraMapping= |
|
528 { |
|
529 MAPPING { mapping=KIntContactFieldVCardMapWORK; } |
|
530 }; |
|
531 category=EContactCategoryWork; |
|
532 fieldName=STRING_r_cntui_new_field_defns39; |
|
533 }, |
|
534 FIELD |
|
535 { |
|
536 fieldStorageType=KStorageTypeText; |
|
537 contactFieldType=KUidContactFieldLocalityValue; |
|
538 vCardMapping=KIntContactFieldVCardMapLOCALITY; |
|
539 extraMapping= |
|
540 { |
|
541 MAPPING { mapping=KIntContactFieldVCardMapWORK; } |
|
542 }; |
|
543 category=EContactCategoryWork; |
|
544 fieldName=STRING_r_cntui_new_field_defns40; |
|
545 }, |
|
546 FIELD |
|
547 { |
|
548 fieldStorageType=KStorageTypeText; |
|
549 contactFieldType=KUidContactFieldRegionValue; |
|
550 vCardMapping=KIntContactFieldVCardMapREGION; |
|
551 extraMapping= |
|
552 { |
|
553 MAPPING { mapping=KIntContactFieldVCardMapWORK; } |
|
554 }; |
|
555 category=EContactCategoryWork; |
|
556 fieldName=STRING_r_cntui_new_field_defns41; |
|
557 }, |
|
558 FIELD |
|
559 { |
|
560 fieldStorageType=KStorageTypeText; |
|
561 contactFieldType=KUidContactFieldPostCodeValue; |
|
562 vCardMapping=KIntContactFieldVCardMapPOSTCODE; |
|
563 extraMapping= |
|
564 { |
|
565 MAPPING { mapping=KIntContactFieldVCardMapWORK; } |
|
566 }; |
|
567 category=EContactCategoryWork; |
|
568 fieldName=STRING_r_cntui_new_field_defns42; |
|
569 }, |
|
570 FIELD |
|
571 { |
|
572 fieldStorageType=KStorageTypeText; |
|
573 contactFieldType=KUidContactFieldCountryValue; |
|
574 vCardMapping=KIntContactFieldVCardMapCOUNTRY; |
|
575 extraMapping= |
|
576 { |
|
577 MAPPING { mapping=KIntContactFieldVCardMapWORK; } |
|
578 }; |
|
579 category=EContactCategoryWork; |
|
580 fieldName=STRING_r_cntui_new_field_defns43; |
|
581 }, |
|
582 FIELD |
|
583 { |
|
584 fieldStorageType=KStorageTypeStore; |
|
585 contactFieldType=KUidContactFieldPictureValue; |
|
586 vCardMapping=KIntContactFieldVCardMapLOGO; |
|
587 category=EContactCategoryWork; |
|
588 fieldName=STRING_r_cntui_new_field_defns44; |
|
589 flags=EContactFieldFlagHidden; |
|
590 }, |
|
591 // other jobbies |
|
592 FIELD |
|
593 { |
|
594 fieldStorageType=KStorageTypeDateTime; |
|
595 contactFieldType=KUidContactFieldBirthdayValue; |
|
596 vCardMapping=KIntContactFieldVCardMapBDAY; |
|
597 category=EContactCategoryOther; |
|
598 fieldName=STRING_r_cntui_new_field_defns45; |
|
599 flags=EContactFieldFlagDisabled; |
|
600 }, |
|
601 FIELD |
|
602 { |
|
603 fieldStorageType=KStorageTypeText; |
|
604 contactFieldType=KUidContactFieldNoteValue; |
|
605 vCardMapping=KIntContactFieldVCardMapNOTE; |
|
606 category=EContactCategoryOther; |
|
607 fieldName=STRING_r_cntui_new_field_defns46; |
|
608 }, |
|
609 FIELD |
|
610 { |
|
611 fieldStorageType=KStorageTypeText; |
|
612 contactFieldType=KUidContactFieldNoneValue; |
|
613 vCardMapping=KIntContactFieldVCardMapUnusedFN; |
|
614 category=EContactCategoryNone; |
|
615 fieldName=STRING_r_cntui_new_field_defns47; |
|
616 flags=EContactFieldFlagHidden; |
|
617 }, |
|
618 FIELD |
|
619 { |
|
620 fieldStorageType=KStorageTypeStore; |
|
621 contactFieldType=KUidContactFieldPictureValue; |
|
622 vCardMapping=KIntContactFieldVCardMapPHOTO; |
|
623 category=EContactCategoryNone; |
|
624 fieldName=STRING_r_cntui_new_field_defns48; |
|
625 }, |
|
626 FIELD |
|
627 { |
|
628 fieldStorageType=KStorageTypeText; |
|
629 contactFieldType=KUidContactFieldNoneValue; |
|
630 vCardMapping=KIntContactFieldVCardMapLABEL; |
|
631 category=EContactCategoryNone; |
|
632 fieldName=STRING_r_cntui_new_field_defns49; |
|
633 flags=EContactFieldFlagDisabled; |
|
634 }, |
|
635 FIELD |
|
636 { |
|
637 fieldStorageType=KStorageTypeText; |
|
638 contactFieldType=KUidContactFieldTemplateLabelValue; |
|
639 vCardMapping=KIntContactFieldVCardMapUnusedN; |
|
640 category=EContactCategoryNone; |
|
641 fieldName=STRING_r_cntui_new_field_defns50; |
|
642 flags=EContactFieldFlagHidden; |
|
643 } |
|
644 }; |
|
645 } |
|
646 |