equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2006 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: Resource definitions for BIO information file for Email |
|
15 * notification BIO messagetype |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 // INCLUDES |
|
22 #ifdef __MESSAGING_API_V2__ |
|
23 #include <biftool2.rh> |
|
24 #else |
|
25 #include <biftool.rh> |
|
26 #endif // __MESSAGING_API_V2__ |
|
27 |
|
28 #include <bium.loc> |
|
29 |
|
30 |
|
31 RESOURCE BIO_INFO_FILE |
|
32 { |
|
33 message_type_uid = 0x10005530; |
|
34 description = qtn_mce_message_unknown; |
|
35 icons_filename = "none"; |
|
36 icon_zoom_levels = {1}; |
|
37 |
|
38 ids= |
|
39 { |
|
40 ID |
|
41 { |
|
42 type=ENbs; |
|
43 confidence=ECertain; |
|
44 text="//MLAP11"; |
|
45 }, |
|
46 ID |
|
47 { |
|
48 type=EWap; |
|
49 confidence=ECertain; |
|
50 port=5512; |
|
51 }, |
|
52 ID |
|
53 { |
|
54 type=EIana; |
|
55 confidence=EPossible; |
|
56 text="text/bio-msg-enp"; |
|
57 } |
|
58 }; |
|
59 } |
|
60 |
|
61 // End of file |