traceservices/commsdebugutility/group/commsdebugutility.mmp
changeset 0 08ec8eefde2f
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // MMP file to build comms debug util client
       
    15 // COMSDBGUTIL.DLL Gives reliable and effecient logging to file or serial port.
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file 
       
    21 */
       
    22 
       
    23 TARGET			comsdbgutil.dll
       
    24 TARGETTYPE		DLL
       
    25 UID		0x1000008d 0x10004d0a
       
    26 VENDORID 0x70000001
       
    27 
       
    28 
       
    29 SOURCEPATH	../SCLI
       
    30 SOURCE			comsdbgcli.cpp
       
    31 
       
    32 
       
    33 USERINCLUDE		../INC
       
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 LIBRARY			euser.lib charconv.lib comsdbgsvr.lib
       
    36 
       
    37 
       
    38 
       
    39 DEFFILE			FLOGGER.DEF
       
    40 
       
    41 START WINS
       
    42 BASEADDRESS		0x73800000
       
    43 END
       
    44 
       
    45 // Force the library to build for release builds.
       
    46 // Debug builds triggered automatically by the flogger.h header file.
       
    47 MACRO __FLOG_SUPPRESS_REL_WARNING
       
    48 MACRO __FLOG_ACTIVE
       
    49 
       
    50 
       
    51 
       
    52 
       
    53 CAPABILITY ALL -Tcb
       
    54 
       
    55 UNPAGED
       
    56 
       
    57 SMPSAFE