diff -r 000000000000 -r bde4ae8d615e os/graphics/graphicstest/uibench/s60/testlauncher/group/testlauncher.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/graphics/graphicstest/uibench/s60/testlauncher/group/testlauncher.mmp Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,80 @@ +// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +//#include + +TARGET testlauncher.exe +TARGETTYPE exe +UID 0x100039CE 0xA0000180 + +SECUREID 0xA0000180 +EPOCSTACKSIZE 0x5000 + +SOURCEPATH ..\src +SOURCE testlauncher.cpp +SOURCE testlauncherapplication.cpp +SOURCE testlauncherappView.cpp +SOURCE testlauncherappUi.cpp +SOURCE testlauncherdocument.cpp +SOURCE testlauncherquerydialog.cpp +SOURCE testlistcontainer.cpp +SOURCE testlistengine.cpp + +SOURCEPATH ..\data + +//#include + +START RESOURCE testlauncher.rss +HEADER +TARGETPATH APP_RESOURCE_DIR +END //RESOURCE + +START RESOURCE testlauncher_reg.rss +TARGETPATH \private\10003a3f\apps +END //RESOURCE + + + +USERINCLUDE ..\inc + +SYSTEMINCLUDE \epoc32\include +SYSTEMINCLUDE \epoc32\include\mw +SYSTEMINCLUDE \epoc32\include\platform\mw + +LIBRARY euser.lib +LIBRARY apparc.lib +LIBRARY cone.lib +LIBRARY eikcore.lib +LIBRARY avkon.lib +LIBRARY commonengine.lib +LIBRARY efsrv.lib +LIBRARY estor.lib +LIBRARY eikcoctl.lib +LIBRARY eikdlg.lib +LIBRARY fbscli.lib +LIBRARY gdi.lib +LIBRARY eikctl.lib +LIBRARY bafl.lib +LIBRARY CommonUI.lib +LIBRARY PlatformEnv.lib + +LANG SC + +VENDORID 0 +CAPABILITY NONE +SMPSAFE + +// End of File +