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