internetradio2.0/group/internetradioconfigurationflags.hrh
changeset 14 896e9dbc5f19
parent 12 608f67c22514
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
     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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef INTERNETRADIOCONFIGURATIONFLAGS_HRH
       
    20 #define INTERNETRADIOCONFIGURATIONFLAGS_HRH
       
    21 
       
    22  
       
    23 #include        <bldvariant.hrh>
       
    24  
       
    25 
       
    26 // INTERNET RADIO FEATURE FLAGS 
       
    27 // Enabling: #define
       
    28 // Disabling: #undef
       
    29 
       
    30 /**
       
    31 * Flag to enable/disable gesture helpers.
       
    32 */
       
    33 /*#ifdef MUL_USE_COMMON_COMPONENTS
       
    34 #define __IRA_FEATURE_GESTURE_HELPERS
       
    35 #else
       
    36 #undef __IRA_FEATURE_GESTURE_HELPERS
       
    37 #endif*/
       
    38 
       
    39 /**
       
    40 * Flag to enable/disable WMA support
       
    41 */
       
    42 #define __IRA_FEATURE_WMA_ENABLED
       
    43 
       
    44 /**
       
    45 * Flag to enable/disable WMA support
       
    46 */
       
    47 #define __IRA_FEATURE_EQUALIZER
       
    48 
       
    49 /**
       
    50 * Flag to enable/disable Back Stepping Framework usage.
       
    51 */
       
    52 /*#ifdef FF_HOMESCREEN_COMMON_IDLEFW
       
    53 #define __IRA_FEATURE_BACKSTEPPING_SERVICE
       
    54 #endif*/
       
    55 #ifdef __IRA_FEATURE_BACKSTEPPING_SERVICE
       
    56 #undef __IRA_FEATURE_BACKSTEPPING_SERVICE
       
    57 #endif
       
    58 
       
    59 #endif // INTERNETRADIOCONFIGURATIONFLAGS_HRH
       
    60 
       
    61 // End of File