syncmlfw/common/sosserver_clientapi/bld/NSmlClientAPI.mmp
changeset 0 b497e44ab2fc
child 25 b183ec05bd8c
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2004 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 
       
    19 
       
    20 #include "defaultcaps.hrh"
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          SyncMLClientAPI.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008d 0x101F99FC
       
    26 VENDORID 	VID_DEFAULT
       
    27 CAPABILITY 	CAP_CLIENT_DLL
       
    28 
       
    29 
       
    30 #if defined(ARMCC)
       
    31 DEFFILE		./def/eabi
       
    32 #elif defined(WINSCW)
       
    33 DEFFILE		./def/bwinscw
       
    34 #endif
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 
       
    38 SOURCE		../../historylog/src/NSmlAlertInfo.cpp
       
    39 SOURCE		../../historylog/src/NSmlHistoryArray.cpp
       
    40 SOURCE		../../historylog/src/NSmlHistoryEntry.cpp
       
    41 SOURCE		../../historylog/src/NSmlHistoryJob.cpp
       
    42 SOURCE		../../historylog/src/NSmlHistoryPushMsg.cpp
       
    43 
       
    44 SOURCE          NSmlClientAPI.cpp
       
    45 SOURCE          NSmlDSClientAPI.cpp
       
    46 SOURCE          NSmlDMClientAPI.cpp
       
    47 SOURCE          NSmlClientAPIUtils.cpp
       
    48 SOURCE          NSmlClientAPIActiveCallback.cpp
       
    49 SOURCE			NSmlErrorCodeConversion.cpp NSmlContactSuiteClientAPI.cpp NSmlClientContactSuiteAPIActiveCallback.cpp
       
    50 
       
    51 USERINCLUDE     ../inc
       
    52 USERINCLUDE     ../../inc
       
    53 USERINCLUDE     ../../http/inc
       
    54 USERINCLUDE	../../debug/inc
       
    55 USERINCLUDE ../../syncagent/inc		//for nsmlerror.h
       
    56 USERINCLUDE ../../transport/inc
       
    57 USERINCLUDE     ../../sosserver/inc
       
    58 USERINCLUDE     ../../sosserver_transporthandler/inc
       
    59 USERINCLUDE     ../../historylog/inc
       
    60 USERINCLUDE     ../../../ds/inc
       
    61 USERINCLUDE		../../../ds/syncagent/inc
       
    62 USERINCLUDE		../../../dm/syncagent/inc
       
    63 
       
    64 
       
    65 
       
    66 MW_LAYER_SYSTEMINCLUDE
       
    67 SYSTEMINCLUDE	/epoc32/include/ecom
       
    68 SYSTEMINCLUDE	/epoc32/include/http
       
    69 SYSTEMINCLUDE	/epoc32/include/libc
       
    70 
       
    71 LIBRARY         euser.lib estor.lib FeatMgr.lib bafl.lib
       
    72 LIBRARY		eikcore.lib efsrv.lib ecom.lib
       
    73 LIBRARY		nsmltransporthandler.lib
       
    74 LIBRARY		nsmldebug.lib
       
    75 LIBRARY		syncmldatafilter.lib
       
    76 
       
    77 DEBUGLIBRARY flogger.lib
       
    78 
       
    79 SMPSAFE