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=0x10005535; |
|
22 message_parser_name="\\system\\parsers\\gfp.dll"; |
|
23 message_app_uid=KUidUseDefaultApp; |
|
24 message_appctrl_name = "ringtonebio.dll"; |
|
25 |
|
26 description="Ringing Tone"; |
|
27 icons_filename="rtp.mbm"; |
|
28 icon_zoom_levels={1}; |
|
29 file_extension=".rtp"; |
|
30 |
|
31 |
|
32 ids= |
|
33 { |
|
34 ID |
|
35 { |
|
36 type=EWap; |
|
37 confidence=ECertain; |
|
38 port=5505; //SCKL1581 is a NBS Port |
|
39 }, |
|
40 // The WAP Watcher should get this |
|
41 // ID |
|
42 // { |
|
43 // type=ENbs; |
|
44 // confidence=ECertain; |
|
45 // port=5505; |
|
46 // text="//SCKL1581"; |
|
47 // }, |
|
48 ID |
|
49 { |
|
50 type=EIana; |
|
51 confidence=EPossible; |
|
52 text="application/vnd.nokia.ringing-tone"; |
|
53 } |
|
54 }; |
|
55 } |
|
56 |