configurationengine/source/plugins/symbian/ConeCRMLPlugin/CRMLPlugin/tests/validation_project/Layer1/implml/00000003_duplicate_uids.crml
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <repository xmlns="http://www.s60.com/xml/cenrep/1" uidName="DuplicateUids" uidValue="0x00000003">
       
     3     <access type="R" capabilities="AlwaysPass"/>
       
     4     <access type="W" capabilities="AlwaysPass"/>
       
     5 
       
     6     <key ref="DuplicateUids/Int1" name="Int 1" int="0x00000001" type="int"/>
       
     7     <key ref="DuplicateUids/Int2" name="Int 2" int="0x00000001" type="int"/>
       
     8     <key ref="DuplicateUids/Int3" name="Int 3" int="0x00000001" type="int"/>
       
     9     
       
    10     <key ref="DuplicateUids/Int1" name="Int 1" int="0x00000002" type="int"/>
       
    11     <key ref="DuplicateUids/Int2" name="Int 2" int="0x00000002" type="int"/>
       
    12   
       
    13     <key name="Bitmask" type="int" int="0x1">
       
    14         <bit ref="DuplicateUids/Boolean1">1</bit>
       
    15         <bit ref="DuplicateUids/Boolean2">1</bit>
       
    16         <bit ref="DuplicateUids/Boolean3">1</bit>
       
    17         <bit ref="DuplicateUids/Boolean4">1</bit>
       
    18         
       
    19         <bit ref="DuplicateUids/Boolean1">2</bit>
       
    20         <bit ref="DuplicateUids/Boolean2">2</bit>
       
    21     </key>
       
    22     
       
    23     <keyRange firstInt="0x00010000" lastInt="0x0001FFFF" ref="DuplicateUids/Sequence" indexBits="0xFF00" firstIndex="0">
       
    24         <key ref="Int1" name="Int 1" int="0x00000001"/>
       
    25         <key ref="Int2" name="Int 2" int="0x0000001"/>
       
    26         <key ref="Int3" name="Int 3" int="0x000001"/>
       
    27         <key ref="Int4" name="Int 4" int="0x00001"/>
       
    28         
       
    29         <key ref="Int1" name="Int 1" int="0x00000002"/>
       
    30         <key ref="Int2" name="Int 2" int="0x0000002"/>
       
    31     </keyRange>
       
    32 </repository>