syncmlfw/ds/syncagent/bld/nsmldsagent.mmp
changeset 0 b497e44ab2fc
child 9 57a65a3a658c
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2005 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 
       
    20 #include "defaultcaps.hrh"
       
    21 CAPABILITY		CAP_GENERAL_DLL
       
    22 VENDORID		VID_DEFAULT
       
    23 TARGET          nsmldsagent.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x101F6DE4 0x101F6DE4
       
    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          nsmldsagent.cpp
       
    36 SOURCE          nsmldscmds.cpp
       
    37 SOURCE          nsmldsmapcontainer.cpp
       
    38 SOURCE          nsmldscontent.cpp
       
    39 SOURCE			nsmldscontentitem.cpp
       
    40 SOURCE          nsmldsluidbuffer.cpp
       
    41 SOURCE          nsmldserror.cpp
       
    42 SOURCE			nsmldsbatchbuffer.cpp
       
    43 //RD_AUTO_RESTART
       
    44 SOURCE           nsmldsnetmon.cpp
       
    45 //RD_AUTO_RESTART
       
    46 
       
    47 USERINCLUDE     ../inc    
       
    48 USERINCLUDE     ../../inc
       
    49 USERINCLUDE     ../../agentlog/inc  
       
    50 USERINCLUDE     ../../settings/inc
       
    51 USERINCLUDE     ../../dsutils/dbcaps/inc
       
    52 USERINCLUDE     ../../dsutils/changefinder/inc
       
    53 USERINCLUDE     ../../dsutils/changefinder/inc/exported
       
    54 USERINCLUDE     ../../dsutils/filterutils/inc
       
    55 //RD_AUTO_RESTART
       
    56 USERINCLUDE     ../../dsutils/ProfileUtil/inc
       
    57 //RD_AUTO_RESTART
       
    58 USERINCLUDE		../../hostserver/dshostclient/inc
       
    59 USERINCLUDE     ../../../common/inc      
       
    60 USERINCLUDE     ../../../common/syncagent/inc
       
    61 USERINCLUDE     ../../../common/wbxml/inc
       
    62 USERINCLUDE     ../../../common/wbxml/inc/syncml
       
    63 USERINCLUDE     ../../../common/wbxml/inc/devinf
       
    64 USERINCLUDE     ../../../common/debug/inc
       
    65 USERINCLUDE		../../../common/historylog/inc
       
    66 
       
    67 MW_LAYER_SYSTEMINCLUDE
       
    68 SYSTEMINCLUDE	/epoc32/include/ecom
       
    69 SYSTEMINCLUDE	/epoc32/include/syncml
       
    70 
       
    71 LIBRARY         euser.lib   
       
    72 LIBRARY         estor.lib
       
    73 LIBRARY			bafl.lib
       
    74 LIBRARY			syncmldatafilter.lib
       
    75 LIBRARY         nsmlagentcommon.lib       
       
    76 LIBRARY         nsmldebug.lib
       
    77 LIBRARY         nsmlwbxml.lib
       
    78 LIBRARY         nsmlagentlog.lib         
       
    79 LIBRARY         nsmldbcaps.lib
       
    80 LIBRARY         nsmlchangefinder.lib 
       
    81 LIBRARY         nsmldssettings.lib
       
    82 LIBRARY         nsmlfilter.lib
       
    83 LIBRARY			nsmldshostclient.lib
       
    84 LIBRARY			nsmlhistorylog.lib
       
    85 //RD_AUTO_RESTART
       
    86 LIBRARY 		ConnMon.lib
       
    87 LIBRARY        	connmonext.lib
       
    88 LIBRARY         NsmlProfileUtil.lib
       
    89 LIBRARY         syncmlclientapi.lib
       
    90 LIBRARY			centralrepository.lib
       
    91 //RD_AUTO_RESTART
       
    92