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