os/graphics/graphicsdeviceinterface/bitgdi/group/BITGDI.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) 1999-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 // bitgdi.dll Bitmapped graphics library
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 
    23 #ifdef WINS
    24 	#ifdef SYMBIAN_BUILD_GCE
    25 	//when GCE switchable builds are enabled, this non-GCE unit is explicitly named in the emulator
    26 	target            bitgdi_nongce.dll
    27 	#else
    28 	target            bitgdi.dll
    29 	#endif
    30 #else
    31 target            bitgdi.dll
    32 #endif
    33 CAPABILITY All -Tcb
    34 targettype        DLL
    35 NOEXPORTLIBRARY
    36 uid               0x1000008D 0x10003B18
    37 VENDORID 0x70000001
    38 
    39 sourcepath        ../sbit
    40 
    41 userinclude       ../inc
    42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    43 
    44 source            BITBLT.CPP
    45 source            BITMAPDV.CPP
    46 source            BitmapSpec.cpp
    47 source            DRAWBMP.CPP
    48 source            ELLIPSE.CPP
    49 source            FBSERVDV.CPP
    50 source            FONTBMP.CPP
    51 source            GRAPHICS.CPP
    52 source            LINE.CPP
    53 source            MAIN.CPP
    54 source            PIEARC.CPP
    55 source            POLYGON.CPP
    56 source            RECT.CPP
    57 source            ROUNDREC.CPP
    58 source            SCREENDV.CPP
    59 source            TEXT.CPP
    60 source            VERTEXT.CPP
    61 source            accelsoftbc.cpp
    62 
    63 library           euser.lib
    64 library           gdi.lib
    65 library           fntstr.lib
    66 library           fbscli.lib
    67 library           scdv.lib
    68 library			  estor.lib	
    69 
    70 deffile           BITGDI2.DEF
    71 
    72 START WINS
    73 baseaddress       0x40200000
    74 END
    75 
    76 //optimal compiler flags identified in PN0082
    77 always_build_as_arm
    78 option_replace armcc --cpu 6
    79 option armcc -Ospace -O2
    80 
    81 UNPAGED
    82 
    83 
    84 SMPSAFE