windowing/windowserver/group/stdplugin_nonnga.mmp
changeset 0 5d03bc08d59c
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     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 // STDPLUGIN.MMP
       
    15 // stdplugin.dll Standard CWsPlugins ECOM plugins for Window Server
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 TARGET		2001b70b.dll //WSSTDPLUGIN.DLL
       
    24 TARGETTYPE	PLUGIN //ECOMIIC
       
    25 UID			0x10009D8D 0x2001B70B
       
    26 CAPABILITY        PowerMgmt ReadDeviceData WriteDeviceData ProtServ
       
    27 VENDORID	0x70000001
       
    28 
       
    29 #ifndef USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H
       
    30 macro USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H
       
    31 #endif
       
    32 
       
    33 USERINCLUDE ../stdgraphic ../nonnga/stdplugin ../inc
       
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN 
       
    35 
       
    36 SOURCEPATH	../nonnga/stdplugin
       
    37 SOURCE		stdplugin.cpp
       
    38 SOURCE      stdrenderstage.cpp
       
    39 SOURCE      stdrenderstagefactory.cpp
       
    40 SOURCE      fbrenderstage.cpp
       
    41 SOURCE      fbrenderstagefactory.cpp
       
    42 SOURCE		fader.cpp
       
    43 
       
    44 RESOURCE	2001B70B.rss
       
    45 
       
    46 LIBRARY     ecom.lib
       
    47 LIBRARY     estor.lib
       
    48 LIBRARY     fbscli.lib
       
    49 LIBRARY     euser.lib
       
    50 LIBRARY     gdi.lib
       
    51 LIBRARY     bitgdi.lib
       
    52 LIBRARY     wsgraphicdrawer.lib
       
    53 
       
    54 SMPSAFE