cbs/cbsserver/Data/CbsServer.rss
changeset 33 8d5d7fcf9b59
parent 0 ff3b6d0fd310
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cbs/cbsserver/Data/CbsServer.rss	Wed Jul 21 18:26:52 2010 +0300
@@ -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 <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