configurationengine/source/plugins/common/ConeRulePlugin/ruleplugin/evals/tests/layer_filtering_project/assets/base/implml/layer8.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            condition="${TestFeature.EnableLayer8Impl}">
       
     4     <!-- The ref used in this implementation has been changed, but it should not
       
     5          trigger layer_used(), because the condition evaluates to False -->
       
     6 	<templateml xmlns="http://www.s60.com/xml/templateml/1">
       
     7         <tag name="target" value="uda"/>
       
     8         <output file="layer8.txt" encoding="UTF-8">
       
     9             <template>Value: {{ feat_tree.TestFeature.Layer8Setting._value }}</template>
       
    10         </output>
       
    11     </templateml>
       
    12 </container>