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