uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/user/TestDeletingUnknownContents1.rss
author stechong
Tue, 14 Sep 2010 13:37:29 -0500
changeset 2001 75d787292eea
parent 0 fb279309251b
permissions -rw-r--r--
Updated the dynamic p2 installer to improve progress reporting and check for cancel during install.

#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";
	}