uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestArraysOfRefs.rss
changeset 2 d760517a8095
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestArraysOfRefs.rss	Tue Mar 24 22:20:21 2009 -0500
@@ -0,0 +1,17 @@
+#include <arrayheader.rh>
+#include <basicheader.rh>
+#include <refheader.rh>
+
+RESOURCE ARRAY_TYPES r_test5_refs
+	{
+	refs = { r_test0, r_test4 };
+	}
+RESOURCE ONE_STRING r_test0
+	{
+	text = "check this textual data";
+	}
+RESOURCE OWNER r_test4
+	{
+	theLink = r_test0;
+	theLlink = r_test0;
+	}