uiacceltk/hitchcock/plugins/openwfcrs/group/alfopenwfrs.mmp
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     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 // OpenWF composition render stage plugin for Window Server
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET		alfopenwfrs.dll
       
    23 TARGETTYPE	PLUGIN //ECOMIIC
       
    24 UID 		0x10009D8D 0x2002BCFA
       
    25 CAPABILITY      PowerMgmt ReadDeviceData WriteDeviceData ProtServ
       
    26 VENDORID	0x70000001
       
    27 
       
    28 #ifndef USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H
       
    29 macro USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H
       
    30 #endif
       
    31 
       
    32 macro SYMBIAN_GRAPHICS_GCE
       
    33 macro USE_UI_SURFACE_FOR_ALF
       
    34 
       
    35 
       
    36 USERINCLUDE ../inc
       
    37 USERINCLUDE ../../../CommonInc
       
    38 USERINCLUDE ../../../ServerCore/Inc
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 
       
    42 SOURCEPATH	../src
       
    43 SOURCE		displayrenderstage.cpp
       
    44 SOURCE		displayrenderstagefactory.cpp
       
    45 SOURCE		openwfcwrapper.cpp
       
    46 SOURCE		elementwrapper.cpp
       
    47 SOURCE		stdplugin.cpp
       
    48 SOURCE		utils.cpp
       
    49 SOURCE		displaypolicy.cpp
       
    50 SOURCE		rsdisplaychangeao.cpp
       
    51 SOURCE    openwfcjobmanager.cpp
       
    52 SOURCE    openwfcthreadmanager.cpp
       
    53 SOURCE 		screencaptureutil.cpp
       
    54 
       
    55 TARGETPATH ECOM_RESOURCE_DIR
       
    56 RESOURCE	alfopenwfrs.rss
       
    57 
       
    58 LIBRARY     estor.lib
       
    59 LIBRARY     euser.lib
       
    60 LIBRARY     fbscli.lib
       
    61 LIBRARY     graphicsresource.lib
       
    62 LIBRARY     hal.lib
       
    63 LIBRARY     lookuptable.lib
       
    64 LIBRARY     surfaceupdateclient.lib
       
    65 LIBRARY     wsgraphicdrawer.lib
       
    66 LIBRARY     libwfc.lib
       
    67 LIBRARY     wfcinterop.lib
       
    68 LIBRARY     surfacemanager.lib
       
    69 LIBRARY	 	libegl.lib
       
    70 //TODO Change the following line once eglsynchelper has been corrected
       
    71 //     to be available as a dynamic library
       
    72 STATICLIBRARY  eglsynchelper.lib
       
    73 
       
    74 //SMPSAFE