iptel_plat/richcallsettingsengine_api/inc/rcsedefaultdbnames.h
branchRCL_3
changeset 22 d38647835c2e
parent 0 a4daefaec16c
equal deleted inserted replaced
21:f742655b05bf 22:d38647835c2e
       
     1 /*
       
     2 * Copyright (c) 2002-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:  Database name constants
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef RCSEDEFAULTDBNAMES
       
    21 #define RCSEDEFAULTDBNAMES
       
    22 
       
    23 // CONSTANTS
       
    24 
       
    25 // Profile database name, format is [drive letter]:[database name]
       
    26 _LIT( KDbName, "c:RCSE_VoIPProfiles" );
       
    27 
       
    28 // Audio Codec database name, format is [drive letter]:[database name].
       
    29 _LIT( KDbCodecName, "c:RCSE_AudioCodec" );
       
    30 
       
    31 // SCCP setting database name, format is [drive letter]:[database name]
       
    32 _LIT( KDbSCCPName, "c:RCSE_SCCPSetting" );
       
    33 
       
    34 // SIP setting database name, format is [drive letter]:[database name]
       
    35 _LIT( KDbSIPName, "c:RCSE_SIPSetting" );
       
    36 
       
    37 
       
    38 // Temporary database name, format is [drive letter]:[database name]
       
    39 _LIT( KDbTempName, "c:RCSE_Temp" );
       
    40 
       
    41 
       
    42 #endif      // RCSEDEFAULTDBNAMES   
       
    43             
       
    44 // End of File