settingsengines/sdb/tests/config/XML/bad1.xml
changeset 1 b538b70cbe51
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/settingsengines/sdb/tests/config/XML/bad1.xml	Thu Mar 11 18:20:56 2010 +0200
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<sym:sdbcreator 
+	version="1.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="write" always="pass"/> 
+
+    <policy VID="1234" type="schema">
+      <capability type="TrustedUI"/>
+      <capability type="PowerMgmt"/>
+      <capability type="DRM"/>
+      <capability type="DRM"/>
+      <capability type="Location"/>
+    </policy>
+
+    <policy type="ReadWrong">
+      <capability type="Location"/>
+      <capability type="PowerMgmt"/>
+      <capability type="DRM"/>
+      <capability type="TrustedUI"/>
+      <capability type="SurroundingsDD"/>
+    </policy>
+
+    <policy type="read">
+      <capability type="TrustedUI"/>
+      <capability type="Location"/>
+      <capability type="SurroundingsDD"/>
+      <capability type="DRM"/>
+      <capability type="PowerMgmt"/>
+      <capability type="UserEnvironment"/>
+      <capability type="SwEvent"/>
+      <capability type="TCB"/>
+    </policy>
+    
+    <policy/>
+
+    <configuration name="page_size" value="513"/>
+    <configuration name="encoding" value="UTF_167"/>
+	<configuration name="encodingwrong" value="UTF_167"/>
+
+</sym:sdbcreator>