LISTING 1:  PACKAGE FILE LISTING FOR THINLET TEST APPLICATION

;Basic install file for Thinlet Demo Header
; Installation header - contains App Name, UID,  Version (1.0.0) and type (Application)
#{"test"},(0x01000035),1,0,0, TYPE=SA
;
; Below used for any Symbian based phone and needed by emulator to run
(0x101F617B), 2, 0, 0, {"UIQ20ProductID"}
;Below is only used when deploying to an actual P800 - above cannot be then be used
;(0x101F80BE),1,0,0,{"SonyEricssonP80xPlatformProductID"}
;
; Only two files to install for the minimal application
"Test.app"-"!:\system\apps\demotest\test.app"
"Test.aif"-"!:\system\apps\demotest\test.aif"
"Test.txt"-"!:\system\apps\demotest\test.txt"
"Test.jar"-"!:\system\apps\demotest\test.jar"
; If we had generated our own icon then we would install it using something like
below
;"Test.mbm"-"!:\system\apps\demotest\Test.mbm"
;
; Required files
; None
;
; Component .sis files
; None