35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
|
; test_tport.pkg for sofia-sip package
|
||
|
;
|
||
|
; Copyright (C) 2005,2006,2007 Nokia Corporation
|
||
|
; Contact: Pekka Pessi <pekka.pessi@nokia.com>
|
||
|
; Licensed under LGPL. See file COPYING.
|
||
|
|
||
|
;File: test_tport.pkg;
|
||
|
;
|
||
|
|
||
|
;*Languages
|
||
|
&EN
|
||
|
;
|
||
|
;*Standard SIS file header. This section specifies the package name,
|
||
|
;application UID, and version/build numbers. Add the package TYPE here if needed.
|
||
|
#{"test_tport"},(0x1F001AC5),1,0,1;
|
||
|
;
|
||
|
|
||
|
;*Unique (Non-Localised) Vendor name
|
||
|
;This is used in combination with signing to prevent the unauthroized
|
||
|
;upgrade ofa a package by someone other than the rightful vendor.
|
||
|
:""
|
||
|
|
||
|
;*Localized Vendor Name
|
||
|
;This specifies the localised vendor name(s) corresponding to language(s).
|
||
|
%{""}
|
||
|
|
||
|
;*Files To Copy...<src> <destination>
|
||
|
;The destination files should be a full path. If you use a '!' character
|
||
|
;instead of a drive letter, ther user should be given the choice of the drive
|
||
|
;to install the file to (on supported Symbian devices).
|
||
|
|
||
|
|
||
|
;Sofia-SIP test suite apps
|
||
|
"\EPOC32\RELEASE\ARMV5\UREL\TEST_TPORT.exe" - "!:\sys\bin\TEST_TPORT.exe"
|
||
|
"\epoc32\data\z\private\10003a3f\import\apps\test_tport_reg.rsc" -"!:\private\10003a3f\import\apps\test_tport.rsc"
|