williamr@4: // Copyright (c) 2006-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: // This MMP header file is exported to \EPOC32\include williamr@4: // As such, only change the log setting from the exported copy. williamr@4: // When checking this file into perforce, ensure that williamr@4: // MESSAGE INTERCEPT FUNCTIONALITY IS ***DISABLED FOR RELEASE BUILDS*** williamr@4: // williamr@4: // williamr@4: williamr@4: williamr@4: // Uncomment next line to temporarily engage logging for release builds. williamr@4: //#define __MESSAGE_INTERCEPT_UREL williamr@4: // Comment next line to temporarily disengage logging for debug builds williamr@4: #define __MESSAGE_INTERCEPT_UDEB williamr@4: williamr@4: // Determine whether, and how, the message intercept is to be included williamr@4: #ifdef __MESSAGE_INTERCEPT_UREL williamr@4: #ifdef __MESSAGE_INTERCEPT_UDEB williamr@4: #define __MESSAGE_INTERCEPT_INCLUDED williamr@4: MACRO __MESSAGE_INTERCEPT_UREL williamr@4: #endif williamr@4: #endif williamr@4: #ifdef __MESSAGE_INTERCEPT_UREL williamr@4: #ifndef __MESSAGE_INTERCEPT_UDEB williamr@4: #define __MESSAGE_INTERCEPT_INCLUDED williamr@4: MACRO __MESSAGE_INTERCEPT_UREL williamr@4: MACRO __MESSAGE_INTERCEPT_NO_UDEB williamr@4: #endif williamr@4: #endif williamr@4: #ifndef __MESSAGE_INTERCEPT_UREL williamr@4: #ifndef __MESSAGE_INTERCEPT_UDEB williamr@4: MACRO __MESSAGE_INTERCEPT_NO_UDEB williamr@4: #endif williamr@4: #endif williamr@4: #ifndef __MESSAGE_INTERCEPT_UREL williamr@4: #ifdef __MESSAGE_INTERCEPT_UDEB williamr@4: #define __MESSAGE_INTERCEPT_INCLUDED williamr@4: #endif williamr@4: #endif williamr@4: williamr@4: