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