diff -r 000000000000 -r d760517a8095 uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestArraysOfRefs.rss --- /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 +#include +#include + +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; + }