sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 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 |
|
sl@0
|
19 |
|
sl@0
|
20 |
TARGET tformserver.exe
|
sl@0
|
21 |
TARGETTYPE exe
|
sl@0
|
22 |
capability All -TCB
|
sl@0
|
23 |
|
sl@0
|
24 |
MW_LAYER_SYSTEMINCLUDE_SYMBIAN
|
sl@0
|
25 |
USERINCLUDE ../../tagma
|
sl@0
|
26 |
USERINCLUDE ../../inc
|
sl@0
|
27 |
USERINCLUDE ../src ../traces
|
sl@0
|
28 |
USERINCLUDE ../../undo
|
sl@0
|
29 |
|
sl@0
|
30 |
SOURCEPATH ../src
|
sl@0
|
31 |
SOURCE tformserver.cpp
|
sl@0
|
32 |
SOURCE tcustomcharmapping.cpp
|
sl@0
|
33 |
SOURCE TGraphicsContext.cpp
|
sl@0
|
34 |
SOURCE TTagmaImp.cpp
|
sl@0
|
35 |
SOURCE TTmSource.cpp
|
sl@0
|
36 |
SOURCE TBidiCursorPos.cpp
|
sl@0
|
37 |
SOURCE TTmCode.cpp
|
sl@0
|
38 |
SOURCE TUnique.cpp
|
sl@0
|
39 |
SOURCE TUndo.cpp
|
sl@0
|
40 |
SOURCE TInterpreter.cpp
|
sl@0
|
41 |
SOURCE TestLayout.cpp
|
sl@0
|
42 |
SOURCE TestPicture.cpp
|
sl@0
|
43 |
SOURCE TFormat.cpp
|
sl@0
|
44 |
SOURCE TInlineText.cpp
|
sl@0
|
45 |
SOURCE TGraphemeIterator.cpp
|
sl@0
|
46 |
SOURCE TFormBenchmark.cpp
|
sl@0
|
47 |
SOURCE TLINEPAG.CPP
|
sl@0
|
48 |
SOURCE tformhindi.cpp
|
sl@0
|
49 |
|
sl@0
|
50 |
SOURCEPATH ../../tagma
|
sl@0
|
51 |
SOURCE TMCODE.CPP TMLAYOUT.CPP TMINTERP.CPP TMGLYPH.CPP TMFORWRD.CPP
|
sl@0
|
52 |
SOURCE TMSOURCE.CPP TMTEXT.CPP tmeditor.cpp TMFORMAT.CPP
|
sl@0
|
53 |
SOURCE TmHighlightSource.cpp TmChunkInterp.cpp
|
sl@0
|
54 |
SOURCE TmTextDrawExt.cpp tmreformat.cpp
|
sl@0
|
55 |
SOURCE TmBufferBase.cpp TBidirectionalEndofLineContext.cpp
|
sl@0
|
56 |
SOURCE TmChunk.cpp TmLine.cpp TmFormatContext.cpp
|
sl@0
|
57 |
|
sl@0
|
58 |
SOURCEPATH ../../undo
|
sl@0
|
59 |
SOURCE UniqueInstanceImpl.cpp UniqueInstance.cpp
|
sl@0
|
60 |
SOURCE UndoSystem.cpp UndoSystemImpl.cpp
|
sl@0
|
61 |
SOURCE EditorCommands.cpp EditorUndo.cpp
|
sl@0
|
62 |
SOURCE EditorPlainTextCommands.cpp EditorPlainTextUndo.cpp
|
sl@0
|
63 |
|
sl@0
|
64 |
SOURCEPATH ../../tbox
|
sl@0
|
65 |
SOURCE FormLinePag.cpp
|
sl@0
|
66 |
|
sl@0
|
67 |
LIBRARY euser.lib
|
sl@0
|
68 |
LIBRARY testexecuteutils.lib
|
sl@0
|
69 |
LIBRARY testexecutelogclient.lib
|
sl@0
|
70 |
LIBRARY gdi.lib form.lib etext.lib ws32.lib fbscli.lib efsrv.lib
|
sl@0
|
71 |
|
sl@0
|
72 |
LIBRARY cone.lib fntstr.lib
|
sl@0
|
73 |
LIBRARY estor.lib tagma.lib
|
sl@0
|
74 |
LIBRARY linebreak.lib
|
sl@0
|
75 |
LIBRARY form_and_etext_editor.lib
|
sl@0
|
76 |
LIBRARY bitgdi.lib
|
sl@0
|
77 |
|
sl@0
|
78 |
#ifdef ENABLE_ABIV2_MODE
|
sl@0
|
79 |
DEBUGGABLE_UDEBONLY
|
sl@0
|
80 |
#endif
|
sl@0
|
81 |
|
sl@0
|
82 |
epocstacksize 0x10000
|
sl@0
|
83 |
|
sl@0
|
84 |
VENDORID 0x70000001
|
sl@0
|
85 |
|
sl@0
|
86 |
SMPSAFE |