mmsharing/mmshindicator/data/musindicator.rss
changeset 0 f0cf47e981f9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mmsharing/mmshindicator/data/musindicator.rss	Thu Dec 17 08:44:37 2009 +0200
@@ -0,0 +1,65 @@
+/*
+* Copyright (c) 2007 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 definitions for project MuS indicator
+*
+*/
+
+
+
+#include <mus.loc> // localization
+#include <musoperator.loc> //localization
+#include <eikon.rh>
+#include <avkon.loc>
+
+
+// 4 letter ID
+NAME MIND
+
+
+RESOURCE RSS_SIGNATURE { }
+
+
+// -----------------------------------------------------------------------------
+// r_musindicator_manual_activation_txt
+// Note shown to user while trying to activate VS whilst roaming and VS
+// activation setting is set to "Aut. in home network only".
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_musindicator_manual_activation_txt
+    {
+    buf = qtn_msh_note_manual_activation;
+    }
+
+
+// -----------------------------------------------------------------------------
+// r_musindicator_note_capability_txt
+// Displays a query to start live video to user.
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_musindicator_note_capability_txt
+    {
+    buf = qtn_msh_note_capability;
+    }
+
+
+// -----------------------------------------------------------------------------
+// r_musindicator_note_vsready_txt
+// Informational text to tell that videosharing is ready to be used.
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_musindicator_note_vsready_txt
+    {
+    buf = qtn_msh_note_vsready;
+    }
+