|
1 /* |
|
2 * Copyright (c) 2007 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: Central Repository keys for hwrmhaptics. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef HWRMHAPTICSINTERNALCRKEYS_H |
|
20 #define HWRMHAPTICSINTERNALCRKEYS_H |
|
21 |
|
22 #include <e32std.h> |
|
23 |
|
24 const TUid KCRUidHWRMHapticsPlugins = {0x200184B9}; |
|
25 |
|
26 /** |
|
27 * Implementation UID of the plugin, which is used to encode/decode messages |
|
28 * for 'any' actuator. |
|
29 * |
|
30 * Possible values are: |
|
31 * Implementation UID of the plugin. |
|
32 * |
|
33 * Default value: 0x00000000 |
|
34 **/ |
|
35 const TUint32 KHWRMHapticsPluginAnyPacketizer = 0x00000001; |
|
36 |
|
37 /** |
|
38 * Implementation UID of the plugin, which is used to send messages to |
|
39 * adaptation layer. |
|
40 * |
|
41 * Possible values are: |
|
42 * Implementation UID of the plugin. |
|
43 * |
|
44 * Default value: 0x00000000 |
|
45 **/ |
|
46 const TUint32 KHWRMHapticsPluginAnyAdaptation = 0x00000002; |
|
47 |
|
48 /** |
|
49 * Implementation UID of the plugin, which is used to encode/decode messages |
|
50 * for 'device' actuator. |
|
51 * |
|
52 * Possible values are: |
|
53 * Implementation UID of the plugin. |
|
54 * |
|
55 * Default value: 0x00000000 |
|
56 **/ |
|
57 const TUint32 KHWRMHapticsPluginDevicePacketizer = 0x00000003; |
|
58 |
|
59 /** |
|
60 * Implementation UID of the plugin, which is used to send messages to |
|
61 * adaptation layer. |
|
62 * |
|
63 * Possible values are: |
|
64 * Implementation UID of the plugin. |
|
65 * |
|
66 * Default value: 0x00000000 |
|
67 **/ |
|
68 const TUint32 KHWRMHapticsPluginDeviceAdaptation = 0x00000004; |
|
69 |
|
70 /** |
|
71 * Implementation UID of the plugin, which is used to encode/decode messages |
|
72 * for 'device' actuator. |
|
73 * |
|
74 * Possible values are: |
|
75 * Implementation UID of the plugin. |
|
76 * |
|
77 * Default value: 0x00000000 |
|
78 **/ |
|
79 const TUint32 KHWRMHapticsPluginPrimaryDisplayPacketizer = 0x00000005; |
|
80 |
|
81 /** |
|
82 * Implementation UID of the plugin, which is used to send messages to |
|
83 * adaptation layer. |
|
84 * |
|
85 * Possible values are: |
|
86 * Implementation UID of the plugin. |
|
87 * |
|
88 * Default value: 0x00000000 |
|
89 **/ |
|
90 const TUint32 KHWRMHapticsPluginPrimaryDisplayAdaptation = 0x00000006; |
|
91 |
|
92 /** |
|
93 * Implementation UID of the plugin, which is used to encode/decode messages |
|
94 * for 'device' actuator. |
|
95 * |
|
96 * Possible values are: |
|
97 * Implementation UID of the plugin. |
|
98 * |
|
99 * Default value: 0x00000000 |
|
100 **/ |
|
101 const TUint32 KHWRMHapticsPluginSecondaryDisplayPacketizer = 0x00000007; |
|
102 |
|
103 /** |
|
104 * Implementation UID of the plugin, which is used to send messages to |
|
105 * adaptation layer. |
|
106 * |
|
107 * Possible values are: |
|
108 * Implementation UID of the plugin. |
|
109 * |
|
110 * Default value: 0x00000000 |
|
111 **/ |
|
112 const TUint32 KHWRMHapticsPluginSecondaryDisplayAdaptation = 0x00000008; |
|
113 |
|
114 /** |
|
115 * Implementation UID of the plugin, which is used to encode/decode messages |
|
116 * for 'device' actuator. |
|
117 * |
|
118 * Possible values are: |
|
119 * Implementation UID of the plugin. |
|
120 * |
|
121 * Default value: 0x00000000 |
|
122 **/ |
|
123 const TUint32 KHWRMHapticsPluginGamePacketizer = 0x00000009; |
|
124 |
|
125 /** |
|
126 * Implementation UID of the plugin, which is used to send messages to |
|
127 * adaptation layer. |
|
128 * |
|
129 * Possible values are: |
|
130 * Implementation UID of the plugin. |
|
131 * |
|
132 * Default value: 0x00000000 |
|
133 **/ |
|
134 const TUint32 KHWRMHapticsPluginGameAdaptation = 0x0000000A; |
|
135 |
|
136 /** |
|
137 * Implementation UID of the plugin, which is used to encode/decode messages |
|
138 * for 'device' actuator. |
|
139 * |
|
140 * Possible values are: |
|
141 * Implementation UID of the plugin. |
|
142 * |
|
143 * Default value: 0x00000000 |
|
144 **/ |
|
145 const TUint32 KHWRMHapticsPluginGameLeftPacketizer = 0x0000000B; |
|
146 |
|
147 /** |
|
148 * Implementation UID of the plugin, which is used to send messages to |
|
149 * adaptation layer. |
|
150 * |
|
151 * Possible values are: |
|
152 * Implementation UID of the plugin. |
|
153 * |
|
154 * Default value: 0x00000000 |
|
155 **/ |
|
156 const TUint32 KHWRMHapticsPluginGameLeftAdaptation = 0x0000000C; |
|
157 |
|
158 /** |
|
159 * Implementation UID of the plugin, which is used to encode/decode messages |
|
160 * for 'device' actuator. |
|
161 * |
|
162 * Possible values are: |
|
163 * Implementation UID of the plugin. |
|
164 * |
|
165 * Default value: 0x00000000 |
|
166 **/ |
|
167 const TUint32 KHWRMHapticsPluginGameRightPacketizer = 0x0000000D; |
|
168 |
|
169 /** |
|
170 * Implementation UID of the plugin, which is used to send messages to |
|
171 * adaptation layer. |
|
172 * |
|
173 * Possible values are: |
|
174 * Implementation UID of the plugin. |
|
175 * |
|
176 * Default value: 0x00000000 |
|
177 **/ |
|
178 const TUint32 KHWRMHapticsPluginGameRightAdaptation = 0x0000000E; |
|
179 |
|
180 /** |
|
181 * Implementation UID of the plugin, which is used to encode/decode messages |
|
182 * for 'device' actuator. |
|
183 * |
|
184 * Possible values are: |
|
185 * Implementation UID of the plugin. |
|
186 * |
|
187 * Default value: 0x00000000 |
|
188 **/ |
|
189 const TUint32 KHWRMHapticsPluginExternalVibraPacketizer = 0x0000000F; |
|
190 |
|
191 /** |
|
192 * Implementation UID of the plugin, which is used to send messages to |
|
193 * adaptation layer. |
|
194 * |
|
195 * Possible values are: |
|
196 * Implementation UID of the plugin. |
|
197 * |
|
198 * Default value: 0x00000000 |
|
199 **/ |
|
200 const TUint32 KHWRMHapticsPluginExternalVibraAdaptation = 0x00000010; |
|
201 |
|
202 #endif // HWRMHAPTICSINTERNALCRKEYS_H |
|
203 |
|
204 // End of File |