helloworld_winscw.pkg

来自「uiq 的关于线程通信的代码」· PKG 代码 · 共 32 行

PKG
32
字号
; HelloWorld_winscw.pkg
;
; ?Symbian Software Ltd 2005. All rights reserved.
;

; Specify the languages - as previously supported
; Languages
; none - English only by default

; List of localised vendor names - one per language. At least one must be provided (English [EN]). 
; List must correspond to list of languages specified elsewhere in the .pkg
%{"UIQ SDK Example"}

; The non-localised, globally unique vendor name (mandatory)
:"UIQ Technology"

; Package header
; Name, UID3, Major, Minor, Build, Package-type
#{"HelloWorld"}, (0xE0001001), 1, 0, 0, TYPE=SA

; ProductID for UIQ 3.0
; Product/platform version UID, Major, Minor, Build, Component name
(0x101F6300), 3, 0, 0, {"UIQ30ProductID"}

; Files to install for the application
; If you move the example to another destination then you also need to change these paths.
"\epoc32\release\WINSCW\UDEB\HelloWorld.exe"-"!:\sys\bin\HelloWorld.exe"
"\epoc32\data\z\resource\apps\HelloWorld.rsc"-"!:\resource\apps\HelloWorld.rsc"
"\epoc32\data\Z\Resource\Apps\HelloWorldAppIcon.mbm"-"!:\resource\apps\HelloWorldAppIcon.mbm"
"\epoc32\data\z\resource\apps\HelloWorld_loc.rsc"-"!:\resource\apps\HelloWorld_loc.rsc"
"\epoc32\data\z\private\10003a3f\apps\HelloWorld_reg.rsc"-"!:\private\10003a3f\import\apps\HelloWorld_reg.rsc"

⌨️ 快捷键说明

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