srsf/vcommandexecutor/group/nssvcommandexecutor.mmp
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2005-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:  Building information for VCommandExecutor
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          nssvcommandexecutor.exe
       
    22 TARGETTYPE      EXE
       
    23 UID             0x1000007A 0x10208AE1
       
    24 
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 TARGETPATH      /sys/bin
       
    28 CAPABILITY      LocalServices
       
    29 
       
    30 START RESOURCE  ../data/vcommandexecutor.rss
       
    31 HEADER
       
    32 #include "data_caging_paths.hrh"
       
    33 TARGETPATH      RESOURCE_FILES_DIR
       
    34 LANGUAGE_IDS
       
    35 END
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          nssvcommandexecutor.cpp
       
    39 SOURCE          nssvcapplauncher.cpp
       
    40 
       
    41 USERINCLUDE     ../inc
       
    42 USERINCLUDE     ../../inc
       
    43 USERINCLUDE     ../data
       
    44 
       
    45 USERINCLUDE     ../../rubydebug 
       
    46 
       
    47 // This is a SYSTEMINCLUDE macro containing the middleware
       
    48 // layer specific include directories
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 SYSTEMINCLUDE   /epoc32/include/remcon
       
    52 
       
    53 LIBRARY     	euser.lib
       
    54 LIBRARY         nssttsutility.lib
       
    55 LIBRARY         nssttscommon.lib
       
    56 LIBRARY         etel.lib
       
    57 LIBRARY         etelmm.lib
       
    58 LIBRARY         commdb.lib
       
    59 LIBRARY     	bafl.lib
       
    60 LIBRARY         ws32.lib
       
    61 LIBRARY	        apparc.lib // StartApp
       
    62 LIBRARY         apgrfx.lib // For RApaLsSession
       
    63 LIBRARY         efsrv.lib  // File server client side
       
    64 LIBRARY         ecom.lib  //
       
    65 LIBRARY 		remconextensionapi.lib
       
    66 LIBRARY 		remconinterfacebase.lib
       
    67 LIBRARY			remconcoreapi.lib
       
    68 LIBRARY			remcontypes.lib