graphicscomposition/openwftest/group/openwftest.mmp
changeset 121 d72fc2aace31
equal deleted inserted replaced
103:2717213c588a 121:d72fc2aace31
       
     1 // Copyright (c) 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 // OpenWFTEST
       
    15 //
       
    16 
       
    17 /**
       
    18  @file
       
    19  @test
       
    20  @internalComponent - Internal Symbian test code
       
    21 */
       
    22 TARGET			openwftestserver.exe
       
    23 TARGETTYPE		exe
       
    24 UID				268435596 268450592  // same as wserv UID
       
    25 CAPABILITY      PowerMgmt ReadDeviceData WriteDeviceData ProtServ
       
    26 
       
    27 
       
    28 EPOCALLOWDLLDATA
       
    29 
       
    30 SOURCEPATH		../src
       
    31 SOURCE			openwftestserver.cpp 
       
    32 SOURCE			surfaceutility.cpp
       
    33 SOURCE			openwftest.cpp
       
    34 SOURCE			eglsynchelper.c
       
    35 
       
    36 USERINCLUDE		. ..\inc 
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    40 
       
    41 LIBRARY		euser.lib
       
    42 LIBRARY		testexecuteutils.lib
       
    43 LIBRARY		testexecutelogclient.lib
       
    44 LIBRARY		rfileloggerclient.lib
       
    45 LIBRARY		WFCinterop.lib
       
    46 LIBRARY		libWFC.lib
       
    47 LIBRARY		surfacemanager.lib
       
    48 LIBRARY		surfaceupdateclient.lib
       
    49 LIBRARY		gdi.lib
       
    50 LIBRARY		libEGL.lib
       
    51 LIBRARY		estor.lib
       
    52 LIBRARY		efsrv.lib
       
    53 STATICLIBRARY	tefunit.lib
       
    54 
       
    55 SMPSAFE