instantmessagesalert/inc/imalertbuilddefinitions.h
changeset 0 5e5d6b214f4f
equal deleted inserted replaced
-1:000000000000 0:5e5d6b214f4f
       
     1 /*
       
     2 * Copyright (c) 2009 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 IMPSBUILDDEFINITIONS_H
       
    21 #define IMPSBUILDDEFINITIONS_H
       
    22 
       
    23 // variated features
       
    24 
       
    25 // For Testing
       
    26 // Used for Testing
       
    27 //#define CHAT_UNIT_TEST  
       
    28 // debugging
       
    29 
       
    30 // Enables debug print
       
    31 //#define _ENABLE_DEBUG_PRINT
       
    32 // Enabled file debug (Remember to create c\Logs\Chat folder!!!)
       
    33 //#define _ENABLE_FILE_DEBUG
       
    34 
       
    35 // Enables layout debug print
       
    36 // #define _ENABLE_LAYOUT_DEBUG_PRINT
       
    37 // Enabled layout file debug (Remember to create c\Logs\Chat folder!!!)
       
    38 // #define _ENABLE_LAYOUT_FILE_DEBUG
       
    39 
       
    40 // Enables sending not supported content.
       
    41 //#define RD_SEND_NOT_SUPPORTED_CONTENT
       
    42 
       
    43 // Enables settings facelift
       
    44 #define RD_SETTINGS_FACELIFT
       
    45 
       
    46 // Enables background fetching of contact lists.
       
    47 #define IMPS_CONTACT_FETCH_BACKGROUND
       
    48 
       
    49 // Enables service enhancements
       
    50 #define RD_SERVICE_ENHANCEMENTS
       
    51 
       
    52 // build-time variation flags
       
    53 
       
    54 // "IM.Block.Query"
       
    55 #define IMPS_BLOCK_AFTER_DELETE
       
    56 
       
    57 // Enables send to many functionality
       
    58 #define RD_SEND_TO_MANY
       
    59 
       
    60 // Enables message indication layout change
       
    61 #define RD_MESSAGE_INDICATION_NEW
       
    62 
       
    63 // Enables new message indication in chat group list view and main view
       
    64 #define RD_CHAT_GROUP_MESSAGE_INDICATION_NEW
       
    65 
       
    66 // IM.Collapse.Option.Focusing.Contact
       
    67 // Remove 'Collapse' option from the Options menu, when focus is on a contact
       
    68 #define RD_REMOVE_COLLAPSE_OPTION
       
    69 
       
    70 // This enables the IM to be compiled in S60 v3 0 platform
       
    71 // Disables S60 Common features
       
    72 // - Disabled MSK support
       
    73 // - Disables Touch support
       
    74 //
       
    75 // NOTE: DO NOT ENABLE IN CCB 
       
    76 //
       
    77 //#include "im30compatibility.h"
       
    78 
       
    79 #endif      // IMPSBUILDDEFINITIONS_H
       
    80 
       
    81 // End of File
       
    82