settingsengines/sdb/tests/config/XML/nextVersion.xml
changeset 1 b538b70cbe51
equal deleted inserted replaced
0:2e8eeb919028 1:b538b70cbe51
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <sdb:sdb version="2.0"	
       
     3 	xmlns:sdb="http://www.symbian.com/sdbcreator/symbiansecuritysettings"
       
     4 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       
     5 
       
     6     <database type="sqlite">     
       
     7 
       
     8             <policy type="default" always="pass"/>
       
     9             <policy VID="f" type="schema">
       
    10                   <capability type="TrustedUI"/>
       
    11                   <capability type="PowerMgmt"/>
       
    12                  <capability type="DRM"/>
       
    13             </policy>
       
    14 
       
    15             <configuration name="page_size" value="512"/>
       
    16             <configuration name="encoding" value="UTF_16"/>
       
    17 
       
    18     </database>   
       
    19 
       
    20     <database type="dbms">     
       
    21 
       
    22           <!--   none security settings available as for now,
       
    23              parser would have to validate it manually?
       
    24              or would just ignore them-->
       
    25 
       
    26             <configuration name="locale" value="./locale.dll"/>
       
    27             <configuration name="block_size" value="4096"/>
       
    28             <configuration name="cluster_size" value="4096"/>
       
    29 
       
    30     </database>   
       
    31     
       
    32    <common>
       
    33             <applicable type="dbms"/>
       
    34             <applicable type="sqlite"/>
       
    35 
       
    36             <database>
       
    37                <policy type="default" always="pass"/>
       
    38                <configuration name="cluster_size" value="4096"/>
       
    39           </database>
       
    40 
       
    41    </common>
       
    42 
       
    43 </sdb:sdb>