|
1 // Copyright (c) 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 // msvconsts.h |
|
15 // |
|
16 |
|
17 /** |
|
18 @file |
|
19 @internal |
|
20 @released |
|
21 */ |
|
22 #if !defined(__MSVCONSTS_H__) |
|
23 #define __MSVCONSTS_H__ |
|
24 |
|
25 #include <e32base.h> |
|
26 #include <msvstd.hrh> |
|
27 #include <msvstd.h> |
|
28 |
|
29 // APIs KMsvTempIndexEntryId and KFirstFreeEntryId moved to msvstd.h |
|
30 |
|
31 /** |
|
32 UId for 8-bit/16-bit Character set mechanism. |
|
33 @internalTechnology |
|
34 @prototype |
|
35 */ |
|
36 const TInt KUIDCharacterSet = 999; |
|
37 |
|
38 /** |
|
39 @internalComponent |
|
40 @released |
|
41 */ |
|
42 enum TMtsrDllIndex // Used in CMtmGroupData |
|
43 { |
|
44 EMtsrServerComponentIndex, |
|
45 EMtsrClientComponentIndex, |
|
46 EMtsrUiComponentIndex, |
|
47 EMtsrUiDataComponentIndex |
|
48 }; |
|
49 |
|
50 /** |
|
51 UId for the 16-bit chunk storage mechanism. |
|
52 @internalTechnology |
|
53 @prototype |
|
54 */ |
|
55 const TUid KMsvPlainBodyText16={0x10000F90}; |
|
56 |
|
57 /** |
|
58 UId for the 8-bit chunk storage mechanism. |
|
59 @internalTechnology |
|
60 @prototype |
|
61 */ |
|
62 const TUid KMsvPlainBodyText8={0x10000F80}; |
|
63 |
|
64 /** |
|
65 * @internalAll |
|
66 * @released |
|
67 */ |
|
68 const TInt KMsvNumMtmDllTypes=4; |
|
69 /** |
|
70 * @internalAll |
|
71 * @released |
|
72 */ |
|
73 const TUid KUidMsvDataComponent ={0x10003C69}; |
|
74 |
|
75 // User Interface MTM |
|
76 /** |
|
77 * @internalAll |
|
78 * @released |
|
79 */ |
|
80 const TUid KUidMtmUiComponent ={KUidMtmUiComponentVal}; |
|
81 // UI Data MTM |
|
82 /** |
|
83 * @internalAll |
|
84 * @released |
|
85 */ |
|
86 const TUid KUidMtmUiDataComponent ={KUidMtmUiDataComponentVal}; |
|
87 /** |
|
88 * @internalTechnology |
|
89 * @released |
|
90 */ |
|
91 const TUid KMsvDllType1Uid={0x10003C62}; |
|
92 /** |
|
93 * @internalTechnology |
|
94 * @released |
|
95 */ |
|
96 const TUid KMsvDllType2Uid={0x10003C63}; |
|
97 /** |
|
98 * @internalTechnology |
|
99 * @released |
|
100 */ |
|
101 const TUid KMsvDllType3Uid={0x10003C64}; |
|
102 /** |
|
103 * @internalTechnology |
|
104 * @released |
|
105 */ |
|
106 const TUid KMsvDllType4Uid={0x10003C65}; |
|
107 /** |
|
108 * @internalTechnology |
|
109 * @released |
|
110 */ |
|
111 const TUid KMsvDllType5Uid={0x10003C66}; |
|
112 /** |
|
113 * @internalTechnology |
|
114 * @released |
|
115 */ |
|
116 const TUid KMsvDllType6Uid={0x10003C67}; |
|
117 /** |
|
118 * @internalComponent |
|
119 * @released |
|
120 */ |
|
121 const TUid KUidMtmMultipleComponent ={0x10004845}; |
|
122 |
|
123 #endif //__MSVCONSTS_H__ |