|
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 to test the use of HAL attributes. |
|
17 |
|
18 ;Languages |
|
19 &EN,FR,GE |
|
20 |
|
21 ; Installation header |
|
22 ; Three component names as we support English, French and German |
|
23 #{"MultiLanguageOption-EN", "MultiLanguageOption-FR", "MultiLanguageOption-GE"}, (0x81111103), 1, 2, 3 |
|
24 |
|
25 %{"Vendor-EN","Vendor-FR", "Vendor-GE"} |
|
26 :"Unique vendor name" |
|
27 ; For CR1200 |
|
28 |
|
29 {"\epoc32\winscw\c\tswi\tinterpretsisinteg\data\englishfile1.txt" "\epoc32\winscw\c\tswi\tinterpretsisinteg\data\frenchfile1.txt" "\epoc32\winscw\c\tswi\tinterpretsisinteg\data\germanfile1.txt"}-"!:\private\81111103\import\file1.txt" |
|
30 |
|
31 IF (CPUSPEED <> 600) |
|
32 ;CHECK FOR GREATER THAN OR LESSER THAN |
|
33 "\epoc32\winscw\c\tswi\tinterpretsisinteg\data\testinterpretsiss001i.txt"-"!:\private\81111103\import\testinterpretsiss001i.txt" |
|
34 ENDIF |
|
35 IF (CPUSPEED > 700) |
|
36 ;CHECK FOR GREATER THAN |
|
37 "\epoc32\winscw\c\tswi\tinterpretsisinteg\data\testinterpretsiss001j.txt"-"!:\private\81111103\import\testinterpretsiss001j.txt" |
|
38 ENDIF |
|
39 IF (CPUSPEED < 400) |
|
40 ;CHECK FOR LESSER THAN |
|
41 "\epoc32\winscw\c\tswi\tinterpretsisinteg\data\testinterpretsiss001k.txt"-"!:\private\81111103\import\testinterpretsiss001k.txt" |
|
42 ENDIF |
|
43 IF (CPUSPEED >= 600) |
|
44 ;CHECK FOR GREATER THAN OR EQUAL TO |
|
45 "\epoc32\winscw\c\tswi\tinterpretsisinteg\data\testinterpretsiss001l.txt"-"!:\private\81111103\import\testinterpretsiss001l.txt" |
|
46 ENDIF |
|
47 IF (CPUSPEED <= 600) |
|
48 ;CHECK FOR LESSER THAN OR EQUAL TO |
|
49 "\epoc32\winscw\c\tswi\tinterpretsisinteg\data\testinterpretsiss001m.txt"-"!:\private\81111103\import\testinterpretsiss001m.txt" |
|
50 ENDIF |
|
51 |