configurationengine/source/plugins/symbian/ConeCRMLPlugin/CRMLPlugin/tests/gen_project/Layer1/implml/00000003_bitmask_test.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="BitmaskTest" uidValue="0x00000003">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
  <access type="R" capabilities="AlwaysPass"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
  <access type="W" capabilities="AlwaysPass"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
  <key name="Bitmask" type="int" int="0x00000001" readOnly="true">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
    <access type="R" capabilities="AlwaysPass"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
    <bit ref="BitmaskTest/Bit0">1</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
    <bit ref="BitmaskTest/Bit1">2</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
    <bit ref="BitmaskTest/Bit2">3</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
    <bit ref="BitmaskTest/Bit3">4</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
    <bit ref="BitmaskTest/Bit4">5</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
    <bit ref="BitmaskTest/Bit5">6</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
  </key>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
  
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
  <!--
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
  This doesn't work in CT2, so not used in ConE plug-in tests for now
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
  
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
  <key name="InvertedMask" type="int" int="0x00000002" readOnly="true">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
    <bit ref="BitmaskTest/InvertedMaskBit1" value="false">1</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
    <bit ref="BitmaskTest/InvertedMaskBit2" value="false">2</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    22
    <bit ref="BitmaskTest/InvertedMaskBit3" value="false">3</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    23
    <bit ref="BitmaskTest/InvertedMaskBit4" value="false">4</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    24
  </key>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    25
  -->
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    26
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    27
  <key name="Int32Mask" type="int" int="0x00000003" readOnly="true">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    28
    <bit ref="BitmaskTest/Int32Bit1">1</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    29
    <bit ref="BitmaskTest/Int32Bit2">2</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    30
    <bit ref="BitmaskTest/Int32Bit3">3</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    31
    <bit ref="BitmaskTest/Int32Bit4">4</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    32
    <bit ref="BitmaskTest/Int32Bit5">5</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    33
    <bit ref="BitmaskTest/Int32Bit6">6</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    34
    <bit ref="BitmaskTest/Int32Bit7">7</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    35
    <bit ref="BitmaskTest/Int32Bit8">8</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    36
    <bit ref="BitmaskTest/Int32Bit9">9</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    37
    <bit ref="BitmaskTest/Int32Bit10">10</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    38
    <bit ref="BitmaskTest/Int32Bit11">11</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    39
    <bit ref="BitmaskTest/Int32Bit12">12</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    40
    <bit ref="BitmaskTest/Int32Bit13">13</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    41
    <bit ref="BitmaskTest/Int32Bit14">14</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    42
    <bit ref="BitmaskTest/Int32Bit15">15</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    43
    <bit ref="BitmaskTest/Int32Bit16">16</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    44
    <bit ref="BitmaskTest/Int32Bit17">17</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    45
    <bit ref="BitmaskTest/Int32Bit18">18</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    46
    <bit ref="BitmaskTest/Int32Bit19">19</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    47
    <bit ref="BitmaskTest/Int32Bit20">20</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    48
    <bit ref="BitmaskTest/Int32Bit21">21</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    49
    <bit ref="BitmaskTest/Int32Bit22">22</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    50
    <bit ref="BitmaskTest/Int32Bit23">23</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    51
    <bit ref="BitmaskTest/Int32Bit24">24</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    52
    <bit ref="BitmaskTest/Int32Bit25">25</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    53
    <bit ref="BitmaskTest/Int32Bit26">26</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    54
    <bit ref="BitmaskTest/Int32Bit27">27</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    55
    <bit ref="BitmaskTest/Int32Bit28">28</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    56
    <bit ref="BitmaskTest/Int32Bit29">29</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    57
    <bit ref="BitmaskTest/Int32Bit30">30</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    58
    <bit ref="BitmaskTest/Int32Bit31">31</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    59
    <bit ref="BitmaskTest/Int32Bit32">32</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    60
  </key>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    61
  
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    62
  
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    63
  <key name="SparseInt32Bitmask" type="int" int="0x00000004" readOnly="true">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    64
    <bit ref="BitmaskTest/SparseInt32Bit1">1</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    65
    <bit ref="BitmaskTest/SparseInt32Bit7">7</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    66
    <bit ref="BitmaskTest/SparseInt32Bit18">18</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    67
    <bit ref="BitmaskTest/SparseInt32Bit24">24</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    68
    <bit ref="BitmaskTest/SparseInt32Bit31">31</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    69
  </key>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    70
  
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    71
  <!--
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    72
  This doesn't work in CT2, so not used in ConE plug-in tests for now
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    73
  
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    74
  <key name="BinaryMask" type="binary" int="0x00000005" readOnly="true">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    75
    <bit ref="BitmaskTest/BinaryBit1">1</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    76
    <bit ref="BitmaskTest/BinaryBit10">10</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    77
    <bit ref="BitmaskTest/BinaryBit20">20</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    78
    <bit ref="BitmaskTest/BinaryBit30">30</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    79
    <bit ref="BitmaskTest/BinaryBit40">40</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    80
    <bit ref="BitmaskTest/BinaryBit50">50</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    81
    <bit ref="BitmaskTest/BinaryBit60">60</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    82
    <bit ref="BitmaskTest/BinaryBit70">70</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    83
    <bit ref="BitmaskTest/BinaryBit80">80</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    84
    <bit ref="BitmaskTest/BinaryBit90">90</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    85
    <bit ref="BitmaskTest/BinaryBit100">100</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    86
  </key>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    87
  -->
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    88
  
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    89
  <key name="BinaryMask2" type="binary" int="0x06000000" readOnly="true">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    90
    <bit ref="BitmaskTest/BinaryMask2Bit1">1</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    91
    <bit ref="BitmaskTest/BinaryMask2Bit2">2</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    92
    <bit ref="BitmaskTest/BinaryMask2Bit3">3</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    93
    <bit ref="BitmaskTest/BinaryMask2Bit4">4</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    94
    <bit ref="BitmaskTest/BinaryMask2Bit5">5</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    95
    <bit ref="BitmaskTest/BinaryMask2Bit6">6</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    96
    <bit ref="BitmaskTest/BinaryMask2Bit7">7</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    97
    <bit ref="BitmaskTest/BinaryMask2Bit8">8</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    98
    <bit ref="BitmaskTest/BinaryMask2Bit9">9</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    99
    <bit ref="BitmaskTest/BinaryMask2Bit10">10</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   100
    <bit ref="BitmaskTest/BinaryMask2Bit11">11</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   101
    <bit ref="BitmaskTest/BinaryMask2Bit12">12</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   102
    <bit ref="BitmaskTest/BinaryMask2Bit13">13</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   103
    <bit ref="BitmaskTest/BinaryMask2Bit14">14</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   104
    <bit ref="BitmaskTest/BinaryMask2Bit15">15</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   105
    <bit ref="BitmaskTest/BinaryMask2Bit16">16</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   106
    <bit ref="BitmaskTest/BinaryMask2Bit17">17</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   107
  </key>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   108
  
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   109
  <key name="BinaryMask3" type="binary" int="0x07000000" readOnly="true">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   110
    <bit ref="BitmaskTest/BinaryMask3Bit1">1</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   111
    <bit ref="BitmaskTest/BinaryMask3Bit2">2</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   112
    <bit ref="BitmaskTest/BinaryMask3Bit3">3</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   113
    <bit ref="BitmaskTest/BinaryMask3Bit4">4</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   114
    <bit ref="BitmaskTest/BinaryMask3Bit5">5</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   115
    <bit ref="BitmaskTest/BinaryMask3Bit6">6</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   116
    <bit ref="BitmaskTest/BinaryMask3Bit7">7</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   117
    <bit ref="BitmaskTest/BinaryMask3Bit8">8</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   118
    <bit ref="BitmaskTest/BinaryMask3Bit9">9</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   119
    <bit ref="BitmaskTest/BinaryMask3Bit10">10</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   120
    <bit ref="BitmaskTest/BinaryMask3Bit11">11</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   121
    <bit ref="BitmaskTest/BinaryMask3Bit12">12</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   122
    <bit ref="BitmaskTest/BinaryMask3Bit13">13</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   123
    <bit ref="BitmaskTest/BinaryMask3Bit14">14</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   124
    <bit ref="BitmaskTest/BinaryMask3Bit15">15</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   125
    <bit ref="BitmaskTest/BinaryMask3Bit16">16</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   126
    <bit ref="BitmaskTest/BinaryMask3Bit17">17</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   127
  </key>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   128
  
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   129
  <key name="BinaryMask4" type="binary" int="0x08000000" readOnly="true">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   130
    <bit ref="BitmaskTest/BinaryMask4Bit1">1</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   131
    <bit ref="BitmaskTest/BinaryMask4Bit2">2</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   132
    <bit ref="BitmaskTest/BinaryMask4Bit3">3</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   133
    <bit ref="BitmaskTest/BinaryMask4Bit4">4</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   134
    <bit ref="BitmaskTest/BinaryMask4Bit5">5</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   135
    <bit ref="BitmaskTest/BinaryMask4Bit6">6</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   136
    <bit ref="BitmaskTest/BinaryMask4Bit7">7</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   137
    <bit ref="BitmaskTest/BinaryMask4Bit8">8</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   138
    <bit ref="BitmaskTest/BinaryMask4Bit9">9</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   139
    <bit ref="BitmaskTest/BinaryMask4Bit10">10</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   140
    <bit ref="BitmaskTest/BinaryMask4Bit11">11</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   141
    <bit ref="BitmaskTest/BinaryMask4Bit12">12</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   142
    <bit ref="BitmaskTest/BinaryMask4Bit13">13</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   143
    <bit ref="BitmaskTest/BinaryMask4Bit14">14</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   144
    <bit ref="BitmaskTest/BinaryMask4Bit15">15</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   145
    <bit ref="BitmaskTest/BinaryMask4Bit16">16</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   146
    <bit ref="BitmaskTest/BinaryMask4Bit17">17</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   147
  </key>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   148
  
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   149
  <key name="BinaryMask5" type="binary" int="0x09000000" readOnly="true">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   150
    <bit ref="BitmaskTest/BinaryMask5Bit1">1</bit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   151
  </key>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   152
  
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   153
</repository>