os/graphics/windowing/windowserver/test/t_genericplugin/group/t_testplugin.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) 2008-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 // t_testplugin.dll Test CWsPlugins ECOM plugins for Window Server for testing purpose
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 TARGET		t_testplugin.dll 
    23 TARGETTYPE	PLUGIN //ECOMIIC
    24 UID 0x10009D8D 0x10285C5C
    25 CAPABILITY	All -Tcb
    26 VENDORID	0x70000001
    27 
    28 #ifndef USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H
    29 macro USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H
    30 #endif
    31 
    32 macro SYMBIAN_GRAPHICS_GCE
    33 
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    35 
    36 SOURCEPATH	../src
    37 SOURCE		t_testplugin.cpp
    38 SOURCE      t_testrenderstage.cpp
    39 SOURCE      t_testrenderstagefactory.cpp
    40 SOURCE		t_testmwsinifile.cpp
    41 SOURCE		t_logfile.cpp
    42 SOURCE		t_testserviceplugin.cpp
    43 SOURCEPATH    ../../
    44 SOURCE        PARSEINIDATA.CPP
    45 
    46 SOURCEPATH      ../resource
    47 RESOURCE	t_testplugin.rss
    48 
    49 USERINCLUDE		../inc
    50 USERINCLUDE 	../../
    51 
    52 LIBRARY     ecom.lib
    53 LIBRARY     fbscli.lib
    54 LIBRARY     euser.lib
    55 LIBRARY     gdi.lib
    56 LIBRARY     bitgdi.lib
    57 LIBRARY     wsgraphicdrawer.lib
    58 LIBRARY		efsrv.lib 
    59 LIBRARY     lookuptable.lib
    60 
    61 SMPSAFE