srsf/sisrscontrollerplugin/data/nsssisrscontrollerplugin.rss
branchRCL_3
changeset 23 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
22:cad71a31b7fc 23:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2002-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:  SI Controller Plugin resource file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 #include "sicontrollerresource.rh"
       
    21 #include "sipluginimplementationuids.hrh"
       
    22 
       
    23 
       
    24 //  RESOURCE DEFINITIONS 
       
    25 // -----------------------------------------------------------------------------
       
    26 //   
       
    27 // siControllerInfo
       
    28 // SI Controller Plugin resouce file.
       
    29 //
       
    30 // -----------------------------------------------------------------------------
       
    31 //
       
    32 RESOURCE SICONTROLLER_INFO siControllerInfo
       
    33     {
       
    34 /*
       
    35     voice_encoder_uid = KUidCodecPCM16ToAMR;	// AMR encoder
       
    36     voice_decoder_uid = KUidCodecAMRToPCM16;	// AMR decoder
       
    37     compression_rate = 0;			// 4.75 kbit/s
       
    38     max_models_per_bank = 50;
       
    39 */  max_models_in_system = 60;
       
    40 	
       
    41     // Plugin database file name
       
    42     db_file_name="c:Sidatabase.db";
       
    43 
       
    44     // Language package data file path and prefix
       
    45     data_file_name_prefix="z:\\system\\data\\srsf_";
       
    46 	
       
    47     // Language package data file postfix
       
    48     data_file_name_postfix=".bin";
       
    49 
       
    50     // Language package data file name seperator
       
    51     data_file_name_seperator="_";
       
    52     }            
       
    53 // End of File