uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestArrayPartial.rss
changeset 0 fb279309251b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestArrayPartial.rss	Fri Apr 03 23:33:03 2009 +0100
@@ -0,0 +1,17 @@
+#include <arrayheader.rh>
+#include <basicheader.rh>
+
+RESOURCE ARRAY_TYPES_DEFAULTS r_test_array_partial
+	{
+	structs =
+		{
+		ONE_STRING
+			{
+			text = "Hi there";
+			},
+		ONE_STRING
+			{
+			text = "And again";
+			}
+		};
+	}