os/ossrv/lowlevellibsandfws/pluginfw/TestExecute/EComSWITests/data/doSIS.bat
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 @rem
     2 @rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 @rem All rights reserved.
     4 @rem This component and the accompanying materials are made available
     5 @rem under the terms of "Eclipse Public License v1.0"
     6 @rem which accompanies this distribution, and is available
     7 @rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 @rem
     9 @rem Initial Contributors:
    10 @rem Nokia Corporation - initial contribution.
    11 @rem
    12 @rem Contributors:
    13 @rem
    14 @rem Description:
    15 @rem
    16 rem The stub..
    17 call makesis -s -d%epocroot% EComPluginStub.pkg
    18 
    19 rem  This will create the first the SIS and then a signed SIs for WINSCW
    20 call makesis -d%epocroot% EComPlugin1WINSCW.pkg
    21 call signsis -S EComPlugin1WINSCW.SIS EComPlugin1WINSCWs.sis certstore\centreproot.pem certstore\centreproot.key
    22 
    23 rem  This will create the first the SIS and then a signed SIs for ARMV5
    24 call makesis -d%epocroot% EComPlugin1ARM.pkg
    25 call signsis -S EComPlugin1ARM.SIS EComPlugin1ARMs.sis certstore\centreproot.pem certstore\centreproot.key
    26 
    27 rem  This will create the first the SIS and then a signed SIs for WINSCW
    28 call makesis -d%epocroot% EComPlugin1UpgWINSCW.pkg
    29 call signsis -S EComPlugin1UpgWINSCW.SIS EComPlugin1UpgWINSCWs.sis certstore\centreproot.pem certstore\centreproot.key
    30 
    31 rem  This will create the first the SIS and then a signed SIs for ARMV5
    32 call makesis -d%epocroot% EComPlugin1UpgARM.pkg
    33 call signsis -S EComPlugin1UpgARM.SIS EComPlugin1UpgARMs.sis certstore\centreproot.pem certstore\centreproot.key
    34 
    35 
    36 
    37 rem  This will create the first the SIS and then a signed SIs for WINSCW
    38 call makesis -d%epocroot% EComPlugin2WINSCW.pkg
    39 call signsis -S EComPlugin2WINSCW.SIS EComPlugin2WINSCWs.sis certstore\centreproot.pem certstore\centreproot.key
    40 
    41 rem  This will create the first the SIS and then a signed SIs for ARMV5
    42 call makesis -d%epocroot% EComPlugin2ARM.pkg
    43 call signsis -S EComPlugin2ARM.SIS EComPlugin2ARMs.sis certstore\centreproot.pem certstore\centreproot.key
    44 
    45 
    46 
    47 
    48 
    49 rem  This will create the first the SIS and then a signed SIs for WINSCW
    50 call makesis -d%epocroot% EComPlugin3UpgWINSCW.pkg
    51 call signsis -S EComPlugin3UpgWINSCW.SIS EComPlugin3UpgWINSCWs.sis certstore\centreproot.pem certstore\centreproot.key
    52 
    53 rem  This will create the first the SIS and then a signed SIs for ARMV5
    54 call makesis -d%epocroot% EComPlugin3UpgARM.pkg
    55 call signsis -S EComPlugin3UpgARM.SIS EComPlugin3UpgARMs.sis certstore\centreproot.pem certstore\centreproot.key