srsf/vcexecutorapp/group/vcexecutorapp.mmp
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Implements all the VCommands inherted from S60 2.8
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          vcexecutorapp.exe
       
    23 
       
    24 TARGETTYPE      EXE
       
    25 
       
    26 // 20K of stack
       
    27 EPOCSTACKSIZE   0x5000
       
    28 
       
    29 UID             0x100039CE 0x10281D15
       
    30 
       
    31 VENDORID        VID_DEFAULT
       
    32 CAPABILITY      CAP_APPLICATION NetworkControl
       
    33 
       
    34 SOURCEPATH      ../data
       
    35 
       
    36 START RESOURCE  vcexecutorapp.rss
       
    37 DEPENDS btui.rsg
       
    38 HEADER
       
    39 TARGETPATH      APP_RESOURCE_DIR
       
    40 LANGUAGE_IDS
       
    41 END
       
    42 
       
    43 START RESOURCE vcexecutorapp_reg.rss
       
    44 DEPENDS vcexecutorapp.rsg
       
    45 // Do not change the UID below.
       
    46 TARGETPATH /private/10003a3f/apps
       
    47 END
       
    48 
       
    49 SOURCEPATH      ../src
       
    50 SOURCE        appcontroller.cpp
       
    51 SOURCE        appcontrollerpropertyhandler.cpp
       
    52 SOURCE        appcontrolleractiveobject.cpp
       
    53 SOURCE        vcexecutorapp.cpp
       
    54 SOURCE        vcexecutorappui.cpp
       
    55 SOURCE        vcexecutorappdocument.cpp
       
    56 
       
    57 USERINCLUDE     ../../rubydebug
       
    58 USERINCLUDE     ../inc
       
    59 
       
    60 
       
    61 // This is a SYSTEMINCLUDE macro containing the application
       
    62 // layer specific include directories
       
    63 APP_LAYER_SYSTEMINCLUDE
       
    64 //APP_LAYER_SYSTEMINCLUDE
       
    65 
       
    66 
       
    67 LIBRARY         euser.lib
       
    68 LIBRARY         profileeng.lib
       
    69 LIBRARY         vmbx.lib            // RVmbxNumber
       
    70 LIBRARY         btengsettings.lib
       
    71 LIBRARY         bafl.lib
       
    72 LIBRARY         ws32.lib            // RWsSession
       
    73 LIBRARY         featmgr.lib
       
    74 LIBRARY         apparc.lib          // StartApp
       
    75 LIBRARY         apgrfx.lib          // RLsApaSession
       
    76 LIBRARY         commonengine.lib    // StringLoader
       
    77 LIBRARY         aknnotify.lib
       
    78 LIBRARY         centralrepository.lib
       
    79 LIBRARY         cone.lib 
       
    80 LIBRARY         sendui.lib
       
    81 LIBRARY         muiu.lib
       
    82 LIBRARY         avkon.lib
       
    83 LIBRARY         eikcore.lib 
       
    84 LIBRARY         eikcoctl.lib 
       
    85 LIBRARY         eikdlg.lib
       
    86 LIBRARY         servicehandler.lib
       
    87 LIBRARY         aiwdialdata.lib
       
    88 LIBRARY         gslauncher.lib
       
    89