summaryrefslogtreecommitdiff
path: root/packaging/tizen.conf
blob: dabe2b6d25476c20e00faaba43e4a552425fe0ac (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
#
# buxton config file for Tizen
#

[Configuration]
#ModuleDirectory=${libdir}/buxton
#DatabasePath=${localstatedir}/lib/buxton
#SmackLoadFile=/sys/fs/smackfs/load2
#SocketPath=/run/buxton-0

[base]
Type=System
Backend=gdbm
Description=Operating System configuration layer
Priority=0
# This will end up being a file at @@DB_PATH@@/base.db

[isp]
Type=System
Backend=gdbm
Description=ISP specific settings
Priority=1
# This will end up being a file at @@DB_PATH@@/isp.db

[temp]
Type=System
Backend=memory
Priority=99
Description=A termporary layer for scratch settings and data
# This will not end up in any file

[user]
Type=User
Backend=gdbm
Priority=1000
Description=Per-user settings
# This will end up in @@DB_PATH@@/user-<uid>.db