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 // 'BIO Messaging Information File (bif)' Resource file |
|
15 // |
|
16 // |
|
17 |
|
18 #include <biftool2.rh> |
|
19 |
|
20 |
|
21 RESOURCE BIO_INFO_FILE |
|
22 { |
|
23 message_type_uid=0x10005532; |
|
24 message_parser_name="\\system\\parsers\\wapp.dll"; |
|
25 message_app_uid=KUidUseDefaultApp; |
|
26 message_appctrl_name = "iacbiocontrol.dll"; |
|
27 |
|
28 description="WAP Access Point Settings..."; |
|
29 |
|
30 general_data1=0x0108; // Flags specific to this BIO message type. |
|
31 |
|
32 icons_filename="wapp.mbm"; |
|
33 icon_zoom_levels={1}; |
|
34 |
|
35 ids= |
|
36 { |
|
37 ID |
|
38 { |
|
39 type=EWsp; |
|
40 confidence=ECertain; |
|
41 character_set=KCharSetDefault; |
|
42 port=49999; |
|
43 general_id_data=0; |
|
44 }, |
|
45 ID |
|
46 { |
|
47 type=EIana; |
|
48 confidence=ECertain; |
|
49 character_set=KCharSetDefault; // default is ISO-8859-1, could have missed this line out |
|
50 text="application/x-nokia.settings"; |
|
51 } |
|
52 }; |
|
53 } |
|
54 |