configurationengine/source/cone/report/tests/project/layer1/implml/test.implml
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <container xmlns="http://www.symbianfoundation.org/xml/implml/1">
       
     3     <phase name="normal"/>
       
     4     <tag name="target" value="rofs2"/>
       
     5     
       
     6     <ruleml xmlns="http://www.s60.com/xml/ruleml/3">
       
     7         <rule>${Feature1.IntSetting} configures ${Feature1.StringSetting} = 'set from rule'</rule>
       
     8         <eval_globals>
       
     9         def test_function2(foo):
       
    10             return foo
       
    11         </eval_globals>
       
    12     </ruleml>
       
    13     
       
    14     <ruleml xmlns="http://www.s60.com/xml/ruleml/2">
       
    15         <rule>Feature1.IntSetting configures Feature1.SelectionSetting = '0'</rule>
       
    16         <eval_globals>
       
    17         def test_function2(foo):
       
    18             return foo
       
    19         </eval_globals>
       
    20     </ruleml>
       
    21     
       
    22     <templateml xmlns="http://www.s60.com/xml/templateml/1">
       
    23         <output file="test.txt" encoding="UTF-8">
       
    24             <template>Test output: {{ feat_tree.Feature1.StringSetting._value }}</template>
       
    25         </output>
       
    26     </templateml>
       
    27 </container>