os/persistentdata/traceservices/commsdebugutility/group/commsdebugutility.mmh
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// Comms-infras\CommsDebugUtility\commsdebugutility.mmh
sl@0
    15
// This MMP header file is exported to \EPOC32\include
sl@0
    16
// As such, only change the log setting from the exported copy.
sl@0
    17
// When checking this file into perforce, ensure that
sl@0
    18
// LOGGING IS DISABLED FOR RELEASE BUILDS.
sl@0
    19
// 
sl@0
    20
//
sl@0
    21
sl@0
    22
sl@0
    23
// Uncomment next line to temporarily engage logging for release builds.
sl@0
    24
//#define __FLOGGER_UREL
sl@0
    25
// Comment next line to temporarily disengage logging for debug builds
sl@0
    26
#define __FLOGGER_UDEB
sl@0
    27
sl@0
    28
// Determine whether, and how, flogger is to be included
sl@0
    29
#ifdef __FLOGGER_UREL
sl@0
    30
	#ifdef __FLOGGER_UDEB
sl@0
    31
	#define __FLOGGER_INCLUDED
sl@0
    32
	MACRO __FLOG_UREL
sl@0
    33
	#endif
sl@0
    34
#endif
sl@0
    35
#ifdef __FLOGGER_UREL
sl@0
    36
	#ifndef __FLOGGER_UDEB
sl@0
    37
	#define __FLOGGER_INCLUDED
sl@0
    38
	MACRO __FLOG_UREL
sl@0
    39
	MACRO __FLOG_NO_UDEB
sl@0
    40
	#endif
sl@0
    41
#endif
sl@0
    42
#ifndef __FLOGGER_UREL
sl@0
    43
	#ifndef __FLOGGER_UDEB
sl@0
    44
	MACRO __FLOG_NO_UDEB
sl@0
    45
	#endif
sl@0
    46
#endif
sl@0
    47
#ifndef __FLOGGER_UREL
sl@0
    48
	#ifdef __FLOGGER_UDEB
sl@0
    49
	#define __FLOGGER_INCLUDED
sl@0
    50
	#define __FLOGGER_DEBUGGERLIBRARY
sl@0
    51
	#endif
sl@0
    52
#endif
sl@0
    53
sl@0
    54
sl@0
    55
#ifdef __FLOGGER_INCLUDED
sl@0
    56
	#ifndef __FLOGGER_SUPPRESS_LIBRARY
sl@0
    57
		#ifdef __FLOGGER_DEBUGGERLIBRARY
sl@0
    58
			DEBUGLIBRARY comsdbgutil.lib
sl@0
    59
		#else
sl@0
    60
			LIBRARY comsdbgutil.lib
sl@0
    61
		#endif
sl@0
    62
	#endif
sl@0
    63
#endif
sl@0
    64