haitest/bspsvs/suite/bsp/keypad/testdata/devlon52/t_keypad.ini
changeset 0 cec860690d41
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/haitest/bspsvs/suite/bsp/keypad/testdata/devlon52/t_keypad.ini	Tue Feb 02 01:39:10 2010 +0200
@@ -0,0 +1,156 @@
+# This is the global environment file to configure the specific device  keypad test suite.
+
+
+[keypad]
+# Platform-specific keypad information, e.gnumber of application and device keys, keyboard type etc.
+# Possible keypad type values: 1 - EKeyboard_Keypad (0x1), 2 - EKeyboard_Full (0x02)
+# Default keypad type value is 2 (EKeyboard_Full).
+keypad_type			=2
+keypad_device_keys		=0
+keypad_app_keys			=0
+keypad_click_volume_max		=1
+default_keypad_state_value	=1
+default_keypad_click_state_value=1
+# Key to use for passing tests when "automated" value is FALSE and user is prompted to pass or fail some tests
+pass_key_str			={keys, scancode_string24}
+pass_key			={keys, scancode24}
+
+
+[test_coverage]
+# Specifies how many keys (not modifiers) are being tested.
+# Possible values:
+# VeryLow	- 1/8 of the possible keys are tested.
+# Low		- 1/4 of the possible keys are tested.
+# Medium	- 1/2 of the possible keys are tested.
+# Full		- All possible keys are tested.
+test_coverage			=Low
+
+
+#
+# Scancodes and modifiers for specific device keypad
+#
+
+[keys]
+# Scancodes for specific device board
+scancode_string1		='1' key
+scancode1			='1'
+
+scancode_string2		='2' key
+scancode2			='2'
+
+scancode_string3		='3' key
+scancode3			='3'
+
+scancode_string4		='4' key
+scancode4			='4'
+
+scancode_string5		='5' key
+scancode5			='5'
+
+scancode_string6		='6' key
+scancode6			='6'
+
+scancode_string7		='7' key
+scancode7			='7'
+
+scancode_string8		='8' key
+scancode8			='8'
+
+scancode_string9		='9' key
+scancode9			='9'
+
+scancode_string10		='0' key
+scancode10			='0'
+
+scancode_string11		=Left green line key (top left)
+scancode11			=EStdKeyDevice0
+
+scancode_string12		=Blue key that looks like an orbit -> .()* (next to the last key clicked)
+scancode12			=EStdKeyApplication0
+
+scancode_string13		=Right green line key (top right)
+scancode13			=EStdKeyDevice1
+
+scancode_string14		=Green phone (Yes) key
+scancode14			=EStdKeyYes
+
+scancode_string15		=Backspace (C) key
+scancode15			=EStdKeyBackspace
+
+scancode_string16		=MM key
+scancode16			=EStdKeyApplication2
+
+scancode_string17		=Red phone (No) key
+scancode17			=EStdKeyNo
+
+scancode_string18		=Increase volume key
+scancode18			=EStdKeyIncVolume
+
+scancode_string19		=Decrease volume key 
+scancode19			=EStdKeyDecVolume
+
+scancode_string20		=Up arrow key 
+scancode20			=EStdKeyUpArrow
+
+scancode_string21		=Down arrow key 
+scancode21			=EStdKeyDownArrow
+
+scancode_string22		=Left arrow key 
+scancode22			=EStdKeyLeftArrow
+
+scancode_string23		=Right arrow key
+scancode23			=EStdKeyRightArrow
+
+scancode_string24		=Navi key (between the arrows)
+scancode24			=EStdKeyDevice3
+
+scancode_string25		=Asterisk (*) key
+scancode25			='*'
+
+scancode_string26		=Hash (#) key
+scancode26			=EStdKeyHash
+
+scancode_string27		=X1 key
+scancode27			=EStdKeyF1
+
+scancode_string28		=X2 key
+scancode28			=EStdKeyF2
+
+scancode_string29		=X3 key
+scancode29			=EStdKeyApplication19
+
+scancode_string30		=X4 key
+scancode30			=EStdKeyF4
+
+scancode_string31		=X5 key
+scancode31			=EStdKeyApplication1A
+
+scancode_string32		=X6 key
+scancode32			=EStdKeyF6
+
+scancode_string33		=X7 key
+scancode33			=EStdKeyF7
+
+scancode_string34		=X8 key
+scancode34			=EStdKeyF8
+
+scancode_string35		=X9 key
+scancode35			=EStdKeyF9
+
+
+[modifiers]
+# Modifiers for specific device board
+modifier_string1		=Pencil (Shift) key
+modifier1			=EStdKeyLeftShift
+
+
+[multiple_key_sets]
+# Sets with multiple keys for specific device platform
+set1_scancode_string1		={modifiers, modifier_string1}
+set1_scancode1			={modifiers, modifier1}
+set1_scancode_string2		={keys, scancode_string26}
+set1_scancode2			={keys, scancode26}
+set1_scancode_string3		={keys, scancode_string31}
+set1_scancode3			={keys, scancode31}
+set1_scancode_string4		={keys, scancode_string34}
+set1_scancode4			={keys, scancode34}