os/graphics/graphicsdeviceinterface/directgdi/group/directgdi.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2007-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 // directgdi.dll DirectGDI Accelerated and Unified Rendering. /
    15 // This dll will provide generic device independent API set.
    16 // 
    17 //
    18 
    19 /**
    20  @file
    21  @publishedPartner
    22  @prototype
    23 */
    24 
    25 TARGET		  	directgdi.dll
    26 TARGETTYPE	  	dll
    27 CAPABILITY    	All -Tcb
    28 UID		      	0x1000008D 0x102858E8 
    29 VENDORID 		0x70000001
    30 USERINCLUDE	  	../src ../inc 
    31 USERINCLUDE             ../../directgdiinterface/inc
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    33 
    34 SOURCEPATH		../src
    35 
    36 SOURCE			directgdidriver.cpp
    37 SOURCE			directgdicontext.cpp
    38 SOURCE			directgdiimagetarget.cpp
    39 SOURCE			directgdidrawablesource.cpp
    40 SOURCE			directgdifont.cpp
    41 
    42 LIBRARY			euser.lib
    43 LIBRARY			estor.lib
    44 LIBRARY			gdi.lib
    45 LIBRARY			fbscli.lib
    46 LIBRARY			fntstr.lib
    47 LIBRARY			graphicsresource.lib
    48 #ifndef WINS
    49 LIBRARY			directgdiadapter.lib
    50 #endif
    51 
    52 UNPAGED
    53 
    54 // Declare this macro to enable DirectGDI calltrace output, when in debug mode.
    55 //MACRO ENABLE_DIRECTGDI_CALLTRACE
    56 
    57 SMPSAFE