os/graphics/windowing/windowserver/test/tdynamicres/group/tdynamicresclassic.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			wsdynamicresclassictestserver.exe
    21 TARGETTYPE		exe
    22 UID				0x1000007A 0x102864B8
    23 
    24 // For setting the screen mode and registering GUID CRPs
    25 CAPABILITY		PowerMgmt WriteDeviceData SwEvent ProtServ	
    26 SOURCEPATH		../src
    27 SOURCE			t_wsdynamicresclassictestserver.cpp
    28 SOURCE			wsdynamicresclassic.cpp 
    29 
    30 USERINCLUDE		../inc
    31 
    32 OS_LAYER_SYSTEMINCLUDE
    33 
    34 STATICLIBRARY	tefunit.lib
    35 LIBRARY			euser.lib
    36 LIBRARY			estlib.lib 
    37 LIBRARY			testexecuteutils.lib
    38 LIBRARY			testexecutelogclient.lib
    39 LIBRARY			rfileloggerclient.lib
    40 LIBRARY			ws32.lib
    41 
    42 SMPSAFE