os/graphics/graphicstest/uibench/s60/group/multiplesurfaces.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/graphicstest/uibench/s60/group/multiplesurfaces.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,60 @@
     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 +//
    1.18 +
    1.19 +target          multiplesurfaces.exe
    1.20 +CAPABILITY 		SwEvent WriteDeviceData ReadDeviceData
    1.21 +targettype      exe
    1.22 +uid             0x100039CE 0x101FCABF
    1.23 +vendorid        0x70000001
    1.24 +
    1.25 +userinclude     .
    1.26 +userinclude     ..\src
    1.27 +userinclude     ..\src\tests_flowwindow
    1.28 +userinclude     ..\src\tests_zorder
    1.29 +userinclude     ..\src\windows
    1.30 +
    1.31 +MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.32 +
    1.33 +sourcepath      .
    1.34 +START resource multiplesurfaces_reg.rss
    1.35 +	TARGETPATH /private/10003a3f/apps
    1.36 +END
    1.37 +
    1.38 +library     ecom.lib
    1.39 +library     euser.lib
    1.40 +library     cone.lib
    1.41 +library     ws32.lib
    1.42 +library     eikcore.lib
    1.43 +LIBRARY     hal.lib
    1.44 +LIBRARY		efsrv.lib
    1.45 +LIBRARY     eikcoctl.lib
    1.46 +LIBRARY     apparc.lib 
    1.47 +LIBRARY		fbscli.lib
    1.48 +LIBRARY		gdi.lib
    1.49 +LIBRARY 	surfaceupdateclient.lib imageconversion.lib bitmaptransforms.lib
    1.50 +LIBRARY     surfacemanager.lib
    1.51 +
    1.52 +SOURCEPATH ..\src
    1.53 +SOURCE  surfaceutility.cpp
    1.54 +
    1.55 +SOURCEPATH ..\src\tests_zorder
    1.56 +SOURCE  multiplesurfacesapp.cpp cmultiplesurfaces.cpp 
    1.57 +
    1.58 +SOURCEPATH ..\src\windows
    1.59 +SOURCE	tsmallwindowraster.cpp
    1.60 +SOURCE	twindow.cpp
    1.61 +
    1.62 +
    1.63 +SMPSAFE
    1.64 \ No newline at end of file