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 for vcalbc. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 // RESOURCE IDENTIFIER |
|
22 |
|
23 NAME VCLB |
|
24 |
|
25 // INCLUDES |
|
26 #include <biftool2.rh> |
|
27 #include <vcalbc.loc> |
|
28 #include <bium.loc> |
|
29 |
|
30 // RESOURCE DEFINITIONS |
|
31 |
|
32 RESOURCE BIO_INFO_FILE |
|
33 { |
|
34 message_type_uid = 0x10005533; |
|
35 description = qtn_mce_message_unknown; |
|
36 icons_filename = "none"; |
|
37 icon_zoom_levels = {1}; |
|
38 |
|
39 ids= |
|
40 { |
|
41 ID |
|
42 { |
|
43 type=EWap; |
|
44 confidence=ECertain; |
|
45 port=9205 ; |
|
46 }, |
|
47 ID |
|
48 { |
|
49 type=EWapSecure; |
|
50 confidence=ECertain; |
|
51 port=9207 ; |
|
52 }, |
|
53 ID |
|
54 { |
|
55 type=EWap; |
|
56 confidence=ECertain; |
|
57 port = 228; |
|
58 } |
|
59 }; |
|
60 } |
|
61 |
|
62 // end of file |