|
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 file contains infrared MTM info resource. Entry points to Mtm Ui. |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 // INCLUDES |
|
22 #include <mtmconfig.rh> |
|
23 |
|
24 |
|
25 #include <e32capability.h> |
|
26 |
|
27 RESOURCE MTM_INFO_FILE |
|
28 { |
|
29 mtm_type_uid = 0x100053A4; |
|
30 technology_type_uid = 0x1000539F; |
|
31 components = |
|
32 { |
|
33 MTM_COMPONENT_V2 |
|
34 { |
|
35 //todo: Need to use localized string. |
|
36 human_readable_name = "Via Infrared "; |
|
37 component_uid = KUidMtmServerComponentVal; |
|
38 entry_point = 1; |
|
39 version = VERSION_V2 {}; |
|
40 filename = "irs.dll"; |
|
41 }, |
|
42 MTM_COMPONENT_V2 |
|
43 { |
|
44 //todo: Need to use localized string. |
|
45 human_readable_name = "Via Infrared "; |
|
46 component_uid = KUidMtmClientComponentVal; |
|
47 entry_point = 1; |
|
48 version = VERSION_V2 {}; |
|
49 filename = "irc.dll"; |
|
50 }, |
|
51 MTM_COMPONENT_V2 |
|
52 { |
|
53 //todo: Need to use localized string. |
|
54 human_readable_name = "Via Infrared "; |
|
55 component_uid = KUidMtmUiComponentVal; |
|
56 entry_point = 2; |
|
57 version = VERSION_V2 {}; |
|
58 filename = "irmtmui.dll"; |
|
59 }, |
|
60 MTM_COMPONENT_V2 |
|
61 { |
|
62 //todo: Need to use localized string. |
|
63 human_readable_name = "Via Infrared "; |
|
64 component_uid = KUidMtmUiDataComponentVal; |
|
65 entry_point = 1; |
|
66 version = VERSION_V2 {}; |
|
67 filename = "irmtmui.dll"; |
|
68 } |
|
69 }; |
|
70 } |
|
71 |
|
72 |
|
73 RESOURCE MTM_CAPABILITIES |
|
74 { |
|
75 // send_capability = 1; |
|
76 send_capability = 0; |
|
77 body_capability = 1; |
|
78 } |
|
79 |
|
80 RESOURCE MTM_SECURITY_CAPABILITY_SET |
|
81 { |
|
82 capabilities = { ECapabilityLocalServices }; |
|
83 } |
|
84 |
|
85 |
|
86 |
|
87 // End of File |