graphicscomposition/openwfcompositionengine/test/group/t_screeninterfaceserver.mmp
changeset 152 9f1c3fea0f87
equal deleted inserted replaced
111:29ddb8a72f0e 152:9f1c3fea0f87
       
     1 // Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 //
       
     3 // Permission is hereby granted, free of charge, to any person obtaining a
       
     4 // copy of this software and/or associated documentation files (the
       
     5 // "Materials"), to deal in the Materials without restriction, including
       
     6 // without limitation the rights to use, copy, modify, merge, publish,
       
     7 // distribute, sublicense, and/or sell copies of the Materials, and to
       
     8 // permit persons to whom the Materials are furnished to do so, subject to
       
     9 // the following conditions:
       
    10 //
       
    11 // The above copyright notice and this permission notice shall be included
       
    12 // in all copies or substantial portions of the Materials.
       
    13 //
       
    14 // THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
       
    15 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
       
    16 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
       
    17 // IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
       
    18 // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
       
    19 // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
       
    20 // MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
       
    21 //
       
    22 // Description:
       
    23 //
       
    24 
       
    25 /**
       
    26  @file
       
    27  @test
       
    28  @internalComponent - Internal Symbian test code
       
    29 */
       
    30 TARGET			openwfcscreeninterfacetestserver.exe
       
    31 TARGETTYPE		exe
       
    32 UID 			0x1000007A 0x200315D5
       
    33 CAPABILITY      PowerMgmt ReadDeviceData WriteDeviceData ProtServ
       
    34 
       
    35 EPOCALLOWDLLDATA
       
    36 
       
    37 SOURCEPATH		../tscreeninterface
       
    38 SOURCE			tscreeninterfaceserver.cpp
       
    39 SOURCE			tscreeninterface.cpp 
       
    40 SOURCE			streamutility.cpp 
       
    41 
       
    42 USERINCLUDE		. ..\tscreeninterface 
       
    43 
       
    44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    45 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    46 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    47 
       
    48 STATICLIBRARY	tefunit.lib
       
    49 LIBRARY		euser.lib
       
    50 LIBRARY		testexecuteutils.lib
       
    51 LIBRARY		testexecutelogclient.lib
       
    52 LIBRARY		rfileloggerclient.lib
       
    53 LIBRARY		WFCinterop.lib
       
    54 LIBRARY		surfacemanager.lib
       
    55 LIBRARY		openwfc_ri_display.lib
       
    56 LIBRARY		gdi.lib
       
    57 library		libpthread.lib
       
    58 
       
    59 
       
    60 SMPSAFE
       
    61