os/graphics/windowing/windowserver/test/tdynamicres/group/tdynamicres.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-2010 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 //
    15 
    16 /**
    17  @file
    18 */
    19 
    20 TARGET			wsdynamicrestestserver.exe
    21 TARGETTYPE		exe
    22 UID				0x1000007A 0x102864B7
    23 
    24 // For setting the screen mode and registering GUID CRPs
    25 CAPABILITY		PowerMgmt WriteDeviceData SwEvent ProtServ	
    26 SOURCEPATH		../src
    27 
    28 SOURCE			globalsettings.cpp
    29 SOURCE			screenselect.cpp
    30 SOURCE			surfaceutility.cpp
    31 SOURCE			wsgcedebugsession.cpp
    32 
    33 SOURCE			t_wsdynamicrestestserver.cpp 
    34 SOURCE			t_wsdynamicreswinbase.cpp
    35 
    36 SOURCE			wsdynamicresbase.cpp
    37 SOURCE			wsdynamicresbasic.cpp
    38 
    39 USERINCLUDE		../inc
    40 USERINCLUDE 	../../../SERVER ../../../nga/SERVER ../../../inc
    41 
    42 OS_LAYER_SYSTEMINCLUDE
    43 
    44 MACRO			SYMBIAN_GRAPHICS_GCE
    45 
    46 STATICLIBRARY	tefunit.lib
    47 LIBRARY			euser.lib
    48 LIBRARY			estlib.lib 
    49 LIBRARY			testexecuteutils.lib
    50 LIBRARY			testexecutelogclient.lib
    51 LIBRARY			rfileloggerclient.lib
    52 LIBRARY			ws32.lib
    53 LIBRARY			surfacemanager.lib
    54 LIBRARY			surfaceupdateclient.lib
    55 LIBRARY			imageconversion.lib
    56 LIBRARY			efsrv.lib
    57 LIBRARY			fbscli.lib
    58 LIBRARY			gdi.lib
    59 LIBRARY			bitgdi.lib
    60 LIBRARY			hal.lib
    61 LIBRARY			scdv.lib 
    62 //LIBRARY			samplegraphicsurface.lib w32stdgraphic.lib samplegraphictestsurfacemulti.lib
    63 
    64 
    65 SMPSAFE