syncmlfw/ds/hostserver/dshostserverbase/bld/nsmldshostserver.mmp
changeset 0 b497e44ab2fc
child 12 9e9792ae22e3
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 Server
       
    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 VENDORID VID_DEFAULT
       
    25 
       
    26 TARGETPATH	SHARED_LIB_DIR
       
    27 
       
    28 TARGET          nsmldshostserver.dll
       
    29 TARGETTYPE      dll
       
    30 
       
    31 #if defined(ARMCC)
       
    32 DEFFILE		./def/eabidshostserver
       
    33 #elif defined(WINSCW)
       
    34 DEFFILE		./def/bwinscwdshostserver
       
    35 #endif
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 SYSTEMINCLUDE   /epoc32/include/libc
       
    39 SYSTEMINCLUDE   /epoc32/include/ecom
       
    40 SYSTEMINCLUDE   /epoc32/include/syncml
       
    41 
       
    42 USERINCLUDE ../inc
       
    43 USERINCLUDE	../../dshostclient/inc
       
    44 USERINCLUDE ../../../adapterlog/inc
       
    45 USERINCLUDE ../../../inc
       
    46 
       
    47 SOURCEPATH      ../src
       
    48 SOURCE		Nsmldshostserver.cpp
       
    49 SOURCE		Nsmldshostsession.cpp
       
    50 SOURCE		Nsmldsdataproviderarray.cpp
       
    51 SOURCE		Nsmldsdatastoreelement.cpp
       
    52 SOURCE		Nsmldsasyncrequesthandler.cpp
       
    53 SOURCE		Nsmldsasynccallback.cpp
       
    54 SOURCE		NsmldschangedItemsFetcher.cpp
       
    55 
       
    56 LIBRARY     euser.lib ecom.lib efsrv.lib edbms.lib estor.lib bafl.lib smlstoreformat.lib
       
    57 LIBRARY		nsmldebug.lib smldataprovider.lib nsmldshostclient.lib NSmlAdapterLog.lib
       
    58 LIBRARY		nsmlchangefinder.lib syncmldatafilter.lib
       
    59 
       
    60 #ifdef ARMCC
       
    61 LIBRARY ECOM.LIB
       
    62 #endif
       
    63