configurationengine/source/plugins/symbian/integration-test/testdata/generate/project/custom/implml/configure_bitmask.ruleml
author terytkon
Sat, 06 Nov 2010 16:59:14 +0200
changeset 9 63964d875993
parent 3 e7e0ae78773e
permissions -rw-r--r--
Merge changes to system model generator to SF tip.

<?xml version="1.0" encoding="UTF-8"?>
<ruleml xmlns="http://www.s60.com/xml/ruleml/3">
<rule>
${CustomConfSettings.ConfigureBitmask} configures
  ${BitmaskTest.Bit0} = '0' and
  ${BitmaskTest.Bit1} = '1' and
  ${BitmaskTest.Bit2} = '0' and
  ${BitmaskTest.Bit3} = '1' and
  ${BitmaskTest.Bit4} = '0' and
  ${BitmaskTest.Bit5} = '1'
</rule>
</ruleml>