12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- ; Installation file for EPong 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), gcce, urel
- ;
- ;Language - standard language definitions
- &EN
- ; standard SIS file header
- #{"EPong"},(0x2003AF4F),1,0,0
- ;Localised Vendor name
- %{"Forum Nokia"}
- ;Unique Vendor name
- :"Forum Nokia"
- ;Supports Symbian^3
- [0x20022E6D], 0, 0, 0, {"Series60ProductID"}
- ;Files to install
- ;You should change the source paths to match that of your environment
- ;<source> <destination>
- "$(EPOCROOT)Epoc32/release/gcce/urel/EPong_0x2003AF4F.exe"-"!:\sys\bin\EPong_0x2003AF4F.exe"
- "$(EPOCROOT)Epoc32/data/z/resource/apps/EPong_0x2003AF4F.rsc"-"!:\resource\apps\EPong_0x2003AF4F.rsc"
- "$(EPOCROOT)Epoc32/data/z/private/10003a3f/apps/EPong_0x2003AF4F_reg.rsc"-"!:\private\10003a3f\import\apps\EPong_0x2003AF4F_reg.rsc"
- "$(EPOCROOT)Epoc32/data/z/resource/apps/EPong_0x2003AF4F.mbm" -"!:\resource\apps\EPong_0x2003AF4F.mbm"
- ; game graphics stored into applications \private\uid\ directory
- ; uid should match the exe's uid (_UID3 in include)
- "../../epong_graphics/font.png"-"!:\private\2003AF4F\font.png"
- "../../epong_graphics/background_space1.png"-"!:\private\2003AF4F\background_space1.png"
- "../../epong_graphics/background_space2.png"-"!:\private\2003AF4F\background_space2.png"
- "../../epong_graphics/ball_64x64.png"-"!:\private\2003AF4F\ball_64x64.png"
- "../../epong_graphics/planet_big.png"-"!:\private\2003AF4F\planet_big.png"
- "../../epong_graphics/planet_small.png"-"!:\private\2003AF4F\planet_small.png"
- "../../epong_graphics/stick_blue_64x256.png"-"!:\private\2003AF4F\stick_blue_64x256.png"
- "../../epong_graphics/stick_red_64x256.png"-"!:\private\2003AF4F\stick_red_64x256.png"
- "../../epong_graphics/top_bar.png"-"!:\private\2003AF4F\top_bar.png"
- "../../epong_graphics/control_button.png"-"!:\private\2003AF4F\control_button.png"
- "../../epong_graphics/ball_shine.png"-"!:\private\2003AF4F\ball_shine.png"
- "../../epong_graphics/default.png"-"!:\private\2003AF4F\default.png"
- ; game sounds
- "../../epong_sounds/34141__ERH__swell_pad.ogg"-"!:\private\2003AF4F\34141__ERH__swell_pad.ogg"
- "../../epong_sounds/ballpong.wav"-"!:\private\2003AF4F\ballpong.wav"
- "../../epong_sounds/gameover.wav"-"!:\private\2003AF4F\gameover.wav"
- "../../epong_sounds/menuclick.wav"-"!:\private\2003AF4F\menuclick.wav"
- "../../epong_sounds/menuclick.wav"-"!:\private\2003AF4F\menuclick.wav"
- "../../epong_sounds/level_completed.wav"-"!:\private\2003AF4F\level_completed.wav"
- ;required for application to be covered by backup/restore facility
- "../sis/backup_registration.xml"-"!:\private\2003AF4F\backup_registration.xml"
|