blob: 9efba022e462a58bf9575da292df0eb748ec749c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
[core]
shell=
modules=error_but_no_problem_for_test.so
# This is Error for Test(No Problem)
[shell]
num-workspaces=1
shell-exe=
locking=false
animation=zoom
startup-animation=fade
[input-method]
#path=/bin/weekeyboard
path=
#[output]
#name=HDMI1
#transform=90
#[output]
#name=HDMI3
#transform=90
#[output]
#name=VGA1
#mode=off
#[output]
#name=UNKNOWN1
#transform=90
[ivi-plugin]
modules=/usr/lib/weston/ivi-shell.so,ico_window_mgr.so,ico_window_animation.so,ico_input_mgr.so
[ivi-display]
# logical display number list
displayno=1,0
[ivi-animation]
# default animation name
default=fade
# default animation time(ms)
time=500
# default animation frame rate(frame/sec)
fps=15
[ivi-option]
# option flags (but not used)
flag=0x0000
# debug log output level and debug flag
# lower 16 bit: log level(0=no/1=err/2=warn/3=info/4=trace/5=debug)
# upper 16 bit: debug flag(0x00010000: performance log)
log=0x00010005
|