equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2010 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 Bio MTM info resource. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 // INCLUDES |
|
22 #include <mtmconfig.rh> |
|
23 |
|
24 // CONSTANTS |
|
25 // MACROS |
|
26 |
|
27 // RESOURCE DEFINITIONS |
|
28 |
|
29 #include <e32capability.h> |
|
30 |
|
31 RESOURCE MTM_INFO_FILE |
|
32 { |
|
33 mtm_type_uid = 0x10001262; |
|
34 technology_type_uid = 0x10008A30; |
|
35 components = |
|
36 { |
|
37 MTM_COMPONENT_V2 |
|
38 { |
|
39 human_readable_name = "Bio Message client"; |
|
40 component_uid = KUidMtmServerComponentVal; |
|
41 entry_point = 1; |
|
42 version = VERSION_V2 {}; |
|
43 filename = "BIOS.dll"; |
|
44 }, |
|
45 MTM_COMPONENT_V2 |
|
46 { |
|
47 human_readable_name = "dummy smart msg."; |
|
48 component_uid = KUidMtmClientComponentVal; |
|
49 entry_point = 1; |
|
50 version = VERSION_V2 {}; |
|
51 filename = "bioc.dll"; |
|
52 } |
|
53 }; |
|
54 } |
|
55 |
|
56 RESOURCE MTM_CAPABILITIES |
|
57 { |
|
58 send_capability = 1; |
|
59 body_capability = 1; |
|
60 } |
|
61 |
|
62 RESOURCE MTM_SECURITY_CAPABILITY_SET |
|
63 { |
|
64 capabilities = { ECapabilityLocalServices }; |
|
65 } |
|
66 |
|
67 // End of File |