os/persistentdata/persistentstorage/centralrepository/test/doflashsis.bat
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
@echo off
sl@0
     2
rem For flash test stub (centrepswiteststub.sis) see testexecute/SWI/data/dosis.bat
sl@0
     3
rem
sl@0
     4
rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     5
rem All rights reserved.
sl@0
     6
rem This component and the accompanying materials are made available
sl@0
     7
rem under the terms of "Eclipse Public License v1.0"
sl@0
     8
rem which accompanies this distribution, and is available
sl@0
     9
rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
    10
rem
sl@0
    11
rem Initial Contributors:
sl@0
    12
rem Nokia Corporation - initial contribution.
sl@0
    13
rem
sl@0
    14
rem Contributors:
sl@0
    15
rem
sl@0
    16
rem Description:
sl@0
    17
rem
sl@0
    18
@echo on
sl@0
    19
sl@0
    20
rem Make and sign the RF1 package.
sl@0
    21
makesis RF1.pkg
sl@0
    22
makesis RF2.pkg
sl@0
    23
makesis RF3.pkg
sl@0
    24
makesis RF4.pkg
sl@0
    25
sl@0
    26
signsis -S RF1.sis techview_RF1.sis testexecute\SWI\data\certstore\centreproot.pem testexecute\SWI\data\certstore\centreproot.key
sl@0
    27
signsis -S RF2.sis techview_RF2.sis testexecute\SWI\data\certstore\centreproot.pem testexecute\SWI\data\certstore\centreproot.key
sl@0
    28
signsis -S RF3.sis techview_RF3.sis testexecute\SWI\data\certstore\centreproot.pem testexecute\SWI\data\certstore\centreproot.key
sl@0
    29
signsis -S RF4.sis techview_RF4.sis testexecute\SWI\data\certstore\centreproot.pem testexecute\SWI\data\certstore\centreproot.key
sl@0
    30
sl@0
    31
signsis -S RF1.sis rnd_RF1.sis testexecute\SWI\data\certstore\Nokia_RnDCert_02.der testexecute\SWI\data\certstore\Nokia_RnDCert_02.key
sl@0
    32
signsis -S RF2.sis rnd_RF2.sis testexecute\SWI\data\certstore\Nokia_RnDCert_02.der testexecute\SWI\data\certstore\Nokia_RnDCert_02.key
sl@0
    33
signsis -S RF3.sis rnd_RF3.sis testexecute\SWI\data\certstore\Nokia_RnDCert_02.der testexecute\SWI\data\certstore\Nokia_RnDCert_02.key
sl@0
    34
signsis -S RF4.sis rnd_RF4.sis testexecute\SWI\data\certstore\Nokia_RnDCert_02.der testexecute\SWI\data\certstore\Nokia_RnDCert_02.key
sl@0
    35
sl@0
    36
del /f RF1.sis
sl@0
    37
del /f RF2.sis
sl@0
    38
del /f RF3.sis
sl@0
    39
del /f RF4.sis