diff -r 000000000000 -r fb279309251b uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestReferencesParentChild2.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestReferencesParentChild2.rss Fri Apr 03 23:33:03 2009 +0100 @@ -0,0 +1,11 @@ +#include +#include + +RESOURCE ONE_STRING r_test_refs_child + { + text = "check this textual data"; + } +RESOURCE OWNER r_test_refs_parent_child_ordering + { + theLink = r_test_refs_child; + }