systemresource
resource-file-list
From v9.0, platform security requires projects to specify the directory for the built resource. You need to use the start resource syntax to do this..
Use the systemresource
statement to specify resource
files for system components.
The makefile will build the resource file into
epoc32\release\
platform\
variant\z\system\data\
for a WINSCW, WINS or WINC build.
Each resource file should be given with its extension, e.g.
squash.rss
.
If more than one language is specified with the lang
,
then each resource will be compiled multiple times, once for each language
specified.
For application projects, use the resource
statement.