equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <sdb:sdb version="2.0" |
|
3 xmlns:sdb="http://www.symbian.com/sdbcreator/symbiansecuritysettings" |
|
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
5 |
|
6 <database type="sqlite"> |
|
7 |
|
8 <policy type="default" always="pass"/> |
|
9 <policy VID="f" type="schema"> |
|
10 <capability type="TrustedUI"/> |
|
11 <capability type="PowerMgmt"/> |
|
12 <capability type="DRM"/> |
|
13 </policy> |
|
14 |
|
15 <configuration name="page_size" value="2048"/> |
|
16 <configuration name="encoding" value="UTF_8"/> |
|
17 |
|
18 </database> |
|
19 |
|
20 <database type="dbms"> |
|
21 |
|
22 <!-- none security settings available as for now, |
|
23 parser would have to validate it manually? |
|
24 or would just ignore them--> |
|
25 |
|
26 <policy type="default" always="pass"/> |
|
27 <policy VID="f" type="schema"> |
|
28 <capability type="TrustedUI"/> |
|
29 <capability type="PowerMgmt"/> |
|
30 <capability type="DRM"/> |
|
31 </policy> |
|
32 |
|
33 <configuration name="locale" value="./library.dll"/> |
|
34 <configuration name="block_size" value="2048"/> |
|
35 <configuration name="cluster_size" value="2048"/> |
|
36 |
|
37 </database> |
|
38 |
|
39 |
|
40 </sdb:sdb> |