equal
deleted
inserted
replaced
|
1 // Copyright (c) 2004-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 // |
|
15 |
|
16 #include <biftool2.rh> |
|
17 |
|
18 |
|
19 RESOURCE BIO_INFO_FILE |
|
20 { |
|
21 message_type_uid=0x10005534; |
|
22 message_parser_name="\\system\\parsers\\gfp.dll"; |
|
23 message_app_uid=KUidUseDefaultApp; |
|
24 message_appctrl_name = "vcardbiocontrol.dll"; |
|
25 |
|
26 file_extension=".vcf"; |
|
27 |
|
28 description="vCard"; |
|
29 |
|
30 icons_filename="vcdp.mbm"; |
|
31 icon_zoom_levels={1}; |
|
32 |
|
33 ids= |
|
34 { |
|
35 ID |
|
36 { |
|
37 type=EWap; |
|
38 confidence=ECertain; |
|
39 port=9204; |
|
40 }, |
|
41 ID |
|
42 { |
|
43 type=EWapSecure; |
|
44 confidence=ECertain; |
|
45 port=9206; |
|
46 }, |
|
47 ID |
|
48 { |
|
49 type=ENbs; |
|
50 confidence=ECertain; |
|
51 port=226; |
|
52 }, |
|
53 ID |
|
54 { |
|
55 type=ENbs; |
|
56 confidence=ECertain; |
|
57 text="BEGIN:VCARD"; |
|
58 }, |
|
59 ID |
|
60 { |
|
61 type=EIana; |
|
62 confidence=EPossible; |
|
63 text="text/directory "; |
|
64 }, |
|
65 ID |
|
66 { |
|
67 type=EIana; |
|
68 confidence=EPossible; |
|
69 text="text/X-vCard"; |
|
70 } |
|
71 }; |
|
72 } |
|
73 |