configurationengine/source/plugins/common/ConeRulePlugin/ruleplugin/tests/rule/config_project/platforms/customsw/implml/gsm.ruleml
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
<ruleml xmlns="http://www.s60.com/xml/ruleml/1">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
  <rule>operations.minus == 5 configures operations.minus = operations.minus1 - operations.minus2</rule>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
  <rule>operations.minus1 == 25 configures operations.minus1 = operations.minus3 * operations.minus2</rule>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
  <rule>operations.minus4 == 10 configures operations.minus4 = operations.minus4 / operations.minus5</rule>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
  <rule>operations.minus6 == 6 configures operations.minus6 = operations.minus7 + operations.minus8</rule>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
  <rule>operations.string1 == 'Hello' configures operations.string1 = operations.string1 + operations.string2</rule>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
</ruleml>