diff -r 000000000000 -r ba25891c3a9e secureswitools/swisistools/test/tinterpretsisinteg/testdatap007/testinterpretsisconfigp007.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/secureswitools/swisistools/test/tinterpretsisinteg/testdatap007/testinterpretsisconfigp007.ini Thu Dec 17 08:51:10 2009 +0200 @@ -0,0 +1,284 @@ +// Identifies the manufacturer of a device. If this is not enumerated in TManufacturer, +// then the manufacturer must obtain a value from the Symbian registry. +// +// +MANUFACTURER = 0x00000002 + +// The device specific hardware version number, as defined by the device manufacturer. +// +// +MANUFACTURERHARDWAREREV = 0x100 + +// The device specific version number, as defined by the device manufacturer. +// +// +MANUFACTURERSOFTWAREREV = 0x200 + +// The device specific software version number, as defined by the device manufacturer. +// +// +MANUFACTURERSOFTWAREBUILD = 300 + +// This is device specific model number, as defined by the device manufacturer. +// +// +MODEL = 0x101FB3E8 + +// This is the device specific UID, It is unique to the class /model of device. +// A value must be obtained from Symbian's UID registry for this attribute. +// +// +MACHINEUID = 0x20000606 + +// The Symbian OS specified device family identifier. If the device family is not +// one of those enumerated by TDeviceFamily, then the licensee must obtain a UID +// from Symbian for this attribute. +// +// +DEVICEFAMILY = 0x700 + +// The Symbian OS specified device family version +// +// +DEVICEFAMILYREV = 0x700 + +// The CPU architecture used by this device. The values are enumerated by TCPU. +// +// +CPU = 0 + +// A revision number for the CPU architecture. +// +// +CPUARCH = 0 + +// This is the default ABI used by CPU for user applications. The values are +// enumerated by HALData::TCPUABI. +// +// +CPUABI = 1 + +// The processor speed in KHz. +// +// +CPUSPEED = 666 + +// The time between system ticks, in microseconds. +// +// +SYSTEMTICKPERIOD = 2 + +// The total system RAM, in bytes. +// +// +MEMORYRAM = 999 + +// The currently free system RAM. +// +// +MEMORYRAMFREE = 0x11223344 + +// The total System ROM, in bytes. +// +// +MEMORYROM = 0xDEADBEEF + +// The MMU page size in bytes. +// +// +MEMORYPAGESIZE = 1024 + +// Indicates whether a backup power supply is available. It has the +// values: 0 = the device does not support (or need) a backup battery +// source; 1 = a backup batter source is present. This is dynamic +// and readonly +// +// / / +POWERBACKUP = false + +// A bitmask that describes the available keyboard types (it may support more than one). +// +// +KEYBOARD = 1 + +// (No documentation) +// +// +KEYBOARDDEVICEKEYS = 3 + +// (No documentation) +// +// +KEYBOARDAPPKEYS = 0 + +// Indicates whether the device can produce a click sound for each keypress. +// It has the values: 0 = the device cannot produce a click sound for each +// keypress; 1 = the device can produce a click sound. +// +// / / +KEYBOARDCLICK = 1 // Can also be true/false + +// The maximum value for EKeyboardClickVolume +// +// +KEYBOARDCLICKVOLUMEMAX = 10 + +// The screen horizontal dimension in pixels. +// +// +DISPLAYXPIXELS = 640 + +// The screen vertical dimension in pixels. +// +// +DISPLAYYPIXELS = 480 + +// The screen horizontal dimension in twips. +// +// +DISPLAYXTWIPS = 3200 + +// The screen vertical dimension in twips. +// +// +DISPLAYYTWIPS = 1440 + +// The number of hues (colors or shades of grey) displayable on the screen. +// +// +DISPLAYCOLORS = 0x1000 + +// The maximum value for EDisplayContrast +// +// +DISPLAYCONTRASTMAX = 0x666 + +// Indicates whether there is a backlight on the device. +// It has the values: 0 = there is no screen backlight; +// 1 = a screen backlight is present. +// +// / / +BACKLIGHT = false + +// Indicates whether a pen or digitizer is available for input. +// It has the values: 0 = a pen/digitizer is not available for +// input; 1 = a pen/digitizeris present. +// +// / / +PEN = false + +// The pen/digitizer horizontal resolution, in pixels. +// +// +PENX = 0 + +// The is the pen/digitizer vertical resolution, in pixels. +// +// +PENY = 0 + +// Indicates whether a pen tap will turn the display on. +// It has the values: 0 = a pen tap has no effect; 1 = a pent tap or +// press enables the display. +// +// / / +PENDISPLAYON = no + +// Indicates whether the device can produce a click sound for each pen tap. +// +// It has the values: 0 = the device cannot produce a click sound 1 = +// production of a click sound is supported by the device. +// +// / / +PENCLICK = yes + +// The maximum value for EPenClickVolume. +// +// +PENCLICKVOLUMEMAX = 10 + +// Indicates whether a mouse is available for input. +// +// It has the values: 0 = there is no mouse available +// or pen/digitizer present; 1 = a mouse is available for input. +// +// / / +MOUSE = false + +// The mouse horizontal resolution, in pixels. +// +// +MOUSEX = 0 + +// The mouse vertical resolution, in pixels. +// +// +MOUSEY = 0 + +// The number of buttons on the mouse. +// +// +MOUSEBUTTONS = 3 + +// Indicates whether the device has a case switch, that actions when the case opens and closes. +// It has values: 0 = no; 1 = yes. +// +// / / +CASESWITCH = true + +// The number of LEDs on the device. +// +// +LEDS = 2 + +// Indicates how the phone hardware is connected. +// +// It has the values: 0 = phone hardware is not permanently +// connected; 1 = phone hardware is permanently connected. +// +// / / +INTEGRATEDPHONE = false + +// (Undocumented) +// +// +DISPLAYBRIGHTNESS = 10 + +// (Undocumented) +// +// +DISPLAYBRIGHTNESSMAX = 10 + +// Indicates the state of the keyboard backlight. +// It has the values: 0 = keyboard backlight is off; 1 = keyboard backlight is on. +// +// / / +KEYBOARDBACKLIGHTSTATE = 0 + +// Power supply to an accessory port. +// +// It has the values: 0 = turn off power to an accessory port on the device; +// 1 = turn on power. +// +// / / +ACCESSORYPOWER = false + +// Defines the system drive (0-25) +// +// +SYSTEMDRIVE = 2 // EDriveC + +// Indicates whether hardware floating point is available, and what type. +// +// +FPHARDWARE = 0 + +// The number of HAL attributes. +// +// +NUMHALATTRIBUTES = 10 + +// Language code for the device +// +// +LANGUAGE = 2 //FRENCH