cbs/CbsServer/Data/CbsServer.rss
changeset 46 2fa1fa551b0b
parent 42 35488577e233
child 48 78df25012fda
equal deleted inserted replaced
42:35488577e233 46:2fa1fa551b0b
     1 /*
       
     2 * Copyright (c) 2003 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:  Resource file of Cbs server
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 #include <badef.rh>
       
    21 #include <uikon.rh>
       
    22 #include <cbsserver.loc>
       
    23 
       
    24 RESOURCE RSS_SIGNATURE { }
       
    25 
       
    26 /******************* Localized texts **********************/
       
    27 
       
    28 // ---------------------------------------------------------
       
    29 // 
       
    30 //    r_text_index_topic
       
    31 //    Defines localized text, Index message text
       
    32 //
       
    33 // ---------------------------------------------------------
       
    34 //
       
    35 RESOURCE LBUF r_text_index_topic { txt = qtn_cb_litext_index; }
       
    36 
       
    37 // ---------------------------------------------------------
       
    38 // 
       
    39 //    r_text_sim_topic
       
    40 //    Defines localized text, SIM Topic text
       
    41 //
       
    42 // ---------------------------------------------------------
       
    43 //
       
    44 RESOURCE LBUF r_text_sim_topic { txt = qtn_cb_litext_sim_topic; }
       
    45 
       
    46 // ---------------------------------------------------------
       
    47 // 
       
    48 //    r_text_standard_topic_list
       
    49 //    Defines localized text, Standard Topic List name
       
    50 //
       
    51 // ---------------------------------------------------------
       
    52 //
       
    53 RESOURCE LBUF r_text_standard_topic_list { txt = qtn_cb_litext_standard_topic_list; }
       
    54 
       
    55 
       
    56 /******************* Default file paths **********************/
       
    57 
       
    58 // ---------------------------------------------------------
       
    59 // 
       
    60 //    r_file_settings
       
    61 //    CBS settings file path
       
    62 //
       
    63 // ---------------------------------------------------------
       
    64 //
       
    65 RESOURCE LBUF r_file_settings { txt = "C:\\system\\data\\cbs\\cbsettings.dat"; }
       
    66 
       
    67 // ---------------------------------------------------------
       
    68 // 
       
    69 //    r_file_topics
       
    70 //    CBS topics file path
       
    71 //
       
    72 // ---------------------------------------------------------
       
    73 //
       
    74 RESOURCE LBUF r_file_topics { txt = "C:\\system\\data\\cbs\\cbtopicsmsgs.dat"; }
       
    75 
       
    76 // ---------------------------------------------------------
       
    77 // 
       
    78 //    r_file_unsaved
       
    79 //    CBS unsaved messages file paths
       
    80 //
       
    81 // ---------------------------------------------------------
       
    82 //
       
    83 RESOURCE LBUF r_file_unsaved_wins { txt = "C:\\system\\data\\cbs\\cbunsaved.dat"; }
       
    84 
       
    85 // End of File