mpxplugins/viewplugins/views/upnpplaybackview/data/mpxupnpplaybackview.rss
changeset 0 ff3acec5bc43
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mpxplugins/viewplugins/views/upnpplaybackview/data/mpxupnpplaybackview.rss	Thu Dec 17 08:45:05 2009 +0200
@@ -0,0 +1,178 @@
+/*
+* Copyright (c) 2006 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 mpxupnpplaybackview
+*
+*/
+
+
+
+// RESOURCE NAME IDENTIFIER
+NAME    MUPV // 4 letter ID
+
+// INCLUDES
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <avkon.loc>
+#include <eikon.rh>
+#include <avkon.mbg>
+#include <bldvariant.hrh>
+
+#include <mpxcommonplaybackview.rsg>
+#include <mpxcommonplaybackview.loc>
+#include <mpxupnpplaybackview.loc>
+#include "mpxupnpplaybackview.hrh"
+
+// RESOURCE IDENTIFIER
+RESOURCE RSS_SIGNATURE { }
+
+RESOURCE TBUF 
+    {
+    buf = "";
+    }
+
+
+// RESOURCE DEFINITIONS 
+
+// ---------------------------------------------------------------------------
+// r_mpx_upnp_playback_view
+// UPnP playback view information resource.
+// ---------------------------------------------------------------------------
+//
+RESOURCE AVKON_VIEW r_mpx_upnp_playback_view
+    {
+    menubar = r_mpx_upnp_playback_view_menubar;
+    cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
+    toolbar = R_MPX_PBV_TOUCH_TOOLBAR;
+    }
+
+// ---------------------------------------------------------------------------
+// r_mpx_upnp_playback_view_menubar
+// UPnP playback view menu bar.
+// ---------------------------------------------------------------------------
+//
+RESOURCE MENU_BAR r_mpx_upnp_playback_view_menubar
+    {
+    titles =
+        {
+        MENU_TITLE
+            {
+            menu_pane = R_MPX_PLAYBACK_VIEW_MENU;
+            },
+        MENU_TITLE
+            {
+            menu_pane = r_mpx_upnp_podcast_playback_view_menu1;
+            }
+        };
+    }
+
+// ---------------------------------------------------------------------------
+// r_mpx_upnp_podcast_playback_view_menu1
+// Podcast playback view menu items.
+// ---------------------------------------------------------------------------
+//
+RESOURCE MENU_PANE r_mpx_upnp_podcast_playback_view_menu1
+    {
+    items=
+        {
+        MENU_ITEM
+            { 
+            command = EMPXPbvCmdGoToPodcastMenu;
+            txt = qtn_mus_options_go_to_podcast_menu;
+            }
+        };
+    }
+
+// ---------------------------------------------------------------------------
+// r_mpx_qtn_nmp_unknown_title
+// Text to show when podcast title information is not available.
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mpx_qtn_nmp_unknown_title
+    {
+    buf = qtn_nmp_unknown;
+    }
+
+// ---------------------------------------------------------------------------
+// r_mpx_pbv_remote_indi_layout
+// Image layout for shuffle indicator.
+// ---------------------------------------------------------------------------
+//
+RESOURCE AVKON_LAYOUT_RECT r_mpx_pbv_remote_indi_layout
+    {
+    l = 144; t = 62; W = 26; H = 18;
+    }
+
+// ---------------------------------------------------------------------------
+// r_mpx_pbv_remote_indi_layout_without_rocker
+// Image layout for shuffle indicator.
+// ---------------------------------------------------------------------------
+//
+RESOURCE AVKON_LAYOUT_RECT r_mpx_pbv_remote_indi_layout_without_rocker
+    {
+    l = 144; t = 62; W = 26; H = 18;
+    }
+
+// ---------------------------------------------------------------------------
+// r_mpx_pbv_remote_indi_layout_double_portrait
+// Image layout for shuffle indicator.
+// ---------------------------------------------------------------------------
+//
+RESOURCE AVKON_LAYOUT_RECT r_mpx_pbv_remote_indi_layout_double_portrait
+    {
+    l = 144; t = 62; W = 26; H = 18;
+    }
+
+// ---------------------------------------------------------------------------
+// r_mpx_pbv_remote_indi_layout_qvga_portrait
+// Image layout for shuffle indicator.
+// ---------------------------------------------------------------------------
+//
+RESOURCE AVKON_LAYOUT_RECT r_mpx_pbv_remote_indi_layout_qvga_portrait
+    {
+    l = 203; t = 51; W = 22; H = 15;
+    }
+
+// ---------------------------------------------------------------------------
+// r_mpx_pbv_remote_indi_layout_qvga_portrait_without_rocker
+// Image layout for remote player indicator.
+// ---------------------------------------------------------------------------
+//
+RESOURCE AVKON_LAYOUT_RECT r_mpx_pbv_remote_indi_layout_qvga_portrait_without_rocker
+    {
+    l = 203; t = 51; W = 22; H = 15;
+    }
+
+// ---------------------------------------------------------------------------
+// r_mpx_pbv_remote_indi_layout_qvga_landscape
+// Image layout for remote player indicator.
+// ---------------------------------------------------------------------------
+//
+RESOURCE AVKON_LAYOUT_RECT r_mpx_pbv_remote_indi_layout_qvga_landscape
+    {
+    l = 229; t = 6; W = 22; H = 15;
+    }
+
+// ---------------------------------------------------------------------------
+// r_mpx_pbv_remote_indi_layout_qvga_landscape_without_rocker
+// Image layout for remote player indicator.
+// ---------------------------------------------------------------------------
+//
+RESOURCE AVKON_LAYOUT_RECT r_mpx_pbv_remote_indi_layout_qvga_landscape_without_rocker
+    {
+    l = 202; t = 6; W = 22; H = 15;
+    }
+
+
+
+// End of File