equal
deleted
inserted
replaced
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // |
7 // |
8 // Initial Contributors: |
8 // Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
9 // Nokia Corporation - initial contribution. |
10 // |
10 // |
11 // Contributors: |
11 // Contributors: |
12 // |
12 // |
13 // Description: |
13 // Description: |
14 // |
14 // |
15 |
15 |
|
16 /** |
|
17 @file |
|
18 @publishedAll |
|
19 @released |
|
20 */ |
|
21 |
16 #if !defined(__UIKON_RH__) |
22 #if !defined(__UIKON_RH__) |
17 #define __UIKON_RH__ |
23 #define __UIKON_RH__ |
18 |
24 |
19 #if !defined(__BADEF_RH__) |
25 #if !defined(__BADEF_RH__) |
20 #include <badef.rh> |
26 #include <badef.rh> |
25 #endif |
31 #endif |
26 |
32 |
27 #if !defined(__BAERRRSVR_RH__) |
33 #if !defined(__BAERRRSVR_RH__) |
28 #include <baerrrsvr.rh> |
34 #include <baerrrsvr.rh> |
29 #endif |
35 #endif |
30 |
|
31 |
36 |
32 STRUCT RESOURCE_LINK |
37 STRUCT RESOURCE_LINK |
33 { |
38 { |
34 LLINK id; |
39 LLINK id; |
35 } |
40 } |
63 STRUCT NUMBER_INT32 |
68 STRUCT NUMBER_INT32 |
64 { |
69 { |
65 LONG value=0; |
70 LONG value=0; |
66 } |
71 } |
67 |
72 |
|
73 |
68 // EIKCOLOR.RH |
74 // EIKCOLOR.RH |
69 // |
75 // |
70 // Copyright (c) 1997-1999 Symbian Ltd. All rights reserved. |
76 // Copyright (c) 1997-2007 Nokia Corporation and/or its subsidiary(-ies). |
71 // |
77 // |
72 |
78 |
73 STRUCT COLOR |
79 STRUCT COLOR |
74 { |
80 { |
75 BYTE red; |
81 BYTE red; |
96 |
102 |
97 #include <eikcolor.hrh> |
103 #include <eikcolor.hrh> |
98 |
104 |
99 // EIKFONT.RH |
105 // EIKFONT.RH |
100 // |
106 // |
101 // Copyright (c) 1997-1999 Symbian Ltd. All rights reserved. |
107 // Copyright (c) 1997-2007 Nokia Corporation and/or its subsidiary(-ies). |
102 // |
108 // |
103 |
109 |
104 //#include <eikfont.hrh> |
110 //#include <eikfont.hrh> |
105 |
111 |
106 STRUCT FONT |
112 STRUCT FONT |
116 WORD flags=0; // a combination of EGulFontFlagXxxxs |
122 WORD flags=0; // a combination of EGulFontFlagXxxxs |
117 } |
123 } |
118 |
124 |
119 // EIKPRIV.RH |
125 // EIKPRIV.RH |
120 // |
126 // |
121 // Copyright (c) 1997-1999 Symbian Ltd. All rights reserved. |
127 // Copyright (c) 1997-2007 Nokia Corporation and/or its subsidiary(-ies). |
122 // |
128 // |
123 |
129 |
124 STRUCT INT16 |
130 STRUCT INT16 |
125 { |
131 { |
126 WORD value; |
132 WORD value; |
127 } |
133 } |
128 |
134 |
|
135 |
129 // EIKPRTPV.RH |
136 // EIKPRTPV.RH |
130 // |
137 // |
131 // Copyright (c) 1997-1999 Symbian Ltd. All rights reserved. |
138 // Copyright (c) 1997-2007 Nokia Corporation and/or its subsidiary(-ies). |
132 // |
139 // |
133 |
140 |
134 // EIKDEF.RH |
141 // EIKDEF.RH |
135 // |
142 // |
136 // Copyright (c) 1997-1999 Symbian Ltd. All rights reserved. |
143 // Copyright (c) 1997-2007 Nokia Corporation and/or its subsidiary(-ies). |
137 // |
144 // |
138 |
145 |
139 STRUCT RSS_SIGNATURE |
146 STRUCT RSS_SIGNATURE |
140 { |
147 { |
141 LONG signature=EEikResourceSignatureValue; |
148 LONG signature=EEikResourceSignatureValue; |
178 LONG viewuid; |
185 LONG viewuid; |
179 } |
186 } |
180 |
187 |
181 // EIKSPANE.RH |
188 // EIKSPANE.RH |
182 // |
189 // |
183 // Copyright (c) 1999 - 2003 Symbian Ltd. All rights reserved. |
190 // Copyright (c) 1997-2007 Nokia Corporation and/or its subsidiary(-ies). |
184 // |
191 // |
185 |
192 |
186 |
193 |
187 STRUCT STATUS_PANE_SYSTEM_MODEL // System wide status pane declaration |
194 STRUCT STATUS_PANE_SYSTEM_MODEL // System wide status pane declaration |
188 { |
195 { |