epoc32/include/cflog.mmh
branchSymbian3
changeset 4 837f303aceeb
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
       
     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 // Comms-infras\CommsFW\cflog.mmh
       
    15 // This MMP header file is exported to \EPOC32\include
       
    16 // As such, only change the log setting from the exported copy.
       
    17 // If the CFLOG-using code also uses FLOGGER directly then
       
    18 // it should #define __FLOGGER_FORCE_LIBRARY before including
       
    19 // cflog.mmh to get linked against both cflog.lib and commsdebugutility.lib
       
    20 // 
       
    21 //
       
    22 
       
    23 #ifndef __FLOGGER_FORCE_LIBRARY
       
    24 #define __FLOGGER_SUPPRESS_LIBRARY
       
    25 #endif
       
    26 
       
    27 #include "comms-infras/commsdebugutility.mmh"
       
    28 
       
    29 #ifdef __FLOGGER_INCLUDED
       
    30 MACRO __CFLOG_INCLUDED
       
    31 #ifdef __FLOGGER_DEBUGGERLIBRARY
       
    32 DEBUGLIBRARY cflog.lib
       
    33 #else
       
    34 LIBRARY cflog.lib
       
    35 #endif
       
    36 #endif
       
    37 
       
    38