configurationengine/source/plugins/common/ConeRulePlugin/ruleplugin/evals/tests/layer_filtering_project/assets/base/implml/layer11.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">
    
    <!-- This is the same as layer9.implml, except that this uses RuleML v3 -->
    
    <tag name="target" value="uda" />
    <tempVariable ref="TempLayer11InputFiles" type="string"/>
    
    <container>
        <ruleml xmlns="http://www.s60.com/xml/ruleml/3">
            <rule>${TestFeature.EnableLayer11Content} configures ${TempLayer11InputFiles} = {% "layer9/foo.txt, layer9/bar.txt" %}</rule>
        </ruleml>
    </container>
    
    <content xmlns="http://www.s60.com/xml/content/2">
        <output dir="sis" flatten="true">
            <input>
                <include files="${TempLayer11InputFiles}" />
            </input>
        </output>
    </content>
    
</container>