bug fix: TC-1152
[profile/ivi/ico-uxf-homescreen.git] / res / org.tizen.ico.homescreen / res / config / homescreen.conf
1 #===========================================================================
2 #
3 #   HomeScreen application configuration file
4 #
5 #===========================================================================
6
7 #---------------------------------------------------------------------------
8 #   HomeScreen application setting
9 #
10 #   -- statusbar
11 #       StatusBar application id
12 #   -- onscreen
13 #       OnScreen application id
14 #   -- background
15 #       HomeScreen background picture file path
16 #   -- menu
17 #       HomeScreen menu background
18 #         picture file name: picture as menu background
19 #         transparent: see under runing APP window
20 #---------------------------------------------------------------------------
21 [homescreen]
22 statusbar=org.tizen.ico.statusbar
23 onscreen=org.tizen.ico.onscreen
24 background=Home_default.jpg
25 menu=bg_bk.png
26 #menu=transparent
27
28 #---------------------------------------------------------------------------
29 #   HomeScreen application log setting
30 #
31 #   -- filename
32 #       log file name
33 #   -- loglevel
34 #       none        : all level log print off
35 #       all         : all level log print on
36 #       performance : perfromance log print on
37 #       trace       : trace log print on
38 #       debug       : debug log print on
39 #       info        : info log print on
40 #       warning     : warning log print on
41 #       critical    : critical print on
42 #       error       : error print on
43 #   -- logflush
44 #       on  : log output with log flush
45 #       off : log output without log flush
46 #   -- ecorelog
47 #       on  : ecore log print enabled
48 #       off : ecore log print disabled
49 #---------------------------------------------------------------------------
50 [log]
51 filename=HomeScreen
52 loglevel=all
53 logflush=on
54 ecorelog=off
55
56 #---------------------------------------------------------------------------
57 #   HomeScreen operation sound setting
58 #
59 #   -- commnad
60 #       paly sound commnad
61 #           volume  0...65536
62 #   -- operation
63 #       operation sound file path
64 #   -- success
65 #       success sound file path
66 #   -- failure
67 #       failure sound file path
68 #---------------------------------------------------------------------------
69 [sound]
70 command=paplay --device=0 --volume=30000 --stream-name=HOMESCREEN_BEEP
71 operation=operation.wav
72 success=success.wav
73 failure=failure.wav
74
75 #---------------------------------------------------------------------------
76 #   HomeScreen application history setting
77 #
78 #   -- timer
79 #       swipe operation timeout value[sec]
80 #   -- manage_off_app
81 #       Application to be excluded from history management
82 #       specify the application ID, separated by semicolons
83 #   -- write_off_app
84 #       Application to be excluded from history record
85 #---------------------------------------------------------------------------
86 [app_history]
87 timer=10
88 manage_off_app=org.tizen.ico.homescreen;org.tizen.ico.statusbar
89 write_off_app=org.tizen.ico.login
90
91 #---------------------------------------------------------------------------
92 #   application's window move to second display setting
93 #
94 #   -- keyname
95 #       trigger switch keycode
96 #   -- movezone
97 #       zonename on second display
98 #   -- animation
99 #       animation name on move
100 #   -- animatime
101 #       animation time on move[ms]
102 #---------------------------------------------------------------------------
103 [switchzone]
104 keyname=m
105 movezone=Mid.Left
106 animation=Fade
107 animatime=400
108
109 #---------------------------------------------------------------------------
110 #   control bar shortcut setting
111 #
112 #   -- shortcut_app0
113 #       application id of the 1st shortcut from the left
114 #   -- shortcut_app1
115 #       application id of the 2nd shortcut from the left
116 #   -- shortcut_app2
117 #       application id of the 3rd shortcut from the left
118 #   -- shortcut_app3
119 #       application id of the 4th shortcut from the left
120 #---------------------------------------------------------------------------
121 [controlbar]
122 shortcut_app0=t8j6HTRpuz.MediaPlayer
123 shortcut_app1=
124 shortcut_app2=
125 shortcut_app3=
126
127 #---------------------------------------------------------------------------
128 #   standerd swith trigger setting
129 #
130 #   -- homekeyname
131 #       trigger home switch keyname
132 #   -- backkeyname
133 #       trigger back switch keyname
134 #   -- menukeyname
135 #       trigger menu switch keyname
136 #---------------------------------------------------------------------------
137 [standardswitch]
138 homekeyname=h
139 backkeyname=b
140 menukeyname=l
141
142 # vim:set expandtab ts=4 sw=4: