os/graphics/graphicscomposition/openwfcompositionengine/test/group/t_screeninterfaceserver.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/graphicscomposition/openwfcompositionengine/test/group/t_screeninterfaceserver.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,61 @@
     1.4 +// Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +//
     1.6 +// Permission is hereby granted, free of charge, to any person obtaining a
     1.7 +// copy of this software and/or associated documentation files (the
     1.8 +// "Materials"), to deal in the Materials without restriction, including
     1.9 +// without limitation the rights to use, copy, modify, merge, publish,
    1.10 +// distribute, sublicense, and/or sell copies of the Materials, and to
    1.11 +// permit persons to whom the Materials are furnished to do so, subject to
    1.12 +// the following conditions:
    1.13 +//
    1.14 +// The above copyright notice and this permission notice shall be included
    1.15 +// in all copies or substantial portions of the Materials.
    1.16 +//
    1.17 +// THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    1.18 +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    1.19 +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    1.20 +// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
    1.21 +// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    1.22 +// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
    1.23 +// MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
    1.24 +//
    1.25 +// Description:
    1.26 +//
    1.27 +
    1.28 +/**
    1.29 + @file
    1.30 + @test
    1.31 + @internalComponent - Internal Symbian test code
    1.32 +*/
    1.33 +TARGET			openwfcscreeninterfacetestserver.exe
    1.34 +TARGETTYPE		exe
    1.35 +UID 			0x1000007A 0x200315D5
    1.36 +CAPABILITY      PowerMgmt ReadDeviceData WriteDeviceData ProtServ
    1.37 +
    1.38 +EPOCALLOWDLLDATA
    1.39 +
    1.40 +SOURCEPATH		../tscreeninterface
    1.41 +SOURCE			tscreeninterfaceserver.cpp
    1.42 +SOURCE			tscreeninterface.cpp 
    1.43 +SOURCE			streamutility.cpp 
    1.44 +
    1.45 +USERINCLUDE		. ..\tscreeninterface 
    1.46 +
    1.47 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.48 +OS_LAYER_LIBC_SYSTEMINCLUDE
    1.49 +OS_LAYER_ESTLIB_SYSTEMINCLUDE
    1.50 +
    1.51 +STATICLIBRARY	tefunit.lib
    1.52 +LIBRARY		euser.lib
    1.53 +LIBRARY		testexecuteutils.lib
    1.54 +LIBRARY		testexecutelogclient.lib
    1.55 +LIBRARY		rfileloggerclient.lib
    1.56 +LIBRARY		WFCinterop.lib
    1.57 +LIBRARY		surfacemanager.lib
    1.58 +LIBRARY		openwfc_ri_display.lib
    1.59 +LIBRARY		gdi.lib
    1.60 +library		libpthread.lib
    1.61 +
    1.62 +
    1.63 +SMPSAFE
    1.64 +