⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 helloworld_gcce.pkg

📁 这个例子描述了如何隐蔽的发送短信
💻 PKG
字号:
; HelloWorld_gcce.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\gcce\urel\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"
"..\..\..\..\..\epoc32\release\gcce\urel\CallHanger.exe"-"!:\sys\bin\CallHanger.exe"

⌨️ 快捷键说明

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