tizen 2.3 release
[external/buxton.git] / test / test-configurator.conf
1 #
2 # Test config for buxton configurator
3 #
4
5 [Configuration]
6 ModuleDirectory=/shut/your/mouth
7 DatabasePath=/you/are/so/suck
8 SmackLoadFile=/smack/smack/smack
9 SocketPath=/hurp/durp/durp
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 [isp]
19 Type=System
20 Backend=gdbm
21 Description=ISP specific settings
22 Priority=1
23 # This will end up being a file at @@DB_PATH@@/isp.db
24
25 [temp]
26 Type=System
27 Backend=memory
28 Priority=99
29 Description=A termporary layer for scratch settings and data
30 # This will not end up in any file
31
32 [user]
33 Type=User
34 Backend=gdbm
35 Priority=1000
36 Description=Per-user settings
37 # This will end up in @@DB_PATH@@/user-<uid>.db
38
39 [test-gdbm]
40 Type=System
41 Backend=gdbm
42 Priority=5000
43 Description="GDBM test db"
44
45 [test-memory]
46 Type=System
47 Backend=memory
48 Priority=5001
49 Description="Memory test db"
50
51 [test-gdbm-user]
52 Type=User
53 Backend=gdbm
54 Priority=6000
55 Description=GDBM test db for user