qtms/SIS/QTMS_udeb_STUB_SIS.bat
changeset 32 edd273b3192a
parent 27 cbb1bfb7ebfb
--- a/qtms/SIS/QTMS_udeb_STUB_SIS.bat	Fri May 14 16:21:14 2010 +0300
+++ b/qtms/SIS/QTMS_udeb_STUB_SIS.bat	Thu May 27 13:19:19 2010 +0300
@@ -1,5 +1,5 @@
 rem
-rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+rem Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
 rem All rights reserved.
 rem This component and the accompanying materials are made available
 rem under the terms of "Eclipse Public License v1.0"
@@ -11,7 +11,7 @@
 rem
 rem Contributors:
 rem
-rem Description:  GStreamer SisStub
+rem Description:  Create QTMS UDEB SIS package
 rem
 
 @echo off
@@ -31,16 +31,12 @@
 echo - Copy dlls [udeb]:
 copy %EPOCROOT%epoc32\release\armv5\udeb\qtmsapi.dll .
 
-
-
 if errorlevel == 1 goto END_ERROR
 
 :CALL_ELFTRAIN
 echo - Updating Version No [10.1] (calling elftran)
 call elftran.exe -version 10.1 qtmsapi.dll
 
-
-
 :MAKESIS
 makesis ..\SIS\qtms.pkg ..\SIS\qtms.sis
 signsis ..\SIS\qtms.sis ..\SIS\qtms.sisx rd.crt rd.key
@@ -51,8 +47,6 @@
 echo - remove the copied dlls from current folder
 del qtmsapi.dll
 
-
-
 goto END
 
 :END_ERROR