settingsengines/sdb/tests/config/XML/secNoVersion.xml
changeset 1 b538b70cbe51
equal deleted inserted replaced
0:2e8eeb919028 1:b538b70cbe51
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <sym:sdbcreator 
       
     3 	xmlns:sym="http://www.symbian.com/sdbcreator/symbiansecuritysettings"
       
     4 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       
     5 	xsi:schemaLocation="http://www.symbian.com/sdbcreator/symbiansecuritysettings schema.xsd ">
       
     6       
       
     7     <policy type="default" always="pass"/> 
       
     8 
       
     9     <policy VID="1234" type="schema">
       
    10       <capability type="TrustedUI"/>
       
    11       <capability type="PowerMgmt"/>
       
    12       <capability type="DRM"/>
       
    13     </policy>
       
    14 
       
    15     <policy type="read">
       
    16       <capability type="Location"/>
       
    17       <capability type="PowerMgmt"/>
       
    18       <capability type="DRM"/>
       
    19       <capability type="TrustedUI"/>
       
    20       <capability type="SurroundingsDD"/>
       
    21     </policy>
       
    22 
       
    23     <policy SID="78" type="write">
       
    24       <capability type="TrustedUI"/>
       
    25       <capability type="Location"/>
       
    26     </policy>  
       
    27 
       
    28     <configuration name="page_size" value="512"/>
       
    29     <configuration name="encoding" value="UTF_16"/>
       
    30 
       
    31 
       
    32 </sym:sdbcreator>