os/graphics/graphicstest/uibench/s60/testlauncher/group/testlauncher.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/graphicstest/uibench/s60/testlauncher/group/testlauncher.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,80 @@
     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 +//#include <data_caging_paths.hrh>
    1.20 +
    1.21 +TARGET            testlauncher.exe
    1.22 +TARGETTYPE        exe
    1.23 +UID		  		  0x100039CE 0xA0000180
    1.24 +
    1.25 +SECUREID	  	  0xA0000180
    1.26 +EPOCSTACKSIZE	  0x5000
    1.27 +
    1.28 +SOURCEPATH        ..\src
    1.29 +SOURCE            testlauncher.cpp
    1.30 +SOURCE            testlauncherapplication.cpp
    1.31 +SOURCE            testlauncherappView.cpp
    1.32 +SOURCE            testlauncherappUi.cpp
    1.33 +SOURCE            testlauncherdocument.cpp
    1.34 +SOURCE            testlauncherquerydialog.cpp
    1.35 +SOURCE            testlistcontainer.cpp
    1.36 +SOURCE            testlistengine.cpp
    1.37 +
    1.38 +SOURCEPATH        ..\data
    1.39 +
    1.40 +//#include <domain/osextensions/platform_paths.hrh>
    1.41 +
    1.42 +START RESOURCE    testlauncher.rss
    1.43 +HEADER
    1.44 +TARGETPATH		  APP_RESOURCE_DIR
    1.45 +END //RESOURCE
    1.46 +
    1.47 +START RESOURCE    testlauncher_reg.rss
    1.48 +TARGETPATH 	  	  \private\10003a3f\apps
    1.49 +END //RESOURCE
    1.50 +
    1.51 +
    1.52 +
    1.53 +USERINCLUDE       ..\inc
    1.54 +
    1.55 +SYSTEMINCLUDE   \epoc32\include
    1.56 +SYSTEMINCLUDE	\epoc32\include\mw
    1.57 +SYSTEMINCLUDE	\epoc32\include\platform\mw
    1.58 +
    1.59 +LIBRARY           euser.lib
    1.60 +LIBRARY           apparc.lib
    1.61 +LIBRARY           cone.lib
    1.62 +LIBRARY           eikcore.lib
    1.63 +LIBRARY           avkon.lib
    1.64 +LIBRARY           commonengine.lib
    1.65 +LIBRARY		      efsrv.lib
    1.66 +LIBRARY           estor.lib
    1.67 +LIBRARY           eikcoctl.lib
    1.68 +LIBRARY           eikdlg.lib
    1.69 +LIBRARY			  fbscli.lib
    1.70 +LIBRARY			  gdi.lib
    1.71 +LIBRARY			  eikctl.lib
    1.72 +LIBRARY           bafl.lib
    1.73 +LIBRARY           CommonUI.lib
    1.74 +LIBRARY           PlatformEnv.lib
    1.75 +
    1.76 +LANG SC
    1.77 +
    1.78 +VENDORID	  	  0
    1.79 +CAPABILITY	NONE
    1.80 +SMPSAFE
    1.81 +
    1.82 +// End of File
    1.83 +