srsf/ttscontrollerplugin/src/ttspluginsettings.rss
branchRCL_3
changeset 23 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
22:cad71a31b7fc 23:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2004 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:  Tts Controller Plugin resource file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDES
       
    20 #include "nssttscontrollerplugin.rh"
       
    21 
       
    22 // RESOURCE DEFINITIONS 
       
    23 // -----------------------------------------------------------------------------
       
    24 // TtsPluginInfo
       
    25 // Tts Controller Plugin resouce file.
       
    26 // -----------------------------------------------------------------------------
       
    27 //
       
    28 RESOURCE TTSPLUGIN_INFO TtsPluginInfo
       
    29     {
       
    30     // Filename of general TTP data, 
       
    31     ttp_general_filename = "\\system\\data\\srsf_"; 
       
    32     
       
    33     // Filename of language specific data, 
       
    34     ttp_language_filename = "\\system\\data\\srsf_"; 
       
    35     
       
    36     // Extension for TTP data files.
       
    37     ttp_filename_postfix = ".bin";
       
    38 
       
    39 	// Filename of TTS data files.
       
    40 	tts_filename = "\\system\\data\\srsf_";
       
    41 
       
    42 	// Extension for TTS data files.
       
    43 	tts_filename_postfix = ".bin";
       
    44     }
       
    45 
       
    46 // End of File