author | William Roberts <williamr@symbian.org> |
Fri, 03 Sep 2010 14:47:26 +0100 | |
changeset 58 | 876d950bc52d |
parent 51 | a7c938434754 |
permissions | -rw-r--r-- |
32 | 1 |
/* |
51
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
2 |
* Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies). |
32 | 3 |
* All rights reserved. |
4 |
* This component and the accompanying materials are made available |
|
5 |
* under the terms of "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 |
* Text formatting/layout services |
|
16 |
* |
|
17 |
*/ |
|
18 |
||
19 |
||
20 |
/** |
|
21 |
@file |
|
22 |
*/ |
|
23 |
||
24 |
||
25 |
PRJ_PLATFORMS |
|
26 |
||
27 |
DEFAULT WINC |
|
28 |
||
29 |
PRJ_EXPORTS |
|
30 |
../inc/tagmaLayoutAndSource.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(tagmalayoutandsource.h) |
|
31 |
../inc/TAGMA_INTERNAL.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(tagma_internal.h) |
|
32 |
#ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
33 |
../inc/FRMTLAY_INTERNAL.H /epoc32/include/frmtlay_internal.h |
|
34 |
#endif |
|
35 |
#ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
36 |
../inc/FRMCONST_INTERNAL.H /epoc32/include/frmconst_internal.h |
|
37 |
#endif |
|
38 |
../inc/FRMCONST_PARTNER.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(frmconst_partner.h) |
|
39 |
||
40 |
../inc/FRMCONST.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(frmconst.h) |
|
41 |
../inc/FRMFRAME.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(frmframe.h) |
|
42 |
../inc/FRMLAYDT.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(frmlaydt.h) |
|
43 |
../inc/FRMPAGE.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(frmpage.h) |
|
44 |
../inc/FRMPARAM.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(frmparam.h) |
|
45 |
../inc/FRMPRINT.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(frmprint.h) |
|
46 |
../inc/FRMTLAY.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(frmtlay.h) |
|
47 |
../inc/FRMTVIEW.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(frmtview.h) |
|
48 |
../inc/FRMVIS.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(frmvis.h) |
|
49 |
../inc/FRMCURS.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(frmcurs.h) |
|
50 |
../inc/TAGMA.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(tagma.h) |
|
51 |
#ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
52 |
../inc/form_and_etext_editor.h |
|
53 |
#endif |
|
54 |
#ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
55 |
../inc/unified_editor.h |
|
56 |
#endif |
|
57 |
#ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
58 |
../inc/EditorUndo.h /epoc32/include/editorundo.h |
|
59 |
#endif |
|
60 |
#ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
61 |
../inc/UndoSystem.h /epoc32/include/undosystem.h |
|
62 |
#endif |
|
63 |
../inc/InlineText.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(inlinetext.h) |
|
64 |
||
65 |
../group/Form.iby /epoc32/rom/include/form.iby |
|
66 |
||
67 |
PRJ_TESTEXPORTS |
|
68 |
||
69 |
// batch file that runs all automatic charconv tests on hardware |
|
51
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
70 |
../test/scripts/formtests_run.bat z:/test/app-framework/form/formtests_run.bat |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
71 |
../test/scripts/formtests_run.bat /epoc32/release/winscw/urel/formtests_run.bat |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
72 |
../test/scripts/formtests_run.bat /epoc32/release/winscw/udeb/formtests_run.bat |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
73 |
|
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
74 |
../test/scripts/formtests.bat z:/test/app-framework/form/formtests.bat |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
75 |
|
32 | 76 |
../group/FormTests.iby /epoc32/rom/include/formtests.iby |
77 |
../group/formTechviewRTests.iby /epoc32/rom/include/formtechviewrtests.iby |
|
78 |
||
51
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
79 |
//script |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
80 |
../test/scripts/form_t_all.script z:/test/app-framework/form/form_t_all.script |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
81 |
../test/scripts/form_t_customcharmapping.script z:/test/app-framework/form/form_t_customcharmapping.script |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
82 |
../test/scripts/form_t_tagmaimp.script z:/test/app-framework/form/form_t_tagmaimp.script |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
83 |
../test/scripts/form_t_tmsouce.script z:/test/app-framework/form/form_t_tmsource.script |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
84 |
../test/scripts/form_t_bidicursorpos.script z:/test/app-framework/form/form_t_bidicursorpos.script |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
85 |
../test/scripts/form_t_tmcode.script z:/test/app-framework/form/form_t_tmcode.script |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
86 |
../test/scripts/form_t_unique.script z:/test/app-framework/form/form_t_unique.script |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
87 |
../test/scripts/form_t_undo.script z:/test/app-framework/form/form_t_undo.script |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
88 |
../test/scripts/form_t_interpreter.script z:/test/app-framework/form/form_t_interpreter.script |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
89 |
../test/scripts/form_t_format.script z:/test/app-framework/form/form_t_format.script |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
90 |
../test/scripts/form_t_inlinetext.script z:/test/app-framework/form/form_t_inlinetext.script |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
91 |
../test/scripts/form_t_graphemeiterator.script z:/test/app-framework/form/form_t_graphemeiterator.script |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
92 |
../test/scripts/form_t_formbenchmark.script z:/test/app-framework/form/form_t_formbenchmark.script |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
93 |
../test/scripts/form_t_linepag.script z:/test/app-framework/form/form_t_linepag.script |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
94 |
../test/scripts/form_t_formhindi.script z:/test/app-framework/form/form_t_formhindi.script |
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
95 |
|
32 | 96 |
// Bitmap data |
97 |
../test/data/dilbert.mbm z:/system/data/ttreddilbert.mbm |
|
98 |
../test/data/data.mbm z:/system/data/ttreddata.mbm |
|
99 |
||
100 |
// Copies form test data into the C drive emulator location |
|
101 |
../tdata/LIST1.TXT z:/test/app-framework/form/input/list1.txt |
|
102 |
../tdata/LIST2.TXT z:/test/app-framework/form/input/list2.txt |
|
103 |
../tdata/LIST3.TXT z:/test/app-framework/form/input/list3.txt |
|
104 |
../tdata/CURSORS.MBM z:/test/app-framework/form/input/cursors.mbm |
|
105 |
../tdata/Bitmaps.zip z:/test/app-framework/form/input/bitmaps.zip |
|
106 |
../testfont/clearlyu.gdr z:/resource/fonts/clearlyu.gdr |
|
107 |
||
108 |
:zip ../tdata/SCRIPT2.ZIP z:/test/app-framework/form/input/ |
|
109 |
||
110 |
||
111 |
../testfont/TESTFONT.GDR z:/system/fonts/testfont.gdr |
|
112 |
||
113 |
PRJ_MMPFILES |
|
114 |
||
115 |
../group/TAGMA.MMP |
|
116 |
../group/FORM2.MMP |
|
117 |
../group/form_and_etext_editor.mmp |
|
118 |
../group/Undo.mmp |
|
119 |
||
120 |
PRJ_TESTMMPFILES |
|
51
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
121 |
../test/group/tformserver.mmp |
32 | 122 |
|
123 |
#ifndef WINC |
|
124 |
../test/group/TBitmapDoc.mmp support // DLL |
|
125 |
../test/group/TTAGMA.MMP manual // Needs to run in full EPOC.EXE environment & requires manual intervention |
|
126 |
../test/group/TTextView.mmp manual // Needs to run in full EPOC.EXE environment |
|
127 |
../test/group/TTextView2.mmp manual // Needs to run in full EPOC.EXE environment |
|
128 |
../test/group/TCustomWrap.mmp support // APP |
|
129 |
../test/group/TTranspEditor.mmp support // App |
|
130 |
../test/group/TForm18030.mmp manual |
|
131 |
#endif |
|
132 |
||
133 |
||
134 |
//BAND FORMAT TESTS |
|
135 |
#include "../test/tbandformat/group/bld.inf" |
|
136 |