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=0x10009234; |
|
22 message_parser_name="iacp.dll"; |
|
23 message_app_uid=KUidUseDefaultApp; |
|
24 |
|
25 description="Test bif 1"; |
|
26 |
|
27 icons_filename="testbif.mbm"; |
|
28 icon_zoom_levels={1}; |
|
29 |
|
30 ids= |
|
31 { |
|
32 ID |
|
33 { |
|
34 type=ENbs; |
|
35 confidence=ECertain; |
|
36 text="//TESTBIF"; |
|
37 }, |
|
38 ID |
|
39 { |
|
40 type=EWap; |
|
41 confidence=ECertain; |
|
42 port=1234; |
|
43 }, |
|
44 ID |
|
45 { |
|
46 type=EIana; |
|
47 confidence=EPossible; |
|
48 text="application/testbif"; |
|
49 } |
|
50 }; |
|
51 } |
|
52 |