configurationengine/source/plugins/symbian/ConeCRMLPlugin/CRMLPlugin/tests/comp_project_1/Layer1/implml/00000004_key_type_changed.crml
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
permissions -rw-r--r--
Adding EPL version of configurationengine.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
<repository xmlns="http://www.s60.com/xml/cenrep/1" uidName="KeyTypeChanged" uidValue="0x00000004">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
  <access type="R" capabilities="ReadDevideData" sid="0x12344321"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
  <access type="W" capabilities="WriteDeviceData" sid="0x43211234"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
  
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
  <key int="0x00000001" type="int" ref="Foo/Bar" name="Simple key to bitmask key"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
  <key int="0x00000002" type="int" name="Bitmask key to simple key">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
    <bit ref="Foo/Bit1">1</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
  </key>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
  <key int="0x00000003" type="int" name="Bitmask key to simple key (other attrs changed also)" backup="true" readOnly="true">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
    <access type="R" capabilities="ReadDeviceData" sid="0xAABBCCDD"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
    <access type="W" capabilities="WriteDeviceData" sid="0xDDCCBBAA"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
    <bit ref="Foo/Bit1">1</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
  </key>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
</repository>