windowing/windowserverplugins/openwfc/group/stdplugin.mmp
changeset 0 5d03bc08d59c
child 11 fed1595b188e
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.dll Standard CWsPlugins ECOM plugins for Window Server
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 // Enabling this macro causes the std render stage to log calls to deprecated APIs
       
    23 //MACRO RS_DEPRECATED_LOG
       
    24 
       
    25 // Enabling this macro causes the std render stage to panic if a deprecated API is invoked.
       
    26 // MACRO RS_DEPRECATED_PANIC
       
    27 
       
    28 TARGET		10286378.dll //WSSTDPLUGIN.DLL
       
    29 TARGETTYPE	PLUGIN //ECOMIIC
       
    30 UID 		0x10009D8D 0x10286378
       
    31 CAPABILITY      PowerMgmt ReadDeviceData WriteDeviceData ProtServ
       
    32 VENDORID	0x70000001
       
    33 
       
    34 #ifndef USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H
       
    35 macro USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H
       
    36 #endif
       
    37 
       
    38 macro SYMBIAN_GRAPHICS_GCE
       
    39 
       
    40 USERINCLUDE ../inc
       
    41 USERINCLUDE ../../../windowserver/debuglog
       
    42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    43 
       
    44 
       
    45 SOURCEPATH	../src
       
    46 SOURCE		debugbardrawer.cpp
       
    47 SOURCE		directgdigcwrapper.cpp
       
    48 SOURCE		displayrenderstage.cpp
       
    49 SOURCE		displayrenderstagefactory.cpp
       
    50 SOURCE		fbrenderstage.cpp
       
    51 SOURCE		fbrenderstagefactory.cpp
       
    52 SOURCE		openwfcwrapper.cpp
       
    53 SOURCE		elementwrapper.cpp
       
    54 SOURCE		rendertarget.cpp
       
    55 SOURCE		stdplugin.cpp
       
    56 SOURCE		utils.cpp
       
    57 SOURCE		displaypolicy.cpp
       
    58 SOURCE		rsdisplaychangeao.cpp
       
    59 SOURCE      openwfcjobmanager.cpp
       
    60 SOURCE      openwfcthreadmanager.cpp
       
    61 
       
    62 RESOURCE	10286378.rss
       
    63 
       
    64 LIBRARY     directgdi.lib 
       
    65 LIBRARY     estor.lib
       
    66 LIBRARY     euser.lib
       
    67 LIBRARY     fbscli.lib
       
    68 LIBRARY     gdi.lib
       
    69 LIBRARY     graphicsresource.lib
       
    70 LIBRARY     hal.lib
       
    71 LIBRARY     lookuptable.lib
       
    72 LIBRARY     surfaceupdateclient.lib
       
    73 LIBRARY     wsgraphicdrawer.lib
       
    74 LIBRARY     libwfc.lib
       
    75 LIBRARY     wfcinterop.lib
       
    76 LIBRARY     surfacemanager.lib
       
    77 LIBRARY	 	libegl.lib
       
    78 //TODO Change the following line once eglsynchelper has been corrected
       
    79 //     to be available as a dynamic library
       
    80 STATICLIBRARY  eglsynchelper.lib
       
    81 
       
    82 #ifdef WINS
       
    83 LIBRARY		osbwin32.lib
       
    84 #endif
       
    85 
       
    86 
       
    87 SMPSAFE