📄 testing.pkg
字号:
; @brief Package information file for the Testing console application
;
; Copyright (c) EMCC Software Ltd 2003
; @version 1.0
; Console applications have no UID
;
; Supply the app name, the app's UID, version, minor version, build and package type.
; Note that Executables don't have an application UID - it is typically "set" to zero (0) -
; but the package installer requires a UID, so one must be assigned for the package file for
; an EXE, otherwise the executable will be removed when the next one with a zero UID is installed.
#{"Testing"}, (0x101FDA8B), 1, 0, 0
(0x101F6F88), 0, 0, 0, {"Series60ProductID"}
;
; One file to install - it must be stored on the C: drive to be picked up by the ExeLauncher utility.
; There is no point in running a release build on target, as it will not run the OOM tests
; (the heap checking and failure macros are for debugging builds only!)
;
"..\..\..\Epoc32\release\armi\udeb\Testing.exe" -"c:\EMCC\Exes\Testing.exe"
; End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -