iaupdate/IAD/engine/group/build_config.mmpi
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2006-2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Resource headers for project ?myapp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef IA_UPDATE_BUILD_CONFIG_MMPI
       
    21 #define IA_UPDATE_BUILD_CONFIG_MMPI
       
    22 
       
    23 // Always submit this file to version control with default settings.
       
    24 // Do not include this file in source/header files.
       
    25 
       
    26 // This is the main switch that defines if NCD Engine logging is enabled.
       
    27 // Please note that if this is ON, the debug must also be turned ON in the client
       
    28 // side components. Otherwise the required debuglogging initialization calls are not done
       
    29 // in client-side process.
       
    30 // Off by default.
       
    31 //#define CATALOGS_DEBUG_ENABLED
       
    32 
       
    33 // This file is included in the component .mmp files, so the switches use 
       
    34 // MACRO definitions. 
       
    35 
       
    36 #ifdef CATALOGS_DEBUG_ENABLED
       
    37 
       
    38 // See the documentation of the flags in catalogsdebug.h
       
    39 MACRO CATALOGS_BUILD_CONFIG_DEBUG
       
    40 
       
    41 #endif // CATALOGS_DEBUG_ENABLED
       
    42 
       
    43 #endif // IA_UPDATE_BUILD_CONFIG_MMPI