|
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 with logging utility. |
|
15 rem |
|
16 |
|
17 |
|
18 call makesis coverflow_test_udeb.pkg |
|
19 call signsis -s coverflow_test_udeb.sis coverflow_test_udeb.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 slider_test.pkg |
|
31 call signsis -s slider_test.sis slider_test.sisx RDTest_02.der RDTest_02.key |
|
32 |
|
33 call makesis softkeytest.pkg |
|
34 call signsis -s softkeytest.sis softkeytest.sisx RDTest_02.der RDTest_02.key |
|
35 |
|
36 call makesis toolbar_test.pkg |
|
37 call signsis -s toolbar_test.sis toolbar_test.sisx RDTest_02.der RDTest_02.key |
|
38 |
|
39 call makesis metapane_test.pkg |
|
40 call signsis -s metapane_test.sis metapane_test.sisx RDTest_02.der RDTest_02.key |