|
1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 #include <mtmconfig.rh> |
|
17 |
|
18 RESOURCE MTM_INFO_FILE |
|
19 { |
|
20 mtm_type_uid = 0x10204287; |
|
21 technology_type_uid = 0x1000127D; |
|
22 components = |
|
23 { |
|
24 MTM_COMPONENT_V2 |
|
25 { |
|
26 human_readable_name = "SendAs Test Mtm Server"; |
|
27 component_uid = KUidMtmServerComponentVal; |
|
28 entry_point = 2; |
|
29 version = VERSION_V2 {}; |
|
30 filename = "z:\\system\\libs\\sendastestmtm.dll"; |
|
31 }, |
|
32 MTM_COMPONENT_V2 |
|
33 { |
|
34 human_readable_name = "SendAs Test Mtm Client"; |
|
35 component_uid = KUidMtmClientComponentVal; |
|
36 entry_point = 1; |
|
37 version = VERSION_V2 {}; |
|
38 filename = "z:\\system\\libs\\sendastestmtm.dll"; // not used |
|
39 }, |
|
40 MTM_COMPONENT_V2 |
|
41 { |
|
42 human_readable_name = "SendAs Test Mtm UI"; |
|
43 component_uid = KUidMtmUiComponentVal; |
|
44 entry_point = 3; |
|
45 version = VERSION_V2 {}; |
|
46 filename = "z:\\system\\libs\\sendastestmtm.dll"; // not used |
|
47 }, |
|
48 MTM_COMPONENT_V2 |
|
49 { |
|
50 human_readable_name = "SendAs Test Mtm Server"; |
|
51 component_uid = KUidMtmUiDataComponentVal; |
|
52 entry_point = 3; |
|
53 version = VERSION_V2 {}; |
|
54 filename = ""; // not used |
|
55 } |
|
56 |
|
57 }; |
|
58 } |
|
59 |
|
60 |
|
61 RESOURCE MTM_CAPABILITIES |
|
62 { |
|
63 send_capability=1; |
|
64 body_capability=1; |
|
65 } |
|
66 |
|
67 RESOURCE MTM_SECURITY_CAPABILITY_SET |
|
68 { |
|
69 capabilities = { ECapabilityLocalServices }; |
|
70 } |
|
71 |