uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestArraysFixedElements.rss
Fix bug 11592 - mixing executables from variant and non-variant builds in the same SDK is OK
#include <arrayheader.rh>
RESOURCE ARRAY_TYPES r_test_array_fixed
{
ints = { 42, 23 };
structs =
{
SUBTYPE
{
number = 23;
},
SUBTYPE
{
number = 42;
}
};
}