configurationengine/source/cone/report/tests/project/layer1/implml/test.implml
author terytkon
Sat, 06 Nov 2010 16:59:14 +0200
changeset 9 63964d875993
parent 3 e7e0ae78773e
permissions -rw-r--r--
Merge changes to system model generator to SF tip.

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