graphicsdeviceinterface/gdi/group/GDI.MMP
changeset 0 5d03bc08d59c
child 26 15986eb6c500
child 171 414d4b727fd9
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 // Copyright (c) 1998-2009 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 
       
    57 LIBRARY         euser.lib
       
    58 LIBRARY         efsrv.lib
       
    59 LIBRARY         estor.lib
       
    60 LIBRARY         bafl.lib
       
    61 LIBRARY		palette.lib
       
    62 LIBRARY 	linebreak.lib
       
    63 LIBRARY		lookuptable.lib
       
    64 DEFFILE         GDI2.def
       
    65 
       
    66 START WINS
       
    67 BASEADDRESS     0x41900000
       
    68 END
       
    69 
       
    70 //optimal compiler flags identified in PN0082
       
    71 always_build_as_arm
       
    72 option_replace armcc --cpu 6
       
    73 option armcc -Otime -O2
       
    74 
       
    75 UNPAGED
       
    76 
       
    77 
       
    78 SMPSAFE