uiservicetab/inc/vimpstbuilddefinitions.h
branchRCL_3
changeset 22 3104fc151679
parent 21 2b7283837edb
child 23 9a48e301e94b
equal deleted inserted replaced
21:2b7283837edb 22:3104fc151679
     1 /*
       
     2 * Copyright (c) 2008 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:  Build definitions
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef VIMPSTBUILDDEFINITIONS_H
       
    21 #define VIMPSTBUILDDEFINITIONS_H
       
    22 
       
    23 
       
    24 // Enables debug print
       
    25 #ifdef __WINS__
       
    26   #ifdef _DEBUG     // for WINS UDEB
       
    27     // Enables debug print
       
    28     #define CHAT_ENABLE_DEBUG_PRINT
       
    29     // Enabled file debug (Remember to create c\Logs\Chat 
       
    30     #define CHAT_ENABLE_FILE_DEBUG
       
    31     
       
    32     // Enables layout debug print
       
    33     #define CHAT_DEBUG_OUTPUT_TO_FILE
       
    34  #endif
       
    35 #else       
       
    36   #ifdef _DEBUG     // for device UDEB
       
    37     // Enables debug print
       
    38     #define CHAT_ENABLE_DEBUG_PRINT
       
    39     // Enabled file debug (Remember to create c\Logs\Chat 
       
    40     #define CHAT_ENABLE_FILE_DEBUG
       
    41     
       
    42     // Enables layout debug print
       
    43     #define CHAT_DEBUG_OUTPUT_TO_FILE
       
    44   #endif
       
    45 #endif
       
    46 
       
    47 #endif      // VIMPSTBUILDDEFINITIONS_H
       
    48 
       
    49 // End of File
       
    50