uifw/AvKon/tsrc/bc/bctestlauncher/group/bctestlauncher.mmp
branchRCL_3
changeset 20 d48ab3b357f1
equal deleted inserted replaced
19:aecbbf00d063 20:d48ab3b357f1
       
     1 /*
       
     2 * Copyright (c) 2007 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 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          bctestlauncher.exe
       
    22 TARGETTYPE      exe
       
    23 UID             0x0 0x20004743
       
    24 
       
    25 EPOCSTACKSIZE   0x10000
       
    26 EPOCHEAPSIZE    0x10000 0x1000000
       
    27 
       
    28 VENDORID        0x101FB657
       
    29 CAPABILITY      NetworkServices LocalServices Location ReadUserData \
       
    30                 WriteUserData ReadDeviceData WriteDeviceData SwEvent\
       
    31                 UserEnvironment
       
    32     
       
    33 TARGETPATH      sys/bin
       
    34     
       
    35 START RESOURCE  bctestlauncher.rss
       
    36 HEADER
       
    37 TARGETPATH resource/apps
       
    38 END  // RESOURCE
       
    39 
       
    40 LANG     01
       
    41 
       
    42 SOURCEPATH      ../src
       
    43 
       
    44 SOURCE          bctestlauncherapp.cpp 
       
    45 SOURCE          bctestlauncherappui.cpp
       
    46 SOURCE          bctestlauncherdocument.cpp
       
    47 SOURCE          bctestlaunchercontainer.cpp
       
    48 SOURCE          bctestlauncherview.cpp
       
    49 SOURCE          bctestapplication.cpp
       
    50 SOURCE          bctestrunner.cpp
       
    51 SOURCE          bcteststrmlogger.cpp
       
    52 SOURCE          bctestconf.cpp  
       
    53 
       
    54 USERINCLUDE     . ../inc
       
    55 USERINCLUDE     ../../bctestutil/inc
       
    56 
       
    57 APP_LAYER_SYSTEMINCLUDE
       
    58 
       
    59 LIBRARY         euser.lib
       
    60 LIBRARY         ws32.lib
       
    61 LIBRARY         cone.lib
       
    62 LIBRARY         eikcore.lib
       
    63 LIBRARY         avkon.lib
       
    64 LIBRARY         apparc.lib
       
    65 LIBRARY         eikcoctl.lib
       
    66 LIBRARY         efsrv.lib
       
    67 LIBRARY	        apgrfx.lib
       
    68 LIBRARY         CommonEngine.lib
       
    69 LIBRARY         centralrepository.lib
       
    70 LIBRARY         bafl.lib
       
    71 LIBRARY         sysutil.lib
       
    72 LIBRARY         estor.lib 
       
    73 
       
    74 START RESOURCE  ../group/bctestlauncher_reg.rss
       
    75 DEPENDS bctestlauncher.rsg
       
    76 HEADER
       
    77 TARGETPATH      /private/10003a3f/apps
       
    78 END
       
    79 
       
    80 // Creates Mbm file.
       
    81 START BITMAP    bctestlauncher_aif.mbm
       
    82 HEADER
       
    83 TARGETPATH      /resource/apps
       
    84 sourcepath      ../aif
       
    85 source          c8 bctestlaunchericon.bmp
       
    86 source          c8 bctestlaunchericonmask.bmp
       
    87 end
       
    88