uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestArraysFixedElements.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_TYPES r_test_array_fixed
	{
	ints = { 42, 23 };
	structs =
		{
		SUBTYPE
			{
			number = 23;
			},
		SUBTYPE
			{
			number = 42;
			}
		};
	}