Hi,i'm a new in carbide.c++.
I have a S60 GUI Application Project and i want to make a .sisx file on my s60 sdk emulator.
pkg file :
; Installation file for Subway application
;
; This is an auto-generated PKG file by Carbide.
; This file uses variables specific to Carbide builds that will not work
; on command-line builds. If you want to use this generated PKG file from the
; command-line tools you will need to modify the variables with the appropriate
; values: $(EPOCROOT), $(PLATFORM), $(TARGET)
;
;Language - standard language definitions
&EN
; standard SIS file header
#{"asd"},(0xEAED9512),1,0,0
;Localised Vendor name
%{"Vendor-EN"}
;Unique Vendor name
:"Vendor"
;Supports Series 60 v 3.0
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
;Files to install
;You should change the source paths to match that of your environment
;<source> <destination>
"$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\asd_0xEAED9512.exe" -"!:\sys\bin\asd_0xEAED9512.exe"
"$(EPOCROOT)Epoc32\data\z\resource\apps\asd_0xEAED9512.rsc" -"!:\resource\apps\asd_0xEAED9512.rsc"
"$(EPOCROOT)Epoc32\data\z\private\10003a3f\apps\asd_0xEAED9512_reg.rsc" -"!:\private\EAED9512\import\apps\asd_0xEAED9512_reg.rsc"
"$(EPOCROOT)Epoc32\release\winscw\udeb\z\resource\apps\asd_0xEAED9512.mif" -"!:\resource\apps\asd_0xEAED9512.mif"
"..\help\asd_0xEAED9512.hlp" -"!:\resource\help\asd_0xEAED9512.hlp"
; Add any installation notes if applicable
;"Subway.txt" -"!:\private\EAED9512\Subway.txt"
;required for application to be covered by backup/restore facility
"..\sis\backup_registration.xml" -"!:\private\EAED9512\backup_registration.xml"
/////////////////////////////////////////////////////////////////////
bld.inf
PRJ_PLATFORMS
WINSCW ARMV5 GCCE
PRJ_MMPFILES
gnumakefile icons_scalable_dc.mk
gnumakefile ..\help\build_help.mk
Subway.mmp
PRJ_EXPORTS
asd.xml \epoc32\RELEASE\WINSCW\UDEB\Z\private\EAED9512\asd.xml
..\Sound\click.wav \epoc32\RELEASE\WINSCW\UDEB\Z\private\EAED9512\click.wav
..\Sound\result.wav \epoc32\RELEASE\WINSCW\UDEB\Z\private\EAED9512\result.wav
..\Sound\double.wav \epoc32\RELEASE\WINSCW\UDEB\Z\private\EAED9512\double.wav
///////////////////////////////////////////////////////////////////////
AppView.cpp
_LIT(KMBMFileName,"\\resource\\apps\\Bitmap.mbm");
_LIT(KDoubleClickSoundFile, "Z:\\private\\EAED9512\\double.wav");
_LIT(KClickSoundFile, "Z:\\private\\EAED9512\\click.wav");
_LIT(KResultSoundFile, "Z:\\private\\EAED9512\\result.wav");
///////////////////////////////////////////////////////////////////////
How to write pkg file on emulator and device?
Thanks a lot!






