|
1 // Identifies the manufacturer of a device. If this is not enumerated in TManufacturer, |
|
2 // then the manufacturer must obtain a value from the Symbian registry. |
|
3 // |
|
4 |
|
5 //This config file is for SEC-SWI-INTERPRETSIS-R006 to test when all conditions in the SIS file fail. |
|
6 |
|
7 // The device specific hardware version number, as defined by the device manufacturer. |
|
8 // |
|
9 // <numeric type> |
|
10 MANUFACTURER = 0x00000003 |
|
11 |
|
12 // <numeric type> |
|
13 MANUFACTURERHARDWAREREV = 0x100 |
|
14 |
|
15 // The device specific version number, as defined by the device manufacturer. |
|
16 // |
|
17 // <numeric type> |
|
18 MANUFACTURERSOFTWAREREV = 0x200 |
|
19 |
|
20 // The device specific software version number, as defined by the device manufacturer. |
|
21 // |
|
22 // <numeric type> |
|
23 MANUFACTURERSOFTWAREBUILD = 300 |
|
24 |
|
25 // This is device specific model number, as defined by the device manufacturer. |
|
26 // |
|
27 // <numeric type> |
|
28 MODEL = 0x101FB3E8 |
|
29 |
|
30 // This is the device specific UID, It is unique to the class /model of device. |
|
31 // A value must be obtained from Symbian's UID registry for this attribute. |
|
32 // |
|
33 // <numeric type> |
|
34 MACHINEOID = 0x20000606 |
|
35 |
|
36 // The Symbian OS specified device family identifier. If the device family is not |
|
37 // one of those enumerated by TDeviceFamily, then the licensee must obtain a UID |
|
38 // from Symbian for this attribute. |
|
39 // |
|
40 // <numeric type> |
|
41 DEVICEFAMILY = 0x700 |
|
42 |
|
43 // The Symbian OS specified device family version |
|
44 // |
|
45 // <numeric type> |
|
46 DEVICEFAMILYREV = 0x700 |
|
47 |
|
48 // The CPU architecture used by this device. The values are enumerated by TCPU. |
|
49 // |
|
50 // <numeric type> |
|
51 CPU = 0 |
|
52 |
|
53 // A revision number for the CPU architecture. |
|
54 // |
|
55 // <numeric type> |
|
56 CPUARCH = 0 |
|
57 |
|
58 // This is the default ABI used by CPU for user applications. The values are |
|
59 // enumerated by HALData::TCPUABI. |
|
60 // |
|
61 // <numeric type> |
|
62 CPUABI = 1 |
|
63 |
|
64 // The processor speed in KHz. |
|
65 // |
|
66 // <numeric type> |
|
67 CPUSPEED = 600 |
|
68 |
|
69 // The time between system ticks, in microseconds. |
|
70 // |
|
71 // <numeric type> |
|
72 SYSTEMTICKPERIOD = 2 |
|
73 |
|
74 // The total system RAM, in bytes. |
|
75 // |
|
76 // <numeric type> |
|
77 MEMORYRAM = 999 |
|
78 |
|
79 // The currently free system RAM. |
|
80 // |
|
81 // <numeric type> |
|
82 MEMORYRAMFREE = 0x11223344 |
|
83 |
|
84 // The total System ROM, in bytes. |
|
85 // |
|
86 // <numeric type> |
|
87 MEMORYROM = 0xDEADBEEF |
|
88 |
|
89 // The MMU page size in bytes. |
|
90 // |
|
91 // <numeric type> |
|
92 MEMORYPAGESIZE = 1024 |
|
93 |
|
94 // Indicates whether a backup power supply is available. It has the |
|
95 // values: 0 = the device does not support (or need) a backup battery |
|
96 // source; 1 = a backup batter source is present. This is dynamic |
|
97 // and readonly |
|
98 // |
|
99 // <numeric type> / <boolean type> / <yes/no type> |
|
100 POWERBACKUP = false |
|
101 |
|
102 // A bitmask that describes the available keyboard types (it may support more than one). |
|
103 // |
|
104 // <numeric type> |
|
105 KEYBOARD = 1 |
|
106 |
|
107 // (No documentation) |
|
108 // |
|
109 // <numeric type> |
|
110 KEYBOARDDEVICEKEYS = 3 |
|
111 |
|
112 // (No documentation) |
|
113 // |
|
114 // <numeric type> |
|
115 KEYBOARDAPPKEYS = 0 |
|
116 |
|
117 // Indicates whether the device can produce a click sound for each keypress. |
|
118 // It has the values: 0 = the device cannot produce a click sound for each |
|
119 // keypress; 1 = the device can produce a click sound. |
|
120 // |
|
121 // <numeric type> / <boolean type> / <yes/no type> |
|
122 KEYBOARDCLICK = 1 // Can also be true/false |
|
123 |
|
124 // The maximum value for EKeyboardClickVolume |
|
125 // |
|
126 // <numeric type> |
|
127 KEYBOARDCLICKVOLUMEMAX = 10 |
|
128 |
|
129 // The screen horizontal dimension in pixels. |
|
130 // |
|
131 // <numeric type> |
|
132 DISPLAYXPIXELS = 640 |
|
133 |
|
134 // The screen vertical dimension in pixels. |
|
135 // |
|
136 // <numeric type> |
|
137 DISPLAYYPIXELS = 480 |
|
138 |
|
139 // The screen horizontal dimension in twips. |
|
140 // |
|
141 // <numeric type> |
|
142 DISPLAYXTWIPS = 3200 |
|
143 |
|
144 // The screen vertical dimension in twips. |
|
145 // |
|
146 // <numeric type> |
|
147 DISPLAYYTWIPS = 1440 |
|
148 |
|
149 // The number of hues (colors or shades of grey) displayable on the screen. |
|
150 // |
|
151 // <numeric type> |
|
152 DISPLAYCOLORS = 0x2000 |
|
153 |
|
154 // The maximum value for EDisplayContrast |
|
155 // |
|
156 // <numeric type> |
|
157 DISPLAYCONTRASTMAX = 0x766 |
|
158 |
|
159 // Indicates whether there is a backlight on the device. |
|
160 // It has the values: 0 = there is no screen backlight; |
|
161 // 1 = a screen backlight is present. |
|
162 // |
|
163 // <numeric type> / <boolean type> / <yes/no type> |
|
164 BACKLIGHT = false |
|
165 |
|
166 // Indicates whether a pen or digitizer is available for input. |
|
167 // It has the values: 0 = a pen/digitizer is not available for |
|
168 // input; 1 = a pen/digitizeris present. |
|
169 // |
|
170 // <numeric type> / <boolean type> / <yes/no type> |
|
171 PEN = false |
|
172 |
|
173 // The pen/digitizer horizontal resolution, in pixels. |
|
174 // |
|
175 // <numeric type> |
|
176 PENX = 0 |
|
177 |
|
178 // The is the pen/digitizer vertical resolution, in pixels. |
|
179 // |
|
180 // <numeric type> |
|
181 PENY = 0 |
|
182 |
|
183 // Indicates whether a pen tap will turn the display on. |
|
184 // It has the values: 0 = a pen tap has no effect; 1 = a pent tap or |
|
185 // press enables the display. |
|
186 // |
|
187 // <numeric type> / <boolean type> / <yes/no type> |
|
188 PENDISPLAYON = no |
|
189 |
|
190 // Indicates whether the device can produce a click sound for each pen tap. |
|
191 // |
|
192 // It has the values: 0 = the device cannot produce a click sound 1 = |
|
193 // production of a click sound is supported by the device. |
|
194 // |
|
195 // <numeric type> / <boolean type> / <yes/no type> |
|
196 PENCLICK = yes |
|
197 |
|
198 // The maximum value for EPenClickVolume. |
|
199 // |
|
200 // <numeric type> |
|
201 PENCLICKVOLUMEMAX = 10 |
|
202 |
|
203 // Indicates whether a mouse is available for input. |
|
204 // |
|
205 // It has the values: 0 = there is no mouse available |
|
206 // or pen/digitizer present; 1 = a mouse is available for input. |
|
207 // |
|
208 // <numeric type> / <boolean type> / <yes/no type> |
|
209 MOUSE = false |
|
210 |
|
211 // The mouse horizontal resolution, in pixels. |
|
212 // |
|
213 // <numeric type> |
|
214 MOUSEX = 0 |
|
215 |
|
216 // The mouse vertical resolution, in pixels. |
|
217 // |
|
218 // <numeric type> |
|
219 MOUSEY = 0 |
|
220 |
|
221 // The number of buttons on the mouse. |
|
222 // |
|
223 // <numeric type> |
|
224 MOUSEBUTTONS = 3 |
|
225 |
|
226 // Indicates whether the device has a case switch, that actions when the case opens and closes. |
|
227 // It has values: 0 = no; 1 = yes. |
|
228 // |
|
229 // <numeric type> / <boolean type> / <yes/no type> |
|
230 CASESWITCH = true |
|
231 |
|
232 // The number of LEDs on the device. |
|
233 // |
|
234 // <numeric type> |
|
235 LEDS = 2 |
|
236 |
|
237 // Indicates how the phone hardware is connected. |
|
238 // |
|
239 // It has the values: 0 = phone hardware is not permanently |
|
240 // connected; 1 = phone hardware is permanently connected. |
|
241 // |
|
242 // <numeric type> / <boolean type> / <yes/no type> |
|
243 INTEGRATEDPHONE = false |
|
244 |
|
245 // (Undocumented) |
|
246 // |
|
247 // <numeric type> |
|
248 DISPLAYBRIGHTNESS = 10 |
|
249 |
|
250 // (Undocumented) |
|
251 // |
|
252 // <numeric type> |
|
253 DISPLAYBRIGHTNESSMAX = 10 |
|
254 |
|
255 // Indicates the state of the keyboard backlight. |
|
256 // It has the values: 0 = keyboard backlight is off; 1 = keyboard backlight is on. |
|
257 // |
|
258 // <numeric type> / <boolean type> / <yes/no type> |
|
259 KEYBOARDBACKLIGHTSTATE = 0 |
|
260 |
|
261 // Power supply to an accessory port. |
|
262 // |
|
263 // It has the values: 0 = turn off power to an accessory port on the device; |
|
264 // 1 = turn on power. |
|
265 // |
|
266 // <numeric type> / <boolean type> / <yes/no type> |
|
267 ACCESSORYPOWER = false |
|
268 |
|
269 // Defines the system drive (0-25) |
|
270 // |
|
271 // <numeric type> |
|
272 SYSTEMDRIVE = 2 // EDriveC |
|
273 |
|
274 // Indicates whether hardware floating point is available, and what type. |
|
275 // |
|
276 // <numeric type> |
|
277 FPHARDWARE = 0 |
|
278 |
|
279 // The number of HAL attributes. |
|
280 // |
|
281 // <numeric type> |
|
282 NUMHALATTRIBUTES = 10 |
|
283 |
|
284 // Language code for the device |
|
285 // |
|
286 // <numeric type> |
|
287 LANGUAGE = 2 //FRENCH |
|
288 |
|
289 |