uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/testMapArrayEndContainer3.rss
author timkelly
Wed, 16 Jun 2010 12:09:43 -0500
branchC3_BUILDER_WORK
changeset 1477 f4dfa2236dcf
parent 0 fb279309251b
permissions -rw-r--r--
fix problem with sbsv2 context equals (ignore case on platform and target)

#include <arrayheader.rh>

RESOURCE ARRAY r_test_map_array_end_container3
	{
	items = { r_test_map_array_end3 };
	}
RESOURCE ARRAY_EMBEDDED r_test_map_array_end3
	{
	items =
		{
		LBUF
			{
			txt = "first";
			},
		LBUF
			{
			txt = "second";
			}
		};
	}