configurationengine/source/cone/report/tests/project/layer1/implml/test.implml
author m2lahtel
Tue, 10 Aug 2010 14:29:28 +0300
changeset 3 e7e0ae78773e
permissions -rw-r--r--
ConE 1.2.11 release

<?xml version="1.0" encoding="UTF-8"?>
<container xmlns="http://www.symbianfoundation.org/xml/implml/1">
    <phase name="normal"/>
    <tag name="target" value="rofs2"/>
    
    <ruleml xmlns="http://www.s60.com/xml/ruleml/3">
        <rule>${Feature1.IntSetting} configures ${Feature1.StringSetting} = 'set from rule'</rule>
        <eval_globals>
        def test_function2(foo):
            return foo
        </eval_globals>
    </ruleml>
    
    <ruleml xmlns="http://www.s60.com/xml/ruleml/2">
        <rule>Feature1.IntSetting configures Feature1.SelectionSetting = '0'</rule>
        <eval_globals>
        def test_function2(foo):
            return foo
        </eval_globals>
    </ruleml>
    
    <templateml xmlns="http://www.s60.com/xml/templateml/1">
        <output file="test.txt" encoding="UTF-8">
            <template>Test output: {{ feat_tree.Feature1.StringSetting._value }}</template>
        </output>
    </templateml>
</container>