settingsengines/sdb/tests/config/XML/bad1.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="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>