os/graphics/graphicsdeviceinterface/bitgdi/group/BITGDI.MMP
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/graphicsdeviceinterface/bitgdi/group/BITGDI.MMP	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,84 @@
     1.4 +// Copyright (c) 1999-2009 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 +// bitgdi.dll Bitmapped graphics library
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +/**
    1.22 + @file
    1.23 +*/
    1.24 +
    1.25 +
    1.26 +#ifdef WINS
    1.27 +	#ifdef SYMBIAN_BUILD_GCE
    1.28 +	//when GCE switchable builds are enabled, this non-GCE unit is explicitly named in the emulator
    1.29 +	target            bitgdi_nongce.dll
    1.30 +	#else
    1.31 +	target            bitgdi.dll
    1.32 +	#endif
    1.33 +#else
    1.34 +target            bitgdi.dll
    1.35 +#endif
    1.36 +CAPABILITY All -Tcb
    1.37 +targettype        DLL
    1.38 +NOEXPORTLIBRARY
    1.39 +uid               0x1000008D 0x10003B18
    1.40 +VENDORID 0x70000001
    1.41 +
    1.42 +sourcepath        ../sbit
    1.43 +
    1.44 +userinclude       ../inc
    1.45 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.46 +
    1.47 +source            BITBLT.CPP
    1.48 +source            BITMAPDV.CPP
    1.49 +source            BitmapSpec.cpp
    1.50 +source            DRAWBMP.CPP
    1.51 +source            ELLIPSE.CPP
    1.52 +source            FBSERVDV.CPP
    1.53 +source            FONTBMP.CPP
    1.54 +source            GRAPHICS.CPP
    1.55 +source            LINE.CPP
    1.56 +source            MAIN.CPP
    1.57 +source            PIEARC.CPP
    1.58 +source            POLYGON.CPP
    1.59 +source            RECT.CPP
    1.60 +source            ROUNDREC.CPP
    1.61 +source            SCREENDV.CPP
    1.62 +source            TEXT.CPP
    1.63 +source            VERTEXT.CPP
    1.64 +source            accelsoftbc.cpp
    1.65 +
    1.66 +library           euser.lib
    1.67 +library           gdi.lib
    1.68 +library           fntstr.lib
    1.69 +library           fbscli.lib
    1.70 +library           scdv.lib
    1.71 +library			  estor.lib	
    1.72 +
    1.73 +deffile           BITGDI2.DEF
    1.74 +
    1.75 +START WINS
    1.76 +baseaddress       0x40200000
    1.77 +END
    1.78 +
    1.79 +//optimal compiler flags identified in PN0082
    1.80 +always_build_as_arm
    1.81 +option_replace armcc --cpu 6
    1.82 +option armcc -Ospace -O2
    1.83 +
    1.84 +UNPAGED
    1.85 +
    1.86 +
    1.87 +SMPSAFE