configurationengine/source/plugins/symbian/ConeThemePlugin/themeplugin/tests/e75/cvc/confml/test.confml
changeset 0 2e8eeb919028
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/plugins/symbian/ConeThemePlugin/themeplugin/tests/e75/cvc/confml/test.confml	Thu Mar 11 17:04:37 2010 +0200
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+	<configuration xmlns="http://www.s60.com/xml/confml/1" name="test">
+		<feature name="Test" ref="Test">
+			<setting constraint="" name="SubOne for testing" readOnly="true" ref="SubOne" type="string">
+			<desc>Testing for deference</desc>
+			</setting>
+		</feature>
+		<data>
+			<Test>
+				<SubOne>Hello world</SubOne>
+			</Test>
+		</data>
+	</configuration>