syncmlfw/dm/hostserver/dmhostserverbase/bld/nsmldmhostserverbase.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 DM HostServer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "defaultcaps.hrh"
       
    20 #include  <platform_paths.hrh>
       
    21 
       
    22 CAPABILITY 	CAP_GENERAL_DLL
       
    23 VENDORID 	VID_DEFAULT
       
    24 TARGET          nsmldmhostserver.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008d 0x101F9A07
       
    27 
       
    28 #if defined(ARMCC)
       
    29 DEFFILE			./def/eabidmhostserver
       
    30 #elif defined(WINSCW)
       
    31 DEFFILE			./def/bwinscwdmhostserver
       
    32 #endif
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 SYSTEMINCLUDE    /epoc32/include/libc  /epoc32/include/ecom /epoc32/include/syncml
       
    37 USERINCLUDE		../inc
       
    38 USERINCLUDE		../../../inc
       
    39 USERINCLUDE		../../../dmutils/inc
       
    40 USERINCLUDE		../../../dmutils/inc/exported
       
    41 USERINCLUDE		../../../adapters/inc
       
    42 USERINCLUDE		../../../treedbclient/inc
       
    43 
       
    44 SOURCEPATH		../src
       
    45 SOURCE			nsmldmhostserver.cpp
       
    46 SOURCE			nsmldmhostsession.cpp
       
    47 
       
    48 LIBRARY   		euser.lib nsmldebug.lib nsmldmclientserverutils.lib ecom.lib
       
    49 LIBRARY 		estor.lib efsrv.lib nsmldmtreedbclient.lib featmgr.lib
       
    50 
       
    51 
       
    52 SMPSAFE