60
|
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 |
* This is the source for the BIF file. The BIF is a configuration file
|
|
16 |
* for Bio Controls.
|
|
17 |
*
|
|
18 |
*/
|
|
19 |
|
|
20 |
|
|
21 |
|
|
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 |
NAME DMCP
|
|
31 |
|
|
32 |
|
|
33 |
RESOURCE BIO_INFO_FILE
|
|
34 |
{
|
|
35 |
message_type_uid = 0x101F4D8C;
|
|
36 |
description = qtn_mce_message_unknown;
|
|
37 |
icons_filename = "none";
|
|
38 |
icon_zoom_levels = {1};
|
|
39 |
|
|
40 |
ids=
|
|
41 |
{
|
|
42 |
ID
|
|
43 |
{
|
|
44 |
type=EWap;
|
|
45 |
confidence=ECertain;
|
|
46 |
port=5508;
|
|
47 |
},
|
|
48 |
|
|
49 |
ID
|
|
50 |
{
|
|
51 |
type=ENbs;
|
|
52 |
confidence=ECertain;
|
|
53 |
text="//SCKL1584";
|
|
54 |
}
|
|
55 |
|
|
56 |
};
|
|
57 |
}
|
|
58 |
|
|
59 |
// End of file
|