configurationengine/source/plugins/symbian/integration-test/testdata/generate/project/custom/implml/sound.implml
changeset 0 2e8eeb919028
child 3 e7e0ae78773e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/plugins/symbian/integration-test/testdata/generate/project/custom/implml/sound.implml	Thu Mar 11 17:04:37 2010 +0200
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<container xmlns="http://www.symbianfoundation.org/xml/implml/1">
+    
+    <container>
+        <phase name="pre"/>
+        <ruleml xmlns="http://www.s60.com/xml/ruleml/1">
+            <rule>CustomConfSettings.SoundFile.localPath configures SoundFileTest.SoundFilePath = SoundFileTest.SoundFilePath filenamejoin CustomConfSettings.SoundFile.localPath</rule>
+        </ruleml>
+    </container>
+    
+    <content xmlns="http://www.s60.com/xml/content/2">
+        <output dir="content/${SoundFileTest.SoundFilePath}">
+            <input dir="${CustomConfSettings.SoundFile.localPath}"/>
+        </output>
+    </content>
+</container>
\ No newline at end of file