os/graphics/graphicsdeviceinterface/gdi/group/GDI.MMP
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 
    23 TARGET          gdi.dll
    24 CAPABILITY All  -Tcb
    25 TARGETTYPE      DLL
    26 UID             0x1000008D 0x10003B15
    27 VENDORID        0x70000001
    28 
    29 SOURCEPATH	../sgdi
    30 
    31 USERINCLUDE     ../inc
    32 USERINCLUDE     ../sgdi
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    34 
    35 
    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
    57 
    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
    66 
    67 START WINS
    68 BASEADDRESS     0x41900000
    69 END
    70 
    71 //optimal compiler flags identified in PN0082
    72 always_build_as_arm
    73 option_replace armcc --cpu 6
    74 option armcc -Otime -O2
    75 
    76 UNPAGED
    77 
    78 
    79 SMPSAFE