equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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: |
|
15 * Bio Info File resource. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 #include <biftool2.rh> |
|
22 #include <ringbc.loc> |
|
23 |
|
24 RESOURCE BIO_INFO_FILE |
|
25 { |
|
26 message_type_uid=0x10005535; //KUidBIOVCardMsg bitsids.h |
|
27 message_parser_name = "gfp.dll"; |
|
28 message_appctrl_name = "ringbc.dll"; |
|
29 message_app_uid=KUidUseDefaultApp; |
|
30 |
|
31 |
|
32 description=qtn_mce_inbox_type_smart_rt; |
|
33 icons_filename="none"; |
|
34 icon_zoom_levels={1}; |
|
35 file_extension=".rtp"; |
|
36 |
|
37 |
|
38 ids= |
|
39 { |
|
40 ID |
|
41 { |
|
42 type=EWap; |
|
43 confidence=ECertain; |
|
44 port=5505; //SCKL1581 is a NBS Port |
|
45 }, |
|
46 ID |
|
47 { |
|
48 type=ENbs; |
|
49 confidence=ECertain; |
|
50 //port=5505; |
|
51 text="//SCKL1581"; |
|
52 }, |
|
53 ID |
|
54 { |
|
55 type=EIana; |
|
56 confidence=EPossible; |
|
57 text="application/vnd.nokia.ringing-tone"; |
|
58 } |
|
59 }; |
|
60 } |
|
61 |
|
62 // End of file |