cbs/CbsServer/Data/CbsServer.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 01:11:09 +0200
changeset 0 ff3b6d0fd310
permissions -rw-r--r--
Revision: 201003 Kit: 201005

/*
* Copyright (c) 2003 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Resource file of Cbs server
*
*/


//  INCLUDES
#include <badef.rh>
#include <uikon.rh>
#include <cbsserver.loc>

RESOURCE RSS_SIGNATURE { }

/******************* Localized texts **********************/

// ---------------------------------------------------------
// 
//    r_text_index_topic
//    Defines localized text, Index message text
//
// ---------------------------------------------------------
//
RESOURCE LBUF r_text_index_topic { txt = qtn_cb_litext_index; }

// ---------------------------------------------------------
// 
//    r_text_sim_topic
//    Defines localized text, SIM Topic text
//
// ---------------------------------------------------------
//
RESOURCE LBUF r_text_sim_topic { txt = qtn_cb_litext_sim_topic; }

// ---------------------------------------------------------
// 
//    r_text_standard_topic_list
//    Defines localized text, Standard Topic List name
//
// ---------------------------------------------------------
//
RESOURCE LBUF r_text_standard_topic_list { txt = qtn_cb_litext_standard_topic_list; }


/******************* Default file paths **********************/

// ---------------------------------------------------------
// 
//    r_file_settings
//    CBS settings file path
//
// ---------------------------------------------------------
//
RESOURCE LBUF r_file_settings { txt = "C:\\system\\data\\cbs\\cbsettings.dat"; }

// ---------------------------------------------------------
// 
//    r_file_topics
//    CBS topics file path
//
// ---------------------------------------------------------
//
RESOURCE LBUF r_file_topics { txt = "C:\\system\\data\\cbs\\cbtopicsmsgs.dat"; }

// ---------------------------------------------------------
// 
//    r_file_unsaved
//    CBS unsaved messages file paths
//
// ---------------------------------------------------------
//
RESOURCE LBUF r_file_unsaved_wins { txt = "C:\\system\\data\\cbs\\cbunsaved.dat"; }

// End of File