uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestReferencesParentChild2.rss
author Chad Peckham <chad.peckham@nokia.com>
Fri, 09 Jul 2010 16:58:09 -0500
changeset 1603 40a2929cde0d
parent 0 fb279309251b
permissions -rw-r--r--
Fix bug 11592 - mixing executables from variant and non-variant builds in the same SDK is OK

#include <basicheader.rh>
#include <refheader.rh>

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;
	}