author | sl@SLION-WIN7.fritz.box |
Fri, 15 Jun 2012 03:10:57 +0200 | |
changeset 0 | bde4ae8d615e |
permissions | -rw-r--r-- |
1 // Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
7 //
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
10 //
11 // Contributors:
12 //
13 // Description:
14 // gdi.dll Graphics base classes and support library
15 //
16 //
18 /**
19 @file
20 */
23 TARGET gdi.dll
24 CAPABILITY All -Tcb
25 TARGETTYPE DLL
26 UID 0x1000008D 0x10003B15
27 VENDORID 0x70000001
29 SOURCEPATH ../sgdi
31 USERINCLUDE ../inc
32 USERINCLUDE ../sgdi
33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
36 SOURCE FONT.CPP
37 SOURCE GDIMAIN.CPP
38 SOURCE LINE.CPP
39 SOURCE PALETTE.CPP
40 SOURCE PICTURE.CPP
41 SOURCE PRINTGDI.CPP
42 SOURCE RGB.CPP
43 SOURCE TFSTORE.CPP
44 SOURCE ZOOMFAC.CPP
45 SOURCE BIDI.CPP
46 SOURCE BidiCompact.cpp
47 SOURCE BidiText.cpp
48 SOURCE BidiCopy.cpp
49 SOURCE BidiVisual.cpp
50 SOURCE GlyphSel.cpp
51 SOURCE FontArabic.cpp
52 SOURCE FontThai.cpp
53 SOURCE FontIndic.cpp
54 SOURCE ShaperCli.cpp
55 SOURCE GDI.CPP
56 SOURCE hextree.cpp
58 LIBRARY euser.lib
59 LIBRARY efsrv.lib
60 LIBRARY estor.lib
61 LIBRARY bafl.lib
62 LIBRARY palette.lib
63 LIBRARY linebreak.lib
64 LIBRARY lookuptable.lib
65 DEFFILE GDI2.def
67 START WINS
68 BASEADDRESS 0x41900000
69 END
71 //optimal compiler flags identified in PN0082
72 always_build_as_arm
73 option_replace armcc --cpu 6
74 option armcc -Otime -O2
76 UNPAGED
79 SMPSAFE