srsf/group/srsfbldvariant.hrh
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2005-2007 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:  Flags for SRSF build
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef SRSFBLDVARIANT_HRH
       
    20 #define SRSFBLDVARIANT_HRH
       
    21 
       
    22 // Define these flags in ProductVariant.hrh if non-default configuration is needed
       
    23 
       
    24 // Define this if SIND supports more than one segment in CTtsParsedText
       
    25 #define __SIND_MULTIPLE_SEGMENTS
       
    26 
       
    27 // Define this if SINDE feature is supported
       
    28 #define __SIND_EXTENSIONS
       
    29 
       
    30 // Define this if enhanced SINDE training is supported
       
    31 #define __SINDE_TRAINING
       
    32 
       
    33 // Define this for auto-configurable LID
       
    34 #define __SIND_AUTOCONF_LID
       
    35 
       
    36 // Define this for PreStartSampling() implementation
       
    37 #define __FULLDUPLEX_CHANGE
       
    38 
       
    39 #endif // SRSFBLDVARIANT
       
    40 
       
    41 // End of File