sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
* All rights reserved.
|
sl@0
|
4 |
* This component and the accompanying materials are made available
|
sl@0
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
sl@0
|
6 |
* which accompanies this distribution, and is available
|
sl@0
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
*
|
sl@0
|
9 |
* Initial Contributors:
|
sl@0
|
10 |
* Nokia Corporation - initial contribution.
|
sl@0
|
11 |
*
|
sl@0
|
12 |
* Contributors:
|
sl@0
|
13 |
*
|
sl@0
|
14 |
* Description:
|
sl@0
|
15 |
*
|
sl@0
|
16 |
*/
|
sl@0
|
17 |
|
sl@0
|
18 |
#ifndef __ETEXTTESTS_IBY__
|
sl@0
|
19 |
#define __ETEXTTESTS_IBY__
|
sl@0
|
20 |
|
sl@0
|
21 |
REM EText tests
|
sl@0
|
22 |
|
sl@0
|
23 |
#include <etext.iby>
|
sl@0
|
24 |
data=DATAZ_\ETextTest\ETextTests.bat \ETextTests.bat
|
sl@0
|
25 |
// TEF server
|
sl@0
|
26 |
file=ABI_DIR\BUILD_DIR\TETextServer.exe \sys\bin\TETextServer.exe
|
sl@0
|
27 |
|
sl@0
|
28 |
// script files
|
sl@0
|
29 |
// - see pkg file ETextTests.pkg
|
sl@0
|
30 |
|
sl@0
|
31 |
data=ZSYSTEM\..\test\app-framework\etext\AGGREGAT.PML test\app-framework\etext\AGGREGAT.PML
|
sl@0
|
32 |
data=ZSYSTEM\..\test\app-framework\etext\CHARTEST.PML test\app-framework\etext\CHARTEST.PML
|
sl@0
|
33 |
data=ZSYSTEM\..\test\app-framework\etext\CLIMB.txt test\app-framework\etext\CLIMB.txt
|
sl@0
|
34 |
data=ZSYSTEM\..\test\app-framework\etext\COMPLEX.PML test\app-framework\etext\COMPLEX.PML
|
sl@0
|
35 |
data=ZSYSTEM\..\test\app-framework\etext\COMPONNT.PML test\app-framework\etext\COMPONNT.PML
|
sl@0
|
36 |
data=ZSYSTEM\..\test\app-framework\etext\DUNK.PML test\app-framework\etext\DUNK.PML
|
sl@0
|
37 |
data=ZSYSTEM\..\test\app-framework\etext\IMPORT1.txt test\app-framework\etext\IMPORT1.txt
|
sl@0
|
38 |
data=ZSYSTEM\..\test\app-framework\etext\POLYGLOT.txt test\app-framework\etext\POLYGLOT.txt
|
sl@0
|
39 |
data=ZSYSTEM\..\test\app-framework\etext\RICHOOM1.PML test\app-framework\etext\RICHOOM1.PML
|
sl@0
|
40 |
data=ZSYSTEM\..\test\app-framework\etext\RICHOOM2.PML test\app-framework\etext\RICHOOM2.PML
|
sl@0
|
41 |
data=ZSYSTEM\..\test\app-framework\etext\RT1.PML test\app-framework\etext\RT1.PML
|
sl@0
|
42 |
data=ZSYSTEM\..\test\app-framework\etext\RTCLIPB.PML test\app-framework\etext\RTCLIPB.PML
|
sl@0
|
43 |
data=ZSYSTEM\..\test\app-framework\etext\RTCLIPB2.PML test\app-framework\etext\RTCLIPB2.PML
|
sl@0
|
44 |
data=ZSYSTEM\..\test\app-framework\etext\RTCLIPB3.PML test\app-framework\etext\RTCLIPB3.PML
|
sl@0
|
45 |
data=ZSYSTEM\..\test\app-framework\etext\SHARED.PML test\app-framework\etext\SHARED.PML
|
sl@0
|
46 |
data=ZSYSTEM\..\test\app-framework\etext\TEST1.PML test\app-framework\etext\TEST1.PML
|
sl@0
|
47 |
data=ZSYSTEM\..\test\app-framework\etext\TTIMES1.PML test\app-framework\etext\TTIMES1.PML
|
sl@0
|
48 |
data=ZSYSTEM\..\test\app-framework\etext\T_CONVRT.PML test\app-framework\etext\T_CONVRT.PML
|
sl@0
|
49 |
data=ZSYSTEM\..\test\app-framework\etext\T_INDTER.PML test\app-framework\etext\T_INDTER.PML
|
sl@0
|
50 |
data=ZSYSTEM\..\test\app-framework\etext\T_PARA.PML test\app-framework\etext\T_PARA.PML
|
sl@0
|
51 |
data=ZSYSTEM\..\test\app-framework\etext\T_PARA2.PML test\app-framework\etext\T_PARA2.PML
|
sl@0
|
52 |
data=ZSYSTEM\..\test\app-framework\etext\T_PICRES.PML test\app-framework\etext\T_PICRES.PML
|
sl@0
|
53 |
data=ZSYSTEM\..\test\app-framework\etext\T_RICH1A.PML test\app-framework\etext\T_RICH1A.PML
|
sl@0
|
54 |
data=ZSYSTEM\..\test\app-framework\etext\T_RICHTX.PML test\app-framework\etext\T_RICHTX.PML
|
sl@0
|
55 |
#endif
|