uigraphics/NVGRenderStage/group/nvgrenderstage.mmp
changeset 102 556a54d643b8
equal deleted inserted replaced
101:4129cc017eb5 102:556a54d643b8
       
     1 // Copyright (c) 2008-2010 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 // Symbian Foundation Ltd - conversion from nvgrenderstage
       
    13 //
       
    14 // Description:
       
    15 // Render Stage which converts NVG Icon extended bitmaps into simple bitmaps
       
    16 // using nvgdecoder.dll
       
    17 //
       
    18 
       
    19 TARGET		nvgrenderstage.dll
       
    20 TARGETTYPE	PLUGIN
       
    21 UID		0x10009D8D 0x1028653A
       
    22 CAPABILITY      PowerMgmt ReadDeviceData WriteDeviceData ProtServ
       
    23 VENDORID	0x70000001
       
    24 
       
    25 MACRO		SYMBIAN_GRAPHICS_GCE
       
    26 
       
    27 USERINCLUDE	../src
       
    28 MW_LAYER_SYSTEMINCLUDE
       
    29 SYSTEMINCLUDE /epoc32/include/platform/vg
       
    30 
       
    31 SOURCEPATH	../src
       
    32 SOURCE	nvgrenderstage.cpp
       
    33 SOURCE	nvgrenderstagefactory.cpp
       
    34 SOURCE	nvgrenderstageplugin.cpp
       
    35 SOURCE	vgigraphicsinterface.cpp
       
    36 
       
    37 SOURCEPATH	../res
       
    38 RESOURCE	nvgrenderstage.rss
       
    39 
       
    40 LIBRARY	ecom.lib
       
    41 LIBRARY	estor.lib
       
    42 LIBRARY	fbscli.lib
       
    43 LIBRARY	euser.lib
       
    44 LIBRARY	gdi.lib
       
    45 LIBRARY	bitgdi.lib
       
    46 LIBRARY	wsgraphicdrawer.lib
       
    47 LIBRARY	graphicsresource.lib
       
    48 LIBRARY	ws32.lib // for RWsGraphicMsgBuf 
       
    49 LIBRARY nvgdecoder_sw.lib // for CNvgEngine
       
    50 LIBRARY libVGI.lib
       
    51 LIBRARY libOpenVG_sw.lib
       
    52 
       
    53 SMPSAFE