configurationengine/source/plugins/symbian/ConeCRMLPlugin/CRMLPlugin/tests/validation_project/Layer1/implml/00000003_duplicate_uids.crml
author m2lahtel
Tue, 10 Aug 2010 14:29:28 +0300
changeset 3 e7e0ae78773e
permissions -rw-r--r--
ConE 1.2.11 release

<?xml version="1.0" encoding="UTF-8"?>
<repository xmlns="http://www.s60.com/xml/cenrep/1" uidName="DuplicateUids" uidValue="0x00000003">
    <access type="R" capabilities="AlwaysPass"/>
    <access type="W" capabilities="AlwaysPass"/>

    <key ref="DuplicateUids/Int1" name="Int 1" int="0x00000001" type="int"/>
    <key ref="DuplicateUids/Int2" name="Int 2" int="0x00000001" type="int"/>
    <key ref="DuplicateUids/Int3" name="Int 3" int="0x00000001" type="int"/>
    
    <key ref="DuplicateUids/Int1" name="Int 1" int="0x00000002" type="int"/>
    <key ref="DuplicateUids/Int2" name="Int 2" int="0x00000002" type="int"/>
  
    <key name="Bitmask" type="int" int="0x1">
        <bit ref="DuplicateUids/Boolean1">1</bit>
        <bit ref="DuplicateUids/Boolean2">1</bit>
        <bit ref="DuplicateUids/Boolean3">1</bit>
        <bit ref="DuplicateUids/Boolean4">1</bit>
        
        <bit ref="DuplicateUids/Boolean1">2</bit>
        <bit ref="DuplicateUids/Boolean2">2</bit>
    </key>
    
    <keyRange firstInt="0x00010000" lastInt="0x0001FFFF" ref="DuplicateUids/Sequence" indexBits="0xFF00" firstIndex="0">
        <key ref="Int1" name="Int 1" int="0x00000001"/>
        <key ref="Int2" name="Int 2" int="0x0000001"/>
        <key ref="Int3" name="Int 3" int="0x000001"/>
        <key ref="Int4" name="Int 4" int="0x00001"/>
        
        <key ref="Int1" name="Int 1" int="0x00000002"/>
        <key ref="Int2" name="Int 2" int="0x0000002"/>
    </keyRange>
</repository>