alwayson_net_plugin/pdpcontextmanager2/inc/alwaysonconfig.hrh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 23 Jun 2010 18:39:24 +0300
changeset 46 95d45f234cf3
parent 0 5a93021fdf25
permissions -rw-r--r--
Revision: 201023 Kit: 2010125

/*
* Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Configurations
*
*/


#ifndef ALWAYSONCONFIG_HRH
#define ALWAYSONCONFIG_HRH

// This flags sets RAU manager stub and connection manager
// stub in use instead of real ones
#undef USE_RAU_STUB_IMPLEMENTATION

// This flags sets connection monitoring stub in use
#undef USE_CONNMON_STUB_IMPLEMENTATION

// This flag sets connection stub in use
#undef USE_CONNECTION_STUB

#ifdef _DEBUG

// This flag enables logging
#define LOGGING_ENABLED

// This flag defines file logger to be in use
// By default RDebug is used
#define LOGGING_MODE_FILE
    
#endif // _DEBUG

// This flag defines whether customized CustomAPI is in use.
#undef __ALWAYS_ON_CUSTOM_API

#endif // ALWAYSONCONFIG_HRH