os/graphics/windowing/windowserver/group/W32STDGRAPHICDRAWER.MMP
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-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 // w32stdgraphic.dll Standard CWsGraphics ECOM plugins for Window Server
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 TARGET		10281922.dll //W32STDGRAPHICDRAWER.DLL
    23 TARGETTYPE	PLUGIN //ECOMIIC
    24 UID			0x10009D8D 0x10281922
    25 CAPABILITY	All -Tcb
    26 VENDORID	0x70000001
    27 
    28 #ifndef USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H
    29 macro USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H
    30 #endif
    31 
    32 USERINCLUDE ../stdgraphic ../inc
    33 
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    35 
    36 SOURCEPATH	../stdgraphic
    37 SOURCE		BITMAPGRAPHICDRAWER.CPP
    38 SOURCE		BITMAPANIMATIONGRAPHICDRAWER.CPP
    39 SOURCE		W32STDGRAPHICDRAWER.CPP
    40 SOURCE		TESTGRAPHICDRAWER.CPP
    41 SOURCE		wsgraphicdrawerngacontext.cpp
    42 SOURCE		wsgraphicdrawernonngacontext.cpp
    43 
    44 RESOURCE	10281922.RSS
    45 
    46 LIBRARY		ecom.lib estor.lib fbscli.lib euser.lib
    47 LIBRARY		wsgraphicdrawer.lib 
    48 //libraries used by TESTGRAPHICDRAWER.CPP
    49 LIBRARY		bitgdi.lib gdi.lib
    50 UNPAGED
    51 
    52 
    53 SMPSAFE