syncmlfw/ds/agentlog/bld/nsmlagentlog.mmp
changeset 0 b497e44ab2fc
child 39 ac7f88fb2797
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:  AgentLog
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include "defaultcaps.hrh"
       
    22 
       
    23 TARGET          nsmlagentlog.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008d 0x101F6DE4
       
    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 #endif
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 USERINCLUDE     ../inc 
       
    39 USERINCLUDE     ../../inc
       
    40 USERINCLUDE     ../../dsutils/dbcaps/inc
       
    41 USERINCLUDE     ../../../common/inc
       
    42 USERINCLUDE     ../../../common/wbxml/inc/devinf
       
    43 USERINCLUDE     ../../../common/wbxml/inc/syncml
       
    44 USERINCLUDE     ../../../common/wbxml/inc
       
    45 USERINCLUDE     ../../../common/debug/inc
       
    46 
       
    47 SOURCEPATH      ../src
       
    48 SOURCE          nsmlagentlog.cpp
       
    49 
       
    50 LIBRARY         euser.lib efsrv.lib edbms.lib estor.lib charconv.lib
       
    51 LIBRARY         nsmldebug.lib nsmldbcaps.lib sysutil.lib bafl.lib
       
    52