|
1 // Copyright (c) 2005-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 #if !defined (__STARTUPDOMAINDEFS_H__) |
|
17 #define __STARTUPDOMAINDEFS_H__ |
|
18 |
|
19 #include "domainpolicy.h" |
|
20 |
|
21 |
|
22 /** |
|
23 @publishedPartner |
|
24 @deprecated |
|
25 |
|
26 The first domain in the Kernel Services level of the Startup Domain Hierarchy |
|
27 **/ |
|
28 static const TDmDomainId KKernelServicesDomain1 = 10; |
|
29 |
|
30 /** |
|
31 @publishedPartner |
|
32 @deprecated |
|
33 |
|
34 The second domain in the Kernel Services level of the Startup Domain Hierarchy |
|
35 **/ |
|
36 static const TDmDomainId KKernelServicesDomain2 = 20; |
|
37 |
|
38 /** |
|
39 @publishedPartner |
|
40 @deprecated |
|
41 |
|
42 The third domain in the Kernel Services level of the Startup Domain Hierarchy |
|
43 **/ |
|
44 static const TDmDomainId KKernelServicesDomain3 = 30; |
|
45 |
|
46 /** |
|
47 @publishedPartner |
|
48 @deprecated |
|
49 |
|
50 The fourth domain in the Kernel Services level of the Startup Domain Hierarchy |
|
51 **/ |
|
52 static const TDmDomainId KKernelServicesDomain4 = 40; |
|
53 |
|
54 /** |
|
55 @publishedPartner |
|
56 @deprecated |
|
57 |
|
58 The fifth domain in the Kernel Services level of the Startup Domain Hierarchy |
|
59 **/ |
|
60 static const TDmDomainId KKernelServicesDomain5 = 50; |
|
61 |
|
62 /** |
|
63 @publishedPartner |
|
64 @deprecated |
|
65 |
|
66 The first domain in the Base Services level of the Startup Domain Hierarchy |
|
67 **/ |
|
68 static const TDmDomainId KBaseServicesDomain1 = 60; |
|
69 |
|
70 /** |
|
71 @publishedPartner |
|
72 @deprecated |
|
73 |
|
74 The second domain in the Base Services level of the Startup Domain Hierarchy |
|
75 **/ |
|
76 static const TDmDomainId KBaseServicesDomain2 = 70; |
|
77 |
|
78 /** |
|
79 @publishedPartner |
|
80 @deprecated |
|
81 |
|
82 The third domain in the Base Services level of the Startup Domain Hierarchy |
|
83 **/ |
|
84 static const TDmDomainId KBaseServicesDomain3 = 80; |
|
85 |
|
86 /** |
|
87 @publishedPartner |
|
88 @deprecated |
|
89 |
|
90 The fourth domain in the Base Services level of the Startup Domain Hierarchy |
|
91 **/ |
|
92 static const TDmDomainId KBaseServicesDomain4 = 90; |
|
93 |
|
94 /** |
|
95 @publishedPartner |
|
96 @deprecated |
|
97 |
|
98 The fifth domain in the Base Services level of the Startup Domain Hierarchy |
|
99 **/ |
|
100 static const TDmDomainId KBaseServicesDomain5 = 100; |
|
101 |
|
102 /** |
|
103 @publishedPartner |
|
104 @deprecated |
|
105 |
|
106 The first domain in the OS Services level of the Startup Domain Hierarchy |
|
107 **/ |
|
108 static const TDmDomainId KOSServicesDomain1 = 110; |
|
109 |
|
110 /** |
|
111 @publishedPartner |
|
112 @deprecated |
|
113 |
|
114 The second domain in the OS Services level of the Startup Domain Hierarchy |
|
115 **/ |
|
116 static const TDmDomainId KOSServicesDomain2 = 120; |
|
117 |
|
118 /** |
|
119 @publishedPartner |
|
120 @deprecated |
|
121 |
|
122 The third domain in the OS Services level of the Startup Domain Hierarchy |
|
123 **/ |
|
124 static const TDmDomainId KOSServicesDomain3 = 130; |
|
125 |
|
126 /** |
|
127 @publishedPartner |
|
128 @deprecated |
|
129 |
|
130 The fourth domain in the OS Services level of the Startup Domain Hierarchy |
|
131 **/ |
|
132 static const TDmDomainId KOSServicesDomain4 = 140; |
|
133 |
|
134 /** |
|
135 @publishedPartner |
|
136 @deprecated |
|
137 |
|
138 The fifth domain in the OS Services level of the Startup Domain Hierarchy |
|
139 **/ |
|
140 static const TDmDomainId KOSServicesDomain5 = 150; |
|
141 |
|
142 /** |
|
143 @publishedPartner |
|
144 @deprecated |
|
145 |
|
146 The first domain in the AppServices Services level of the Startup Domain Hierarchy |
|
147 **/ |
|
148 static const TDmDomainId KAppServicesDomain1 = 160; |
|
149 |
|
150 /** |
|
151 @publishedPartner |
|
152 @deprecated |
|
153 |
|
154 The second domain in the AppServices Services level of the Startup Domain Hierarchy |
|
155 **/ |
|
156 static const TDmDomainId KAppServicesDomain2 = 170; |
|
157 |
|
158 /** |
|
159 @publishedPartner |
|
160 @deprecated |
|
161 |
|
162 The third domain in the AppServices Services level of the Startup Domain Hierarchy |
|
163 **/ |
|
164 static const TDmDomainId KAppServicesDomain3 = 180; |
|
165 |
|
166 /** |
|
167 @publishedPartner |
|
168 @deprecated |
|
169 |
|
170 The fourth domain in the AppServices Services level of the Startup Domain Hierarchy |
|
171 **/ |
|
172 static const TDmDomainId KAppServicesDomain4 = 190; |
|
173 |
|
174 /** |
|
175 @publishedPartner |
|
176 @deprecated |
|
177 |
|
178 The fifth domain in the AppServices Services level of the Startup Domain Hierarchy |
|
179 **/ |
|
180 static const TDmDomainId KAppServicesDomain5 = 200; |
|
181 |
|
182 /** |
|
183 @publishedPartner |
|
184 @deprecated |
|
185 |
|
186 The first domain in the UIFrameworkDomain Services level of the Startup Domain Hierarchy |
|
187 **/ |
|
188 static const TDmDomainId KUIFrameworkDomain1 = 210; |
|
189 |
|
190 /** |
|
191 @publishedPartner |
|
192 @deprecated |
|
193 |
|
194 The second domain in the UIFrameworkDomain Services level of the Startup Domain Hierarchy |
|
195 **/ |
|
196 static const TDmDomainId KUIFrameworkDomain2 = 220; |
|
197 |
|
198 /** |
|
199 @publishedPartner |
|
200 @deprecated |
|
201 |
|
202 The third domain in the UIFrameworkDomain Services level of the Startup Domain Hierarchy |
|
203 **/ |
|
204 static const TDmDomainId KUIFrameworkDomain3 = 230; |
|
205 |
|
206 /** |
|
207 @publishedPartner |
|
208 @deprecated |
|
209 |
|
210 The fourth domain in the UIFrameworkDomain Services level of the Startup Domain Hierarchy |
|
211 **/ |
|
212 static const TDmDomainId KUIFrameworkDomain4 = 240; |
|
213 |
|
214 /** |
|
215 @publishedPartner |
|
216 @deprecated |
|
217 |
|
218 The fifth domain in the UIFrameworkDomain Services level of the Startup Domain Hierarchy |
|
219 **/ |
|
220 static const TDmDomainId KUIFrameworkDomain5 = 250; |
|
221 |
|
222 #endif // __STARTUPDOMAINDEFS_H__ |
|
223 |