configurationengine/source/plugins/symbian/integration-test/testdata/generate/project/custom/implml/configure_bitmask.ruleml
author m2lahtel
Tue, 10 Aug 2010 14:29:28 +0300
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
permissions -rw-r--r--
ConE 1.2.11 release

<?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>