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 <oplogobc.loc> |
|
23 #include <bium.loc> |
|
24 |
|
25 RESOURCE BIO_INFO_FILE |
|
26 { |
|
27 message_type_uid=0x10005536; //KUidBIOOperatorLogoMsg bitsids.h |
|
28 description = qtn_mce_message_unknown; |
|
29 icons_filename = "none"; |
|
30 icon_zoom_levels = {1}; |
|
31 |
|
32 icon_zoom_levels={1}; |
|
33 ids= |
|
34 { |
|
35 ID |
|
36 { |
|
37 type=EWap; |
|
38 confidence=ECertain; |
|
39 port=5506; //SCKL1582 |
|
40 character_set=KCharSetDefault; // default is ISO-8859-1 |
|
41 }, |
|
42 |
|
43 ID |
|
44 { |
|
45 type=ENbs; |
|
46 confidence=ECertain; |
|
47 //port=5506; |
|
48 text="//SCKL1582"; |
|
49 character_set=KCharSetDefault; // default is ISO-8859-1 |
|
50 }, |
|
51 ID |
|
52 { |
|
53 type=EIana; |
|
54 confidence=EPossible; |
|
55 character_set=KCharSetDefault; // default is ISO-8859-1 |
|
56 text="application/vnd.nokia.operator-logo"; |
|
57 } |
|
58 }; |
|
59 } |
|
60 |
|
61 // End of file |