os/graphics/graphicscomposition/surfaceupdate/group/tsurfaceupdateserverinteg.mmp
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/graphicscomposition/surfaceupdate/group/tsurfaceupdateserverinteg.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,62 @@
1.4 +// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// path to script file:
1.18 +// z:\surfaceupdate\surfaceupdateinteg.script
1.19 +// NOTE - these tests require the screen capture plugin,
1.20 +// which is a wserv_std_plugins test component
1.21 +// (and so requires a test build of wserv_std_plugins to succeed)
1.22 +//
1.23 +
1.24 +
1.25 +
1.26 +/**
1.27 + @file
1.28 + @test
1.29 + @internalComponent - Internal Symbian test code
1.30 +*/
1.31 +
1.32 +TARGET tsurfaceupdateserverinteg.exe
1.33 +TARGETTYPE exe
1.34 +UID 0x1000007A 0x10286B35
1.35 +VENDORID 0x70000001
1.36 +
1.37 +// NOTE: Capabilities are same as surfaceupdateserver.mmp plus SwEvent
1.38 +CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ SwEvent
1.39 +
1.40 +userinclude ../inc
1.41 +
1.42 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.43 +OS_LAYER_LIBC_SYSTEMINCLUDE
1.44 +
1.45 +
1.46 +SOURCEPATH ../tsrc
1.47 +
1.48 +source tsurfaceupdateserverinteg.cpp
1.49 +source tsurfaceupdateinteg.cpp
1.50 +source twindows.cpp
1.51 +source tredrawhandler.cpp
1.52 +source tsurfacehelper.cpp
1.53 +
1.54 +LIBRARY euser.lib
1.55 +LIBRARY hal.lib
1.56 +LIBRARY surfacemanager.lib
1.57 +LIBRARY testexecuteutils.lib
1.58 +LIBRARY tgraphicsharness.lib
1.59 +LIBRARY testexecutelogclient.lib ws32.lib surfaceupdateclient.lib gdi.lib fbscli.lib bitgdi.lib
1.60 +
1.61 +
1.62 +// We're quite heavy on the stack... 4k in WinS isn't enough...
1.63 +EPOCSTACKSIZE 0x6000
1.64 +
1.65 +SMPSAFE