os/graphics/graphicscomposition/openwfsupport/test/group/tstreamoperation.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 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 //
    15 
    16 TARGET			openwfcstreamoptestserver.exe
    17 TARGETTYPE		exe
    18 // pretending to be wserv. That's allowed so long as there isn't a real wserv on the ROM!
    19 UID 0x1000007A 268450592
    20 
    21 EPOCALLOWDLLDATA
    22 
    23 //required in order to launch system critical threads (such as composition threads)
    24 CAPABILITY		PowerMgmt ReadDeviceData WriteDeviceData ProtServ
    25 SOURCEPATH		../tstreamoperation
    26 SOURCE			tstreamopserver.cpp
    27 SOURCE			tnativestream.cpp surfaceutility.cpp 
    28 
    29 USERINCLUDE		. ..\tstreamoperation ..\..\inc
    30 
    31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    32 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    33 
    34 STATICLIBRARY	tefunit.lib
    35 LIBRARY		euser.lib
    36 LIBRARY		testexecuteutils.lib
    37 LIBRARY		testexecutelogclient.lib
    38 LIBRARY		rfileloggerclient.lib
    39 LIBRARY		wfcinterop.lib
    40 LIBRARY		surfacemanager.lib
    41 LIBRARY		surfaceupdateclient.lib
    42 LIBRARY		gdi.lib
    43 LIBRARY		efsrv.lib
    44 LIBRARY		libEGL.lib
    45 LIBRARY		hal.lib
    46 
    47 SMPSAFE
    48