classicui_pub/tsrc/bc/apps/bctestlauncher/group/bctestlauncher.mmp
branchRCL_3
changeset 56 d48ab3b357f1
child 72 a5e7a4f63858
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
       
     1 /*
       
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:         This is project specification file for the BCTestLauncher.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 TARGET          bctestlauncher.exe
       
    29 TARGETTYPE      exe
       
    30 UID             0x0 0x20004743
       
    31 
       
    32 EPOCSTACKSIZE   0x10000
       
    33 EPOCHEAPSIZE    0x10000 0x1000000
       
    34 
       
    35 VENDORID        0x101FB657
       
    36 CAPABILITY      NetworkServices LocalServices Location ReadUserData \
       
    37                 WriteUserData ReadDeviceData WriteDeviceData SwEvent\
       
    38                 UserEnvironment
       
    39     
       
    40 TARGETPATH      sys/bin
       
    41     
       
    42 START RESOURCE  bctestlauncher.rss
       
    43 HEADER
       
    44 TARGETPATH resource/apps
       
    45 END  // RESOURCE
       
    46 
       
    47 LANG     01
       
    48 
       
    49 SYSTEMINCLUDE   /epoc32/include 
       
    50 SOURCEPATH      ../src
       
    51 
       
    52 SOURCE          bctestlauncherapp.cpp 
       
    53 SOURCE          bctestlauncherappui.cpp
       
    54 SOURCE          bctestlauncherdocument.cpp
       
    55 SOURCE          bctestlaunchercontainer.cpp
       
    56 SOURCE          bctestlauncherview.cpp
       
    57 SOURCE          bctestapplication.cpp
       
    58 SOURCE          bctestrunner.cpp
       
    59 SOURCE          bcteststrmlogger.cpp
       
    60 SOURCE          bctestconf.cpp  
       
    61 
       
    62 USERINCLUDE     . ../inc
       
    63 USERINCLUDE     ../../bctestutil/inc
       
    64 
       
    65 
       
    66 
       
    67 LIBRARY         euser.lib
       
    68 LIBRARY         ws32.lib
       
    69 LIBRARY         cone.lib
       
    70 LIBRARY         eikcore.lib
       
    71 LIBRARY         avkon.lib
       
    72 LIBRARY         apparc.lib
       
    73 LIBRARY         eikcoctl.lib
       
    74 LIBRARY         efsrv.lib
       
    75 LIBRARY	        apgrfx.lib
       
    76 LIBRARY         CommonEngine.lib
       
    77 LIBRARY         centralrepository.lib
       
    78 LIBRARY         bafl.lib
       
    79 LIBRARY         sysutil.lib
       
    80 LIBRARY         estor.lib 
       
    81 
       
    82 START RESOURCE  ../group/bctestlauncher_reg.rss
       
    83 DEPENDS bctestlauncher.rsg
       
    84 HEADER
       
    85 TARGETPATH      /private/10003a3f/apps
       
    86 END
       
    87 
       
    88 // Creates Mbm file.
       
    89 START BITMAP    bctestlauncher_aif.mbm
       
    90 HEADER
       
    91 TARGETPATH      /resource/apps
       
    92 sourcepath      ../aif
       
    93 source          c8 bctestlaunchericon.bmp
       
    94 source          c8 bctestlaunchericonmask.bmp
       
    95 end
       
    96