settingsengines/sdb/testdata/PlatSec/DefaultAndWrite.xml
changeset 1 b538b70cbe51
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/settingsengines/sdb/testdata/PlatSec/DefaultAndWrite.xml	Thu Mar 11 18:20:56 2010 +0200
@@ -0,0 +1,19 @@
+<?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="default" always="pass"/> 
+
+    <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