Bugfix for TIVI-1997, TIVI-2244, TIVI-2256, A ivi cursor layer may pick up a touch...
[profile/ivi/ico-uxf-weston-plugin.git] / tests / weston.ini
1 [core]
2 shell=
3 modules=error_but_no_problem_for_test.so
4 # This is Error for Test(No Problem)
5
6 [shell]
7 num-workspaces=1
8 shell-exe=
9 locking=false
10 animation=zoom
11 startup-animation=fade
12
13 [input-method]
14 #path=/bin/weekeyboard
15 path=
16
17 #[output]
18 #name=HDMI1
19 #transform=90
20
21 #[output]
22 #name=HDMI3
23 #transform=90
24
25 #[output]
26 #name=VGA1
27 #mode=off
28
29 [ivi-plugin]
30 modules=ico_ivi_shell.so,ico_window_mgr.so,ico_window_animation.so,ico_input_mgr.so
31
32 [ivi-display]
33 # logical display number list
34 displayno=1,0
35 # default input panel display
36 inputpanel=0
37
38 [ivi-layer]
39 # background layer id
40 background=0
41 # default(panel) layer id
42 default=1
43 # touch panel layer id
44 touch=101
45 # cursor layer id
46 cursor=102
47 # layer id at the time of the system startup
48 startup=103
49 # input panel layer decoration (magnification rate(%);difference from the bottom)
50 inputpaneldeco=120;132
51
52 [ivi-animation]
53 # default animation name;time;rate(frame/sec)
54 default=fade;500;30
55 # input panel surface animation(name;time)
56 inputpanel=fade;200
57
58 [ivi-option]
59 # option flags
60 #  0x0001 1=show surface at screen create if HomeScreen exist/0=not show surface at create
61 #  0x0002 1=1=show if display not exist/0=not show if display not exist
62 #  0x0004 1=show input panel automatically/0=not show automaticaly
63 #  0x0080 1=surface fixed aspect rate/0=not fixed aspect rate
64 #  0x8000 1=no use GPU dependent acceleration
65 #  0x1000 1=force use Intel Sandybridge Mobile GPU dependent acceleration
66 flag=0x0004
67
68 # debug log output level and debug flag
69 #  lower 16 bit: log level(0=no/1=err/2=warn/3=info/4=trace/5=debug)
70 #  upper 16 bit: debug flag(0x00010000: performance log)
71 log=0x00010005