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

📄 messages_gcce.pkg

📁 UIQ3.3手机平台的一个关于信息例程。程序中有说明
💻 PKG
字号:
; Messages_gcce.pkg
;
; © UIQ Technology AB 2008. 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
#{"Messages"}, (0xE0001010), 1, 0, 0, TYPE=SA

; ProductID for UIQ 3.3
; Product/platform version UID, Major, Minor, Build, Component name
(0x101F654E), 3, 3, 0, {"UIQ33ProductID"}

; Files to install for Messages application
; If the example is moved to another destination then the paths need to be updated.
"..\..\..\..\..\epoc32\release\gcce\urel\Messages.exe"-"!:\sys\bin\Messages.exe"
"..\..\..\..\..\epoc32\data\Z\Resource\Apps\Messages.rsc"-"!:\resource\apps\Messages.rsc"
"..\..\..\..\..\epoc32\data\z\Private\10003a3f\Apps\Messages_reg.rsc"-"!:\private\10003a3f\import\apps\Messages_reg.rsc"
"..\..\..\..\..\epoc32\winscw\c\shared\Messages\MessagesJpeg.jpg" - "c:\shared\Messages\MessagesJpeg.jpg"
"..\..\..\..\..\epoc32\winscw\c\shared\Messages\MessagesText.txt" - "c:\shared\Messages\MessagesText.txt"
"..\..\..\..\..\epoc32\winscw\c\shared\Messages\MessagesSmil.smil" - "c:\shared\Messages\MessagesSmil.smil"
"..\..\..\..\..\epoc32\winscw\c\shared\Messages\MessagesWbmp.wbmp" - "c:\shared\Messages\MessagesWbmp.wbmp"

; If SVG is supported, install SVG icon
; Else, install MBM icon
IF package(0x101F64C7)
"..\..\..\..\..\epoc32\data\Z\Resource\Apps\MessagesAppIcon.svg"-"!:\resource\apps\MessagesAppIcon.svg"
"..\..\..\..\..\epoc32\data\Z\Resource\Apps\Messages_loc.rsc"-"!:\resource\apps\Messages_loc.rsc"
ELSE 
"..\..\..\..\..\epoc32\data\Z\Resource\Apps\MessagesAppIcon.mbm"-"!:\resource\apps\MessagesAppIcon.mbm"
"..\..\..\..\..\epoc32\data\Z\Resource\Apps\Messages_mbm_loc.rsc"-"!:\resource\apps\Messages_loc.rsc"
ENDIF

⌨️ 快捷键说明

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