[Fix:Conflict]Changed the animation of a default defined from none to fade.
[profile/ivi/ico-uxf-weston-plugin.git] / tests / weston_ivi_plugin.ini
1 [plugin]
2 modules=ico_ivi_common.so,ico_ivi_shell.so,ico_window_mgr.so,ico_window_animation.so,ico_input_mgr.so
3
4 [shell]
5 # default animation
6 animation=fade
7 # animation time (ms)
8 animation_time=500
9 # animation frame rate(frame/sec)
10 animation_fps=15
11
12 # 0=hide on surface create(for with HomeScreen)/1=show on surface create(for Debug)
13 visible_on_create=0
14
15 [debug]
16 # option flag
17 #  0x00000001 : =1, At the time of unvisible of surface, it travels surface outside a screen.
18 #             : =0, Exclude surface of the unvisible from a list of surface of Westons.
19 option_flag=1
20
21 # 0=no debug write(1=err/2=warn/3=info/4=debug)
22 ivi_debug=4
23