configurationengine/source/plugins/common/ConeRulePlugin/ruleplugin/evals/tests/layerproject/layer1/confml/test.confml
changeset 0 2e8eeb919028
child 3 e7e0ae78773e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/plugins/common/ConeRulePlugin/ruleplugin/evals/tests/layerproject/layer1/confml/test.confml	Thu Mar 11 17:04:37 2010 +0200
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<configuration name="testdata" xmlns="http://www.s60.com/xml/confml/2" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink">
+	<feature name="String feature" ref="StringFeatureTest">
+		<setting name="Value 1" ref="Value1" type="string" />
+		<setting name="Value 2" ref="Value2" type="string" />
+	</feature>
+	<data>
+		<StringFeatureTest>
+			<Value1>String 1</Value1>
+		</StringFeatureTest>
+	</data>
+</configuration>
\ No newline at end of file