|
1 /* |
|
2 * Copyright (c) 2002-2006 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 MMS MTM info resource. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 // INCLUDES |
|
22 #include <mtmconfig.rh> |
|
23 |
|
24 |
|
25 // CONSTANTS |
|
26 // none |
|
27 |
|
28 // MACROS |
|
29 // none |
|
30 |
|
31 |
|
32 // RESOURCE DEFINITIONS |
|
33 // --------------------------------------------------------- |
|
34 // |
|
35 // |
|
36 // MTM info resource for MMS |
|
37 // |
|
38 // --------------------------------------------------------- |
|
39 // |
|
40 #include <e32capability.h> |
|
41 |
|
42 RESOURCE MTM_INFO_FILE |
|
43 { |
|
44 mtm_type_uid = 0x100058E1; |
|
45 technology_type_uid = 0x100058E2; |
|
46 components = |
|
47 { |
|
48 MTM_COMPONENT_V2 |
|
49 { |
|
50 human_readable_name = "Multimedia message"; |
|
51 component_uid = KUidMtmServerComponentVal; |
|
52 entry_point = 1; |
|
53 version = VERSION_V2 {}; |
|
54 filename = "mmssrv.dll"; |
|
55 }, |
|
56 MTM_COMPONENT_V2 |
|
57 { |
|
58 human_readable_name = "Multimedia message"; |
|
59 component_uid = KUidMtmClientComponentVal; |
|
60 entry_point = 1; |
|
61 version = VERSION_V2 {}; |
|
62 filename = "mmscli.dll"; |
|
63 } |
|
64 }; |
|
65 } |
|
66 |
|
67 RESOURCE MTM_CAPABILITIES |
|
68 { |
|
69 send_capability = 1; |
|
70 body_capability = 0; |
|
71 } |
|
72 |
|
73 RESOURCE MTM_SECURITY_CAPABILITY_SET |
|
74 { |
|
75 capabilities = { ECapabilityNetworkServices }; |
|
76 } |
|
77 |
|
78 // End of File |