os/graphics/graphicstest/uibench/s60/testlauncher/group/testlauncher.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 //#include <data_caging_paths.hrh>
    17 
    18 TARGET            testlauncher.exe
    19 TARGETTYPE        exe
    20 UID		  		  0x100039CE 0xA0000180
    21 
    22 SECUREID	  	  0xA0000180
    23 EPOCSTACKSIZE	  0x5000
    24 
    25 SOURCEPATH        ..\src
    26 SOURCE            testlauncher.cpp
    27 SOURCE            testlauncherapplication.cpp
    28 SOURCE            testlauncherappView.cpp
    29 SOURCE            testlauncherappUi.cpp
    30 SOURCE            testlauncherdocument.cpp
    31 SOURCE            testlauncherquerydialog.cpp
    32 SOURCE            testlistcontainer.cpp
    33 SOURCE            testlistengine.cpp
    34 
    35 SOURCEPATH        ..\data
    36 
    37 //#include <domain/osextensions/platform_paths.hrh>
    38 
    39 START RESOURCE    testlauncher.rss
    40 HEADER
    41 TARGETPATH		  APP_RESOURCE_DIR
    42 END //RESOURCE
    43 
    44 START RESOURCE    testlauncher_reg.rss
    45 TARGETPATH 	  	  \private\10003a3f\apps
    46 END //RESOURCE
    47 
    48 
    49 
    50 USERINCLUDE       ..\inc
    51 
    52 SYSTEMINCLUDE   \epoc32\include
    53 SYSTEMINCLUDE	\epoc32\include\mw
    54 SYSTEMINCLUDE	\epoc32\include\platform\mw
    55 
    56 LIBRARY           euser.lib
    57 LIBRARY           apparc.lib
    58 LIBRARY           cone.lib
    59 LIBRARY           eikcore.lib
    60 LIBRARY           avkon.lib
    61 LIBRARY           commonengine.lib
    62 LIBRARY		      efsrv.lib
    63 LIBRARY           estor.lib
    64 LIBRARY           eikcoctl.lib
    65 LIBRARY           eikdlg.lib
    66 LIBRARY			  fbscli.lib
    67 LIBRARY			  gdi.lib
    68 LIBRARY			  eikctl.lib
    69 LIBRARY           bafl.lib
    70 LIBRARY           CommonUI.lib
    71 LIBRARY           PlatformEnv.lib
    72 
    73 LANG SC
    74 
    75 VENDORID	  	  0
    76 CAPABILITY	NONE
    77 SMPSAFE
    78 
    79 // End of File
    80