configurationengine/source/plugins/common/ConeRulePlugin/ruleplugin/evals/tests/layer_filtering_project/assets/base/implml/layer9.implml
changeset 3 e7e0ae78773e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/plugins/common/ConeRulePlugin/ruleplugin/evals/tests/layer_filtering_project/assets/base/implml/layer9.implml	Tue Aug 10 14:29:28 2010 +0300
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<container xmlns="http://www.symbianfoundation.org/xml/implml/1">
+    
+    <tag name="target" value="uda" />
+    <tempVariable ref="TempLayer9InputFiles" type="string"/>
+    
+    <container>
+        <ruleml xmlns="http://www.s60.com/xml/ruleml/2"> 
+            <rule>TestFeature.EnableLayer9Content configures TempLayer9InputFiles = {% "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="${TempLayer9InputFiles}" />
+            </input>
+        </output>
+    </content>
+    
+</container>