equal
deleted
inserted
replaced
|
1 ; |
|
2 ; Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 ; All rights reserved. |
|
4 ; This component and the accompanying materials are made available |
|
5 ; under the terms of the License "Eclipse Public License v1.0" |
|
6 ; which accompanies this distribution, and is available |
|
7 ; at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 ; |
|
9 ; Initial Contributors: |
|
10 ; Nokia Corporation - initial contribution. |
|
11 ; |
|
12 ; Contributors: |
|
13 ; |
|
14 ; Description: |
|
15 ; |
|
16 ; Test package for User-selection |
|
17 |
|
18 ; Languages |
|
19 ; none - English only by default |
|
20 |
|
21 ; Installation header |
|
22 ; Only one component name as we only support English |
|
23 |
|
24 #{"user-selection"},(0x89334517),1,0,0 |
|
25 |
|
26 %{"Vendor"} |
|
27 :"Unique Vendor Name" |
|
28 |
|
29 ; for the PREQ1230 |
|
30 |
|
31 !({"Add-on 1 (20KB)"},{"Add-on 2 (75KB)"}, |
|
32 {"Add-on 3 (80KB)"}) |
|
33 if option1 |
|
34 "\epoc32\winscw\c\tswi\tinterpretsisinteg\data\selecta.txt"-"C:\selecta.txt" |
|
35 |
|
36 elseif option2 |
|
37 "\epoc32\winscw\c\tswi\tinterpretsisinteg\data\selectb.txt"-"C:\selectb.txt" |
|
38 |
|
39 |
|
40 elseif option3 |
|
41 "\epoc32\winscw\c\tswi\tinterpretsisinteg\data\selectc.txt"-"C:\selectc.txt" |
|
42 |
|
43 |
|
44 else |
|
45 "\epoc32\winscw\c\tswi\tinterpretsisinteg\data\notselected.txt"-"C:\notselected.txt" |
|
46 endif |
|
47 ; Required files |
|
48 ; None |
|
49 |
|
50 ; Component .sis files |
|
51 ; None |