os/graphics/graphicsdeviceinterface/gdi/group/GDI.MMP
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/graphicsdeviceinterface/gdi/group/GDI.MMP	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,79 @@
     1.4 +// Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// gdi.dll Graphics base classes and support library
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +/**
    1.22 + @file
    1.23 +*/
    1.24 +
    1.25 +
    1.26 +TARGET          gdi.dll
    1.27 +CAPABILITY All  -Tcb
    1.28 +TARGETTYPE      DLL
    1.29 +UID             0x1000008D 0x10003B15
    1.30 +VENDORID        0x70000001
    1.31 +
    1.32 +SOURCEPATH	../sgdi
    1.33 +
    1.34 +USERINCLUDE     ../inc
    1.35 +USERINCLUDE     ../sgdi
    1.36 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.37 +
    1.38 +
    1.39 +SOURCE FONT.CPP
    1.40 +SOURCE GDIMAIN.CPP
    1.41 +SOURCE LINE.CPP
    1.42 +SOURCE PALETTE.CPP
    1.43 +SOURCE PICTURE.CPP
    1.44 +SOURCE PRINTGDI.CPP
    1.45 +SOURCE RGB.CPP
    1.46 +SOURCE TFSTORE.CPP
    1.47 +SOURCE ZOOMFAC.CPP
    1.48 +SOURCE BIDI.CPP 
    1.49 +SOURCE BidiCompact.cpp 
    1.50 +SOURCE BidiText.cpp 
    1.51 +SOURCE BidiCopy.cpp
    1.52 +SOURCE BidiVisual.cpp
    1.53 +SOURCE GlyphSel.cpp
    1.54 +SOURCE FontArabic.cpp
    1.55 +SOURCE FontThai.cpp
    1.56 +SOURCE FontIndic.cpp
    1.57 +SOURCE ShaperCli.cpp
    1.58 +SOURCE GDI.CPP
    1.59 +SOURCE hextree.cpp
    1.60 +
    1.61 +LIBRARY         euser.lib
    1.62 +LIBRARY         efsrv.lib
    1.63 +LIBRARY         estor.lib
    1.64 +LIBRARY         bafl.lib
    1.65 +LIBRARY		palette.lib
    1.66 +LIBRARY 	linebreak.lib
    1.67 +LIBRARY		lookuptable.lib
    1.68 +DEFFILE         GDI2.def
    1.69 +
    1.70 +START WINS
    1.71 +BASEADDRESS     0x41900000
    1.72 +END
    1.73 +
    1.74 +//optimal compiler flags identified in PN0082
    1.75 +always_build_as_arm
    1.76 +option_replace armcc --cpu 6
    1.77 +option armcc -Otime -O2
    1.78 +
    1.79 +UNPAGED
    1.80 +
    1.81 +
    1.82 +SMPSAFE