syncmlfw/common/syncagent/bld/NSmlAgentCommon.mmp
changeset 0 b497e44ab2fc
child 13 06f47423ecee
child 22 19fb38abab1d
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2002 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:  
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include "defaultcaps.hrh"
       
    20 
       
    21 TARGET          nsmlagentcommon.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008d 0x101F6DF0
       
    24 CAPABILITY 	CAP_GENERAL_DLL
       
    25 VENDORID 	VID_DEFAULT
       
    26 
       
    27 #if defined(ARMCC)
       
    28 DEFFILE		./DEF/eabi
       
    29 #elif defined(WINSCW)
       
    30 DEFFILE		./DEF/bwinscw
       
    31 #endif
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 
       
    35 SOURCE          NSmlAgentBase.cpp
       
    36 SOURCE          nsmlcmdsbase.cpp
       
    37 SOURCE          nsmlstatuscontainer.cpp
       
    38 SOURCE          nsmlresponsecontroller.cpp
       
    39 SOURCE          nsmlerror.cpp
       
    40 SOURCE          nsmluri.cpp
       
    41 SOURCE          nsmlunicodeconverter.cpp
       
    42 SOURCE          nsmlphoneinfo.cpp
       
    43 SOURCE          nsmlresultscontainer.cpp
       
    44 SOURCE          nsmlauth.cpp
       
    45 
       
    46 USERINCLUDE     ../inc  
       
    47 USERINCLUDE     ../../inc
       
    48 USERINCLUDE     ../../wbxml/inc
       
    49 USERINCLUDE     ../../wbxml/inc/syncml
       
    50 USERINCLUDE     ../../wbxml/inc/devinf
       
    51 USERINCLUDE     ../../xml/inc
       
    52 USERINCLUDE     ../../xml/inc/syncml 
       
    53 USERINCLUDE     ../../xml/inc/devinf
       
    54 USERINCLUDE     ../../debug/inc
       
    55 USERINCLUDE     ../../transport/inc
       
    56 USERINCLUDE     ../../http/inc
       
    57 
       
    58 MW_LAYER_SYSTEMINCLUDE
       
    59 APP_LAYER_SYSTEMINCLUDE
       
    60 SYSTEMINCLUDE	/epoc32/include/libc
       
    61 SYSTEMINCLUDE   /epoc32/include/ecom
       
    62 SYSTEMINCLUDE   /epoc32/include/http 
       
    63 
       
    64 LIBRARY         euser.lib     
       
    65 LIBRARY         charconv.lib
       
    66 LIBRARY         efsrv.lib
       
    67 LIBRARY         estor.lib
       
    68 LIBRARY         imut.lib
       
    69 LIBRARY         hash.lib
       
    70 LIBRARY         etel.lib
       
    71 LIBRARY         etelmm.lib
       
    72 LIBRARY         sysutil.lib
       
    73 
       
    74 LIBRARY         nsmldebug.lib
       
    75 LIBRARY         nsmltransport.lib
       
    76 LIBRARY         nsmlwbxml.lib
       
    77 LIBRARY         nsmlxml.lib
       
    78 LIBRARY		centralrepository.lib
       
    79 
       
    80 #ifdef ARMCC
       
    81 LIBRARY ECOM.LIB
       
    82 #endif
       
    83 //RD_AUTO_RESTART
       
    84 LIBRARY         commdb.lib 
       
    85 LIBRARY         esock.lib 
       
    86 LIBRARY         apengine.lib
       
    87 //RD_AUTO_RESTART
       
    88 
       
    89 SMPSAFE