syncmlfw/dm/treedbhandler/bld/nsmldmtreedbhandler.mmp
changeset 0 b497e44ab2fc
child 37 58ccf230e26b
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 tree db handler
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include "defaultcaps.hrh"
       
    21 #include  <platform_paths.hrh>
       
    22 
       
    23 TARGET          nsmldmtreedbhandler.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008d 268437795
       
    26 CAPABILITY 	CAP_GENERAL_DLL
       
    27 VENDORID 	VID_DEFAULT
       
    28 
       
    29 
       
    30 #if defined(ARMCC)
       
    31 DEFFILE		./DEF/eabi
       
    32 #elif defined(WINSCW)
       
    33 DEFFILE		./DEF/bwinscw
       
    34 #elif defined(WINS)
       
    35 DEFFILE		./def/bwins
       
    36 #else
       
    37 DEFFILE		./def/bmarm
       
    38 #endif
       
    39 
       
    40 
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 SYSTEMINCLUDE   /epoc32/include/libc /epoc32/include/ecom 
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 USERINCLUDE     ../inc
       
    46 USERINCLUDE     ../../inc
       
    47 USERINCLUDE     ../inc/exported
       
    48 USERINCLUDE     ../../treedbclient/inc
       
    49 USERINCLUDE     ../../dmutils/inc
       
    50 USERINCLUDE     ../../dmutils/inc/exported
       
    51 SOURCE			nsmldmdbhandler.cpp nsmldmaclparser.cpp
       
    52 
       
    53 LIBRARY         euser.lib efsrv.lib edbms.lib charconv.lib
       
    54 LIBRARY         estor.lib nsmldebug.lib sysutil.lib
       
    55 LIBRARY			bafl.lib nsmldmclientserverutils.lib
       
    56 
       
    57 
       
    58 #ifdef ARMCC
       
    59 LIBRARY ecom.lib
       
    60 #endif
       
    61 
       
    62 SMPSAFE