configurationengine/source/plugins/symbian/ConeCRMLPlugin/CRMLPlugin/tests/comp_project_2/Layer1/implml/00000004_key_type_changed.crml
changeset 0 2e8eeb919028
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/plugins/symbian/ConeCRMLPlugin/CRMLPlugin/tests/comp_project_2/Layer1/implml/00000004_key_type_changed.crml	Thu Mar 11 17:04:37 2010 +0200
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<repository xmlns="http://www.s60.com/xml/cenrep/1" uidName="KeyTypeChanged" uidValue="0x00000004">
+  <access type="R" capabilities="ReadDevideData" sid="0x12344321"/>
+  <access type="W" capabilities="WriteDeviceData" sid="0x43211234"/>
+  
+  <key int="0x00000001" type="int" name="Simple key to bitmask key">
+    <bit ref="Foo/Bit1">1</bit>
+  </key>
+  <key int="0x00000002" type="int" ref="Foo/Bar" name="Bitmask key to simple key"/>
+  <key int="0x00000003" type="binary" name="Bitmask key to simple key (other attrs changed also [xyz])" backup="false" readOnly="false">
+    <access type="R" capabilities="ReadUserData" sid="0x11223344"/>
+    <access type="W" capabilities="WriteUserData" sid="0x44332211"/>
+    <bit ref="Foo/Bit1">1</bit>
+  </key>
+</repository>