configurationengine/source/plugins/symbian/integration-test/testdata/generate/project/custom/implml/configure_bitmask.ruleml
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <ruleml xmlns="http://www.s60.com/xml/ruleml/1">
     2 <ruleml xmlns="http://www.s60.com/xml/ruleml/3">
     3 <rule>
     3 <rule>
     4 CustomConfSettings.ConfigureBitmask configures
     4 ${CustomConfSettings.ConfigureBitmask} configures
     5   BitmaskTest.Bit0 = '0' and
     5   ${BitmaskTest.Bit0} = '0' and
     6   BitmaskTest.Bit1 = '1' and
     6   ${BitmaskTest.Bit1} = '1' and
     7   BitmaskTest.Bit2 = '0' and
     7   ${BitmaskTest.Bit2} = '0' and
     8   BitmaskTest.Bit3 = '1' and
     8   ${BitmaskTest.Bit3} = '1' and
     9   BitmaskTest.Bit4 = '0' and
     9   ${BitmaskTest.Bit4} = '0' and
    10   BitmaskTest.Bit5 = '1'
    10   ${BitmaskTest.Bit5} = '1'
    11 </rule>
    11 </rule>
    12 </ruleml>
    12 </ruleml>