My application is a heavily modified version of SoundMixer example. Contents of SoundMixer_reg.rss file:
Code:
#include <appinfo.rh>
#include <soundmixer.rsg>
UID2 KUidAppRegistrationResourceFile
UID3 0xE01FF1C6
RESOURCE APP_REGISTRATION_INFO
{
app_file="soundmixer";
localisable_resource_file = "\\resource\\apps\\SoundMixer_loc";
embeddability=KAppNotEmbeddable;
newfile=KAppDoesNotSupportNewFile;
}
// End of file
Contents of .pkg:
Code:
;Language - standard language definitions
&EN
; standard SIS file header
#{"SoundMixer"},(0xE01FF1C6),2,0,0
;Localised Vendor name
%{"Sadysta"}
;Unique Vendor name
:"Sadysta"
;Supports S60 3rd Edition
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
; Files to install (edit source paths if your SDK is installed to a different location)
"c:\symbian\9.2\s60_3rd_fp1\epoc32\release\gcce\urel\soundmixer.exe" - "!:\sys\bin\soundmixer.exe"
"c:\symbian\9.2\s60_3rd_fp1\epoc32\data\z\resource\apps\soundmixer.rsc" - "!:\resource\apps\soundmixer.rsc"
"c:\symbian\9.2\s60_3rd_fp1\epoc32\data\z\resource\apps\soundmixer_loc.rsc" - "!:\resource\apps\soundmixer_loc.rsc"
"c:\symbian\9.2\s60_3rd_fp1\epoc32\data\z\private\e01ff1c6\apps\soundmixer_reg.rsc" - "!:\private\e01ff1c6\import\apps\soundmixer_reg.rsc"