filelist_s60_2nd_ed.pkg

来自「Symbian中如何显示其系统文件列表的一个范例」· PKG 代码 · 共 33 行

PKG
33
字号
;=======================================================================
;  Name     : FileList_S60_2nd_ed.pkg
;  Part of  : FileList
;  Created  : 04/11/2006 by Forum Nokia
;  Description:
;     This is the project specification file for FileList.
;  Version  : 2.0.0
;  Copyright: Forum Nokia
;
;=======================================================================
;
; Installation file for FileList application
;
;Languages
&EN
;
; UID is the app's UID
;
#{"FileList"},(0x01ef0015),2,0,0


; Required line for S60 2.0 devices.
(0x101F7960), 0, 0, 0, {"Series60ProductID"} 

;
; Four files to install
;
"C:\Symbian\8.0a\S60_2nd_FP2_CW\Epoc32\release\armi\urel\FileList.app"         -"!:\system\apps\FileList\FileList.app"
"C:\Symbian\8.0a\S60_2nd_FP2_CW\Epoc32\data\z\system\apps\FileList\FileList.rsc"         -"!:\system\apps\FileList\FileList.rsc"
"C:\Symbian\8.0a\S60_2nd_FP2_CW\Epoc32\data\z\system\apps\FileList\FileList_caption.rsc" -"!:\system\apps\FileList\FileList_caption.rsc"
"C:\Symbian\8.0a\S60_2nd_FP2_CW\Epoc32\data\z\system\apps\FileList\FileList.aif"         -"!:\system\apps\FileList\FileList.aif"

⌨️ 快捷键说明

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