testapp_20.pkg

来自「symbian的S60平台上文件处理的例子」· PKG 代码 · 共 19 行

PKG
19
字号
;Language - standard language definitions
&EN

; standard sis file header
#{"testApp"},(0x0F084DF8),2,0,0

;Specify support for Series 60 v 2.0
;This line indicates that this installation is for the Series 60 platform v2.0
;This line must appear _exactly_ as shown below in the sis file
;If this line is missing or incorrect, the sis file will not be able
;to be installed on Series 60 v2.0 platforms.
(0x101F7960), 0, 0, 0, {"Series60ProductID"}

;Files to include. Check the source paths they match the SDK setup. 
"\Symbian\7.0s\Series60_v20_CW\Epoc32\release\armi\urel\testapp.app"                 -"!:\system\apps\testApp\testApp.app"
"\Symbian\7.0s\Series60_v20_CW\Epoc32\data\z\system\apps\testApp\testApp.rsc" -"!:\system\apps\testApp\testApp.rsc"
"\Symbian\7.0s\Series60_v20_CW\Epoc32\data\z\system\apps\testApp\testApp_caption.rsc" -"!:\system\apps\testApp\testApp_caption.rsc"
"\Symbian\7.0s\Series60_v20_CW\Epoc32\data\z\system\apps\testApp\TestAppAif.aif" -"!:\system\apps\testApp\TestAppAif.aif"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?