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 <configuration name="page_size" value="2048"/> |
|
9 <configuration name="encoding" value="UTF_8"/> |
|
10 |
|
11 </database> |
|
12 |
|
13 <database type="dbms"> |
|
14 |
|
15 <!-- none security settings available as for now, |
|
16 parser would have to validate it manually? |
|
17 or would just ignore them--> |
|
18 |
|
19 <configuration name="locale" value="./library.dll"/> |
|
20 <configuration name="block_size" value="2048"/> |
|
21 <configuration name="cluster_size" value="2048"/> |
|
22 |
|
23 </database> |
|
24 |
|
25 |
|
26 </sdb:sdb> |