configurationengine/source/plugins/symbian/integration-test/testdata/deltacenrep/project/Layer1/implml/deltacenrep_iby.implml
changeset 3 e7e0ae78773e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/plugins/symbian/integration-test/testdata/deltacenrep/project/Layer1/implml/deltacenrep_iby.implml	Tue Aug 10 14:29:28 2010 +0300
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<container xmlns="http://www.symbianfoundation.org/xml/implml/1">
+    <tag name="crml" value="deltacenrep"/>
+    <tag name="target" value="rofs2"/>
+    <tag name="target" value="rofs3"/>
+    <phase name="post"/>
+    <settingRefsOverride refsIrrelevant="true"/>
+    
+    <templateml xmlns="http://www.s60.com/xml/templateml/1">
+        <output dir="include" file="deltacenreps.iby" encoding="UTF-8">
+<template>
+#ifndef __DELTA_CENREPS_IBY
+#define __DELTA_CENREPS_IBY
+
+{% for output in gen_context.get_output(implml_type='crml') -%}
+data = {{output.abspath}}			private\10202BE9\{{output.filename}} exattrib=U
+{% endfor %}
+
+#endif // __DELTA_CENREPS_IBY
+</template>
+        </output>
+    </templateml>
+</container>
\ No newline at end of file