--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/settingsengines/sdb/tests/config/XML/secBadVersion.xml Thu Mar 11 18:20:56 2010 +0200
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<sym:sdbcreator
+ version="3.0"
+ xmlns:sym="http://www.symbian.com/sdbcreator/symbiansecuritysettings"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.symbian.com/sdbcreator/symbiansecuritysettings schema.xsd ">
+
+ <policy type="default" always="pass"/>
+
+ <policy VID="1234" type="schema">
+ <capability type="TrustedUI"/>
+ <capability type="PowerMgmt"/>
+ <capability type="DRM"/>
+ </policy>
+
+ <policy type="read">
+ <capability type="Location"/>
+ <capability type="PowerMgmt"/>
+ <capability type="DRM"/>
+ <capability type="TrustedUI"/>
+ <capability type="SurroundingsDD"/>
+ </policy>
+
+ <policy SID="78" type="write">
+ <capability type="TrustedUI"/>
+ <capability type="Location"/>
+ </policy>
+
+ <configuration name="page_size" value="512"/>
+ <configuration name="encoding" value="UTF_16"/>
+
+
+</sym:sdbcreator>
\ No newline at end of file