connectivitymodules/SeCon/services/ftp/bld/sconftp.mmp
branchRCL_3
changeset 52 4f0867e42d62
parent 51 8e7494275d3a
child 56 3e6957da2ff8
equal deleted inserted replaced
51:8e7494275d3a 52:4f0867e42d62
     1 /*
       
     2 * Copyright (c) 2005-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:  File Transfer Controller mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 VENDORID        VID_DEFAULT
       
    23 
       
    24 CAPABILITY      CAP_GENERAL_DLL
       
    25 
       
    26 TARGET          sconftp.dll
       
    27 TARGETTYPE      DLL
       
    28 
       
    29 UID             0x10009D8D 0x101F968A
       
    30 
       
    31 #if defined(ARMCC)
       
    32 DEFFILE ./def/eabiu
       
    33 #elif defined(WINSCW)
       
    34 DEFFILE ./def/bwinscw
       
    35 #elif defined(WINS)
       
    36 DEFFILE ./def/bwins
       
    37 #elif defined(ARM)
       
    38 DEFFILE ./def/bmarm
       
    39 #endif
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 SOURCE          sconfshandler.cpp
       
    43 SOURCE          sconftp.cpp
       
    44 SOURCE          sconinboxhandler.cpp
       
    45 
       
    46 USERINCLUDE     ../../../inc
       
    47 USERINCLUDE     ../inc
       
    48 USERINCLUDE     ../../../cntparser/inc
       
    49 
       
    50 // Default system include paths.
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 
       
    54 START RESOURCE  ../src/sconftp.rss
       
    55 HEADER
       
    56 TARGETPATH      RESOURCE_FILES_DIR
       
    57 LANGUAGE_IDS
       
    58 END
       
    59 
       
    60 
       
    61 LIBRARY         efsrv.lib               // For File server
       
    62 LIBRARY         euser.lib               // Base library
       
    63 LIBRARY         irobex.lib              // For Object exchange
       
    64 LIBRARY         obexutils.lib
       
    65 LIBRARY         msgs.lib                // For Inbox entry
       
    66 LIBRARY         charconv.lib            // For Unicode conversion
       
    67 LIBRARY         bafl.lib                // Basic Application Framework Library
       
    68 LIBRARY         commonengine.lib        // For resource reader
       
    69 LIBRARY         platformenv.lib         // For pathinfo
       
    70 LIBRARY         cntparserserver.lib     // for contacts
       
    71 LIBRARY         directorylocalizer.lib  // For localizing directories
       
    72 LIBRARY         sysutil.lib
       
    73 LIBRARY         centralrepository.lib
       
    74 DEBUGLIBRARY    flogger.lib             // For debug logging