tizen 2.3.1 release
[external/buxton.git] / data / buxton.conf
1 #
2 # Default buxton config file
3 #
4
5 [Configuration]
6 #ModuleDirectory=${libdir}/buxton
7 #DatabasePath=${localstatedir}/lib/buxton
8 #SmackLoadFile=/sys/fs/smackfs/load2
9 #SocketPath=/run/buxton-0
10
11 [base]
12 Type=System
13 Backend=gdbm
14 Description=Operating System configuration layer
15 Priority=0
16 # This will end up being a file at @@DB_PATH@@/base.db
17
18 [ro-base]
19 Type=System
20 Backend=gdbm
21 Description=Operating System configuration layer
22 Priority=0
23 #Access=read-only
24 # This will end up being a file at @@DB_PATH@@/base.db
25
26 [isp]
27 Type=System
28 Backend=gdbm
29 Description=ISP specific settings
30 Priority=1
31 # This will end up being a file at @@DB_PATH@@/isp.db
32
33 [temp]
34 Type=System
35 Backend=memory
36 Priority=99
37 Description=A temporary layer for scratch settings and data
38 # This will not end up in any file
39
40 [user]
41 Type=User
42 Backend=gdbm
43 Priority=1000
44 Description=Per-user settings
45 # This will end up in @@DB_PATH@@/user-<uid>.db