2
|
1 |
; $(baseName).pkg
|
|
2 |
; This is an auto-generated PKG file by Carbide.
|
|
3 |
; This file uses variables specific to Carbide builds that will not work
|
|
4 |
; on command-line builds. If you want to use this generated PKG file from the
|
|
5 |
; command-line tools you will need to modify the variables with the appropriate
|
|
6 |
; values: $(EPOCROOT), $(PLATFORM), $(TARGET)
|
|
7 |
; Also, the resource file entries should be changed to match the language
|
|
8 |
; used in the build. For example, if building for LANGUAGE_01, change the file
|
|
9 |
; extensions .rsc to .r01.
|
|
10 |
;
|
|
11 |
;Language - standard language definitions
|
|
12 |
&EN
|
|
13 |
|
|
14 |
; standard SIS file header
|
|
15 |
#{"$(baseName)"},($(uid3)),1,0,0
|
|
16 |
|
|
17 |
;Localised Vendor name
|
|
18 |
%{"Vendor-EN"}
|
|
19 |
|
|
20 |
;Unique Vendor name
|
|
21 |
:"Vendor"
|
|
22 |
|
|
23 |
;Supports Series 60 v 3.0
|
|
24 |
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
|
|
25 |
|
|
26 |
;Files to install
|
|
27 |
;You should change the source paths to match that of your environment
|
|
28 |
;<source> <destination>
|
|
29 |
"$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\$(baseName).exe" -"!:\sys\bin\$(baseName).exe"
|
|
30 |
"$(EPOCROOT)Epoc32\data\z\resource\apps\$(baseName).r$(LANGUAGE_ID)" -"!:\resource\apps\$(baseName).r$(LANGUAGE_ID)"
|
|
31 |
"$(EPOCROOT)Epoc32\data\z\private\10003a3f\apps\$(baseName)_reg.r$(LANGUAGE_ID)" -"!:\private\10003a3f\import\apps\$(baseName)_reg.r$(LANGUAGE_ID)"
|
|
32 |
"$(EPOCROOT)epoc32\data\z\resource\apps\$(baseName)_aif.mif" -"!:\resource\apps\$(baseName)_aif.mif"
|
|
33 |
"$(EPOCROOT)epoc32\data\z\resource\apps\$(baseName).mbm" -"!:\resource\apps\$(baseName).mbm"
|
|
34 |
; Add any installation notes if applicable
|
|
35 |
;"$(baseName).txt" -"!:\private\$(uid3)\$(baseName).txt"
|
|
36 |
|