voiceui/vcommand/rubydebug/rubydebugconfigselector.h
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 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:  Switches sets of the RubyDebug options. 
       
    15 *                @warning DO NOT change the file. At least DO NOT check in the modified version.
       
    16 *                Variants should be switched by replacing the whole rubydebugconfigselector.h 
       
    17 *                with the help of a Synergy task. 
       
    18 *  %version: 3 %
       
    19 *
       
    20 */
       
    21 
       
    22 
       
    23 #ifndef RUBYDEBUGCONFIGSELECTOR_H
       
    24 #define RUBYDEBUGCONFIGSELECTOR_H
       
    25 
       
    26 
       
    27 // CONSTANTS
       
    28 
       
    29 /** 
       
    30  * If defined, rubydebug will be tuned with a set of options designed for external users
       
    31  * Typically it means showing all the warnings for hardware builds and only errors for the
       
    32  * SW builds
       
    33  *
       
    34  * If not defined, rubydebug will be tuned for the internal Multimodal UI team development.
       
    35  * Typically it means all the warnings always enabled
       
    36  *
       
    37  * The meaning of the variant is defined in the rubydebugcfg.h
       
    38  * @warning DO NOT change the line. At least DO NOT check in the modified version.
       
    39  *          Variants should be switched by replacing the whole rubydebugconfigselector.h 
       
    40  *          with the help of a Synergy task. 
       
    41  *
       
    42  */
       
    43 #define RUBY_EXTERNAL_VARIANT
       
    44 
       
    45 #endif // RUBYDEBUGCONFIGSELECTOR_H
       
    46             
       
    47 // End of File