Abolished the touch panel (include the calibration) support.
[profile/ivi/ico-uxf-device-input-controller.git] / settings / drivingforcegt.conf
1 ## Multi Input Controller Configurations for GtForce
2 ##  /opt/etc/ico/device-input-controller/gtforce_g25.conf
3 ##      Sep-08-2013
4
5 ## Device
6 [device]
7 # Device Name
8 name=Driving Force GT
9 # Device Input Controller
10 dic=ico_uxf_dic-gtforce
11 # Device type('8' is input switch)
12 type=8
13 # ECU Id
14 ecu=0
15
16 ## Input Switch
17 [input]
18 ## UpDown key input
19 0=JS_UPDOWN
20 # input event from device(type;number)
21 0.event=2;4
22 # event code to Multi Input Manager(Up;Down)
23 0.code=10:Up;11:Down
24 # fixed send appid (if fixed switch) ... send key event(Up='U',Down='D') to HapticDaemon
25 0.fixed=10:appid=ico_uxf_dic-haptic:key=22;11:appid=ico_uxf_dic-haptic:key=32
26
27 ## LeftRight key input
28 1=JS_LR
29 # input event from device(type;number)
30 1.event=2;3
31 # event code to Multi Input Manager(Left;Right)
32 1.code=20:Left;21:Right
33 # fixed send appid (if fixed switch) ... send key event(Left='L',Right='R') to HapticDaemon
34 1.fixed=20:appid=ico_uxf_dic-haptic:key=38;21:appid=ico_uxf_dic-haptic:key=19
35
36 ## CROSS Button input
37 2=JS_CROSS
38 # input event from device(type;number)
39 2.event=1;0
40 # event code to Multi Input Manager
41 2.code=30
42 2.fixed=appid=org.tizen.ico.homescreen:key=50
43
44 ## SQUARE Button input
45 3=JS_SQUARE
46 # input event from device(type;number)
47 3.event=1;1
48 # event code to Multi Input Manager
49 3.code=40
50 3.fixed=shell=/opt/etc/ico/device-input-controller/set_navi_busguide.sh
51
52 ## CIRCLE Button input
53 4=JS_CIRCLE
54 # input event from device(type;number)
55 4.event=1;2
56 # event code to Multi Input Manager
57 4.code=50
58 4.fixed=appid=ico_uxf_dic-haptic:key=24
59
60 ## TRIANGLE Button input
61 5=JS_TRIANGLE
62 # input event from device(type;number)
63 5.event=1;3
64 # event code to Multi Input Manager
65 5.code=60
66 # fixed start shell script
67 5.fixed=shell=/opt/etc/ico/device-input-controller/set_daynight.sh
68
69 ## PS Button
70 6=JS_PS
71 6.event=1;20
72 6.code=101
73 6.fixed=shell=/opt/etc/ico/device-input-controller/set_navi_destination.sh
74
75 ## Home Button
76 #7=JS_HOME
77 #7.event=1;19
78 #7.code=102
79
80 ## Enter Button
81 #8=JS_ENTER
82 #8.event=1;14
83 #8.code=103
84
85 ## Start Button
86 #9=JS_START
87 #9.event=1;9
88 #9.code=104
89
90 ## Select Button
91 #10=JS_SELECT
92 #10.event=1;8
93 #10.code=105
94
95 ## + Button
96 #11=JS_PLUS
97 #11.event=1;15
98 #11.code=111
99
100 ## - Button
101 #12=JS_MINUS
102 #12.event=1;18
103 #12.code=112
104