settingsengines/sdb/testdata/PlatSec/All.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Tue, 26 Oct 2010 10:43:50 +0100
changeset 8 a2e65c705db8
parent 1 b538b70cbe51
permissions -rw-r--r--
Fix for bug when joining where ID prefixes would be added even if they use the default ID namespace

<?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 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>