mulwidgets/sis/test .bat
branchRCL_3
changeset 26 0e9bb658ef58
parent 0 e83bab7cf002
equal deleted inserted replaced
25:4ea6f81c838a 26:0e9bb658ef58
       
     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: bat file to create all Widget's test app.
       
    15 rem
       
    16 
       
    17 
       
    18 call makesis coverflow_test.pkg
       
    19 call signsis -s coverflow_test.sis coverflow_test.sisx RDTest_02.der RDTest_02.key
       
    20 
       
    21 call makesis gesturetest.pkg
       
    22 call signsis -s gesturetest.sis gesturetest.sisx RDTest_02.der RDTest_02.key
       
    23 
       
    24 call makesis grid_test.pkg
       
    25 call signsis -s grid_test.sis grid_test.sisx RDTest_02.der RDTest_02.key
       
    26 
       
    27 call makesis mullistapp_test.pkg
       
    28 call signsis -s mullistapp_test.sis mullistapp_test.sisx RDTest_02.der RDTest_02.key
       
    29 
       
    30 call makesis ListTest.pkg
       
    31 call signsis -s ListTest.sis ListTest.sisx RDTest_02.der RDTest_02.key
       
    32 call makesis slider_test.pkg
       
    33 call signsis -s slider_test.sis slider_test.sisx RDTest_02.der RDTest_02.key
       
    34