os/graphics/windowing/windowserverplugins/openwfc/group/stdplugin.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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 LIBRARY	 	bitgdi.lib
    79 //TODO Change the following line once eglsynchelper has been corrected
    80 //     to be available as a dynamic library
    81 STATICLIBRARY  eglsynchelper.lib
    82 
    83 #ifdef WINS
    84 LIBRARY		osbwin32.lib
    85 #endif
    86 
    87 
    88 SMPSAFE