syncmlfw/ds/hostserver/dshostclient/bld/nsmldshostclient.mmp
changeset 0 b497e44ab2fc
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:  mmp file for DS Host Client
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include "defaultcaps.hrh"
       
    23 CAPABILITY CAP_GENERAL_DLL
       
    24 
       
    25 VENDORID VID_DEFAULT
       
    26 
       
    27 TARGETPATH		PROGRAMS_DIR
       
    28 
       
    29 TARGET    		nsmldshostclient.dll
       
    30 TARGETTYPE		dll
       
    31 UID             0x1000008d 0x101F6DE4
       
    32 
       
    33 
       
    34 #if defined(ARMCC)
       
    35 DEFFILE		./def/eabidshostclient
       
    36 #elif defined(WINSCW)
       
    37 DEFFILE		./def/bwinscwdshostclient
       
    38 #endif
       
    39 
       
    40 SOURCEPATH		../src
       
    41 SOURCE			nsmldshostclient.cpp
       
    42 SOURCE			nsmldshostclientsession.cpp
       
    43 SOURCE			nsmldsdbitemmodification.cpp
       
    44 SOURCE			nsmldsdpinformation.cpp
       
    45 SOURCE			nsmldshostitem.cpp
       
    46 SOURCE			nsmldsitemmodificationset.cpp
       
    47 
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 USERINCLUDE		../inc
       
    50 USERINCLUDE 	../../../dsutils/dbcaps/inc
       
    51 USERINCLUDE		../../../dsutils/filterutils/inc
       
    52 USERINCLUDE	    ../../../../common/syncagent/inc //unicodeconverter
       
    53 
       
    54 SYSTEMINCLUDE   /epoc32/include/syncml
       
    55 
       
    56 LIBRARY			euser.lib estor.lib bafl.lib smldataprovider.lib nsmlfilter.lib
       
    57 LIBRARY			nsmldbcaps.lib efsrv.lib syncmldatafilter.lib smlstoreformat.lib nsmlagentcommon.lib
       
    58 
       
    59