uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestArrayPartial.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>
#include <basicheader.rh>

RESOURCE ARRAY_TYPES_DEFAULTS r_test_array_partial
	{
	structs =
		{
		ONE_STRING
			{
			text = "Hi there";
			},
		ONE_STRING
			{
			text = "And again";
			}
		};
	}