appinstaller/AppinstUi/startuplistupdater/tsrc/mt_startuplistupdater/data_src/teststartlist/doall.bat
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
child 70 e8965914fac7
equal deleted inserted replaced
65:7333d7932ef7 66:8b7f4e561641
     1 @echo off
       
     2 rem
       
     3 rem Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     4 rem All rights reserved.
       
     5 rem This component and the accompanying materials are made available
       
     6 rem under the terms of "Eclipse Public License v1.0"
       
     7 rem which accompanies this distribution, and is available
       
     8 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 rem
       
    10 rem Initial Contributors:
       
    11 rem Nokia Corporation - initial contribution.
       
    12 rem
       
    13 rem Contributors:
       
    14 rem
       
    15 rem Description:  Creates test exe for startup list updater test module.
       
    16 rem
       
    17 
       
    18 set CERTPATH=%1
       
    19 if not x%CERTPATH%x == xx goto doit
       
    20 echo Usage
       
    21 echo doall.bat [path to RD certificates]
       
    22 goto end
       
    23 
       
    24 :doit
       
    25 echo on
       
    26 call sbs
       
    27 call makesis teststartlist.pkg
       
    28 call makesis teststartlist_winscw.pkg
       
    29 call signsis teststartlist.sis teststartlist.sisx %CERTPATH%\rd.cer %CERTPATH%\rd-key.pem
       
    30 call signsis teststartlist_winscw.sis teststartlist_winscw.sisx %CERTPATH%\rd.cer %CERTPATH%\rd-key.pem
       
    31 if not exist ..\..\data mkdir ..\..\data
       
    32 if not exist ..\..\data\mmc mkdir ..\..\data\mmc
       
    33 if exist ..\..\data\mmc\teststartlist.sisx del /F/Q ..\..\data\mmc\teststartlist.sisx
       
    34 move teststartlist.sisx ..\..\data\mmc\.
       
    35 if exist ..\..\data\mmc\teststartlist_winscw.sisx del /F/Q ..\..\data\mmc\teststartlist_winscw.sisx
       
    36 move teststartlist_winscw.sisx ..\..\data\mmc\.
       
    37 del teststartlist.sis
       
    38 del teststartlist_winscw.sis
       
    39 call sbs reallyclean
       
    40 dir ..\..\data\mmc
       
    41 
       
    42 :end
       
    43 set CERTPATH=