configurationengine/source/scripts/tests/generation_test_project/custom/implml/simple_tempvars.implml
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
     6     <tempVariable ref="TempFeature.Real"     type="real"     value="1.5"/>
     6     <tempVariable ref="TempFeature.Real"     type="real"     value="1.5"/>
     7     <tempVariable ref="TempFeature.Boolean"  type="boolean"  value="true"/>
     7     <tempVariable ref="TempFeature.Boolean"  type="boolean"  value="true"/>
     8     <tempVariable ref="TempFeature.Unused"   type="boolean"  value="false"/>
     8     <tempVariable ref="TempFeature.Unused"   type="boolean"  value="false"/>
     9     
     9     
    10     <!-- Modify the temporary features -->
    10     <!-- Modify the temporary features -->
    11     <ruleml xmlns="http://www.s60.com/xml/ruleml/1">
    11     <ruleml xmlns="http://www.s60.com/xml/ruleml/3">
    12         <rule>True configures TempFeature.String = TempFeature.String + " and more testing"</rule>
    12         <rule>True configures ${TempFeature.String} = ${TempFeature.String} + " and more testing"</rule>
    13         <rule>True configures TempFeature.Int = TempFeature.Int + 1</rule>
    13         <rule>True configures ${TempFeature.Int} = ${TempFeature.Int} + 1</rule>
    14         <rule>True configures TempFeature.Real = TempFeature.Real + 0.25</rule>
    14         <rule>True configures ${TempFeature.Real} = ${TempFeature.Real} + 0.25</rule>
    15     </ruleml>
    15     </ruleml>
    16     
    16     
    17     <!-- Print out the values to a text file -->
    17     <!-- Print out the values to a text file -->
    18     <templateml xmlns="http://www.s60.com/xml/templateml/1">
    18     <templateml xmlns="http://www.s60.com/xml/templateml/1">
    19     <output file="simple_tempvars_test.txt" dir="content" encoding="UTF-8">
    19     <output file="simple_tempvars_test.txt" dir="content" encoding="UTF-8">