williamr@4: // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). williamr@4: // All rights reserved. williamr@4: // This component and the accompanying materials are made available williamr@4: // under the terms of "Eclipse Public License v1.0" williamr@4: // which accompanies this distribution, and is available williamr@4: // at the URL "http://www.eclipse.org/legal/epl-v10.html". williamr@4: // williamr@4: // Initial Contributors: williamr@4: // Nokia Corporation - initial contribution. williamr@4: // williamr@4: // Contributors: williamr@4: // williamr@4: // Description: williamr@4: // Comms-infras\CommsFW\cflog.mmh williamr@4: // This MMP header file is exported to \EPOC32\include williamr@4: // As such, only change the log setting from the exported copy. williamr@4: // If the CFLOG-using code also uses FLOGGER directly then williamr@4: // it should #define __FLOGGER_FORCE_LIBRARY before including williamr@4: // cflog.mmh to get linked against both cflog.lib and commsdebugutility.lib williamr@4: // williamr@4: // williamr@4: williamr@4: #ifndef __FLOGGER_FORCE_LIBRARY williamr@4: #define __FLOGGER_SUPPRESS_LIBRARY williamr@4: #endif williamr@4: williamr@4: #include "comms-infras/commsdebugutility.mmh" williamr@4: williamr@4: #ifdef __FLOGGER_INCLUDED williamr@4: MACRO __CFLOG_INCLUDED williamr@4: #ifdef __FLOGGER_DEBUGGERLIBRARY williamr@4: DEBUGLIBRARY cflog.lib williamr@4: #else williamr@4: LIBRARY cflog.lib williamr@4: #endif williamr@4: #endif williamr@4: williamr@4: