syncmlfw/dm/dmnetworkmon/bld/DMNetMon.mmp
changeset 0 b497e44ab2fc
child 64 910464db1b65
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2009 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:  SyncML DM NetMon 
       
    15 *
       
    16 */
       
    17 
       
    18 #include "defaultcaps.hrh"
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET        dmnetworkmon.exe
       
    22 TARGETTYPE    EXE 
       
    23 UID           0x0 0x20022D76
       
    24 VENDORID      VID_DEFAULT
       
    25 CAPABILITY    CAP_SERVER
       
    26 
       
    27 
       
    28 SOURCEPATH    ../src 
       
    29 SOURCE 	      DMNetworkMon.cpp
       
    30 SOURCE 	      DMNetworkMonStart.cpp
       
    31 
       
    32 USERINCLUDE   ../inc
       
    33 USERINCLUDE   ../../settings/inc
       
    34 USERINCLUDE   ../../../common/debug/inc
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 LIBRARY       euser.lib
       
    38 LIBRARY       connmon.lib
       
    39 LIBRARY       flogger.lib
       
    40 LIBRARY       syncmlclientapi.lib
       
    41 LIBRARY       nsmltransporthandler.lib
       
    42 LIBRARY       nsmldebug.lib
       
    43 LIBRARY       centralrepository.lib
       
    44 LIBRARY       efsrv.lib avkon.lib aknnotify.lib eiksrv.lib 
       
    45 
       
    46 
       
    47 SMPSAFE