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