diff -r 000000000000 -r ff3b6d0fd310 cbs/CbsServer/Data/CbsServer.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cbs/CbsServer/Data/CbsServer.rss Tue Feb 02 01:11:09 2010 +0200 @@ -0,0 +1,85 @@ +/* +* 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 +#include +#include + +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