uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/user/TestDeletingUnknownContents1.rss
author Deepak Modgil <Deepak.Modgil@Nokia.com>
Fri, 03 Apr 2009 23:33:03 +0100
changeset 0 fb279309251b
permissions -rw-r--r--
DP tools release version Revision: 200912

#include <myfoo.h>
#define MY_TEST 4

#include <basicheader.rh>

STRUCT FOO {
	WORD v;
}
RESOURCE FOO r_test0
	{
	v = 42;
	}
RESOURCE ONE_STRING r_test0_2
	{
	text = "check this textual data";
	}