musichomescreen_multiview/data/musichomescreen.rss
branchRCL_3
changeset 53 3de6c4cf6b67
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/musichomescreen_multiview/data/musichomescreen.rss	Wed Sep 01 12:32:02 2010 +0100
@@ -0,0 +1,60 @@
+/*
+* Copyright (c) 2008-2008 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 MusicHomeScreen
+*
+*/
+
+
+NAME    MSCF
+
+#include <eikon.rsg>
+#include <eikon.rh>
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <avkon.mbg>
+#include <avkon.loc>
+#include <appinfo.rh>
+#include <bldvariant.hrh>
+
+#include <data_caging_paths_strings.hrh>
+
+#include <musichomescreen.loc>
+
+// RESOURCE IDENTIFIER
+RESOURCE RSS_SIGNATURE { }
+
+RESOURCE TBUF { buf=""; }
+
+// ---------------------------------------------------------------------------
+// r_musichomescreen_go_to_music
+// Text to be displayed on the music widget when there is no played Music.
+// ---------------------------------------------------------------------------
+//
+RESOURCE LBUF r_musichomescreen_go_to_music
+    {
+    txt = qtn_vmp_music_widget_go_to_music;
+    }
+    
+// ---------------------------------------------------------------------------
+// r_musichomescreen_opening
+// Text too be displayed when we are about to open a song.
+// ---------------------------------------------------------------------------
+//
+RESOURCE LBUF r_musichomescreen_opening
+    {
+    txt = qtn_vmp_music_widget_opening;
+    }
+    
+
+// End of File