1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/windowing/windowserverplugins/openwfc/group/stdplugin.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,88 @@
1.4 +// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// stdplugin.dll Standard CWsPlugins ECOM plugins for Window Server
1.18 +//
1.19 +//
1.20 +
1.21 +/**
1.22 + @file
1.23 +*/
1.24 +
1.25 +// Enabling this macro causes the std render stage to log calls to deprecated APIs
1.26 +//MACRO RS_DEPRECATED_LOG
1.27 +
1.28 +// Enabling this macro causes the std render stage to panic if a deprecated API is invoked.
1.29 +// MACRO RS_DEPRECATED_PANIC
1.30 +
1.31 +TARGET 10286378.dll //WSSTDPLUGIN.DLL
1.32 +TARGETTYPE PLUGIN //ECOMIIC
1.33 +UID 0x10009D8D 0x10286378
1.34 +CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ
1.35 +VENDORID 0x70000001
1.36 +
1.37 +#ifndef USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H
1.38 +macro USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H
1.39 +#endif
1.40 +
1.41 +macro SYMBIAN_GRAPHICS_GCE
1.42 +
1.43 +USERINCLUDE ../inc
1.44 +USERINCLUDE ../../../windowserver/debuglog
1.45 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.46 +
1.47 +
1.48 +SOURCEPATH ../src
1.49 +SOURCE debugbardrawer.cpp
1.50 +SOURCE directgdigcwrapper.cpp
1.51 +SOURCE displayrenderstage.cpp
1.52 +SOURCE displayrenderstagefactory.cpp
1.53 +SOURCE fbrenderstage.cpp
1.54 +SOURCE fbrenderstagefactory.cpp
1.55 +SOURCE openwfcwrapper.cpp
1.56 +SOURCE elementwrapper.cpp
1.57 +SOURCE rendertarget.cpp
1.58 +SOURCE stdplugin.cpp
1.59 +SOURCE utils.cpp
1.60 +SOURCE displaypolicy.cpp
1.61 +SOURCE rsdisplaychangeao.cpp
1.62 +SOURCE openwfcjobmanager.cpp
1.63 +SOURCE openwfcthreadmanager.cpp
1.64 +
1.65 +RESOURCE 10286378.rss
1.66 +
1.67 +LIBRARY directgdi.lib
1.68 +LIBRARY estor.lib
1.69 +LIBRARY euser.lib
1.70 +LIBRARY fbscli.lib
1.71 +LIBRARY gdi.lib
1.72 +LIBRARY graphicsresource.lib
1.73 +LIBRARY hal.lib
1.74 +LIBRARY lookuptable.lib
1.75 +LIBRARY surfaceupdateclient.lib
1.76 +LIBRARY wsgraphicdrawer.lib
1.77 +LIBRARY libwfc.lib
1.78 +LIBRARY wfcinterop.lib
1.79 +LIBRARY surfacemanager.lib
1.80 +LIBRARY libEGL.lib
1.81 +LIBRARY bitgdi.lib
1.82 +//TODO Change the following line once eglsynchelper has been corrected
1.83 +// to be available as a dynamic library
1.84 +STATICLIBRARY eglsynchelper.lib
1.85 +
1.86 +#ifdef WINS
1.87 +LIBRARY osbwin32.lib
1.88 +#endif
1.89 +
1.90 +
1.91 +SMPSAFE