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