mpxplugins/viewplugins/views/upnpplaybackview/data/mpxupnpplaybackview.rss
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource definitions for project mpxupnpplaybackview
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // RESOURCE NAME IDENTIFIER
       
    21 NAME    MUPV // 4 letter ID
       
    22 
       
    23 // INCLUDES
       
    24 #include <avkon.rsg>
       
    25 #include <avkon.rh>
       
    26 #include <avkon.loc>
       
    27 #include <eikon.rh>
       
    28 #include <avkon.mbg>
       
    29 #include <bldvariant.hrh>
       
    30 
       
    31 #include <mpxcommonplaybackview.rsg>
       
    32 #include <mpxcommonplaybackview.loc>
       
    33 #include <mpxupnpplaybackview.loc>
       
    34 #include "mpxupnpplaybackview.hrh"
       
    35 
       
    36 // RESOURCE IDENTIFIER
       
    37 RESOURCE RSS_SIGNATURE { }
       
    38 
       
    39 RESOURCE TBUF 
       
    40     {
       
    41     buf = "";
       
    42     }
       
    43 
       
    44 
       
    45 // RESOURCE DEFINITIONS 
       
    46 
       
    47 // ---------------------------------------------------------------------------
       
    48 // r_mpx_upnp_playback_view
       
    49 // UPnP playback view information resource.
       
    50 // ---------------------------------------------------------------------------
       
    51 //
       
    52 RESOURCE AVKON_VIEW r_mpx_upnp_playback_view
       
    53     {
       
    54     menubar = r_mpx_upnp_playback_view_menubar;
       
    55     cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
    56     toolbar = R_MPX_PBV_TOUCH_TOOLBAR;
       
    57     }
       
    58 
       
    59 // ---------------------------------------------------------------------------
       
    60 // r_mpx_upnp_playback_view_menubar
       
    61 // UPnP playback view menu bar.
       
    62 // ---------------------------------------------------------------------------
       
    63 //
       
    64 RESOURCE MENU_BAR r_mpx_upnp_playback_view_menubar
       
    65     {
       
    66     titles =
       
    67         {
       
    68         MENU_TITLE
       
    69             {
       
    70             menu_pane = R_MPX_PLAYBACK_VIEW_MENU;
       
    71             },
       
    72         MENU_TITLE
       
    73             {
       
    74             menu_pane = r_mpx_upnp_podcast_playback_view_menu1;
       
    75             }
       
    76         };
       
    77     }
       
    78 
       
    79 // ---------------------------------------------------------------------------
       
    80 // r_mpx_upnp_podcast_playback_view_menu1
       
    81 // Podcast playback view menu items.
       
    82 // ---------------------------------------------------------------------------
       
    83 //
       
    84 RESOURCE MENU_PANE r_mpx_upnp_podcast_playback_view_menu1
       
    85     {
       
    86     items=
       
    87         {
       
    88         MENU_ITEM
       
    89             { 
       
    90             command = EMPXPbvCmdGoToPodcastMenu;
       
    91             txt = qtn_mus_options_go_to_podcast_menu;
       
    92             }
       
    93         };
       
    94     }
       
    95 
       
    96 // ---------------------------------------------------------------------------
       
    97 // r_mpx_qtn_nmp_unknown_title
       
    98 // Text to show when podcast title information is not available.
       
    99 // ---------------------------------------------------------------------------
       
   100 //
       
   101 RESOURCE TBUF r_mpx_qtn_nmp_unknown_title
       
   102     {
       
   103     buf = qtn_nmp_unknown;
       
   104     }
       
   105 
       
   106 // ---------------------------------------------------------------------------
       
   107 // r_mpx_pbv_remote_indi_layout
       
   108 // Image layout for shuffle indicator.
       
   109 // ---------------------------------------------------------------------------
       
   110 //
       
   111 RESOURCE AVKON_LAYOUT_RECT r_mpx_pbv_remote_indi_layout
       
   112     {
       
   113     l = 144; t = 62; W = 26; H = 18;
       
   114     }
       
   115 
       
   116 // ---------------------------------------------------------------------------
       
   117 // r_mpx_pbv_remote_indi_layout_without_rocker
       
   118 // Image layout for shuffle indicator.
       
   119 // ---------------------------------------------------------------------------
       
   120 //
       
   121 RESOURCE AVKON_LAYOUT_RECT r_mpx_pbv_remote_indi_layout_without_rocker
       
   122     {
       
   123     l = 144; t = 62; W = 26; H = 18;
       
   124     }
       
   125 
       
   126 // ---------------------------------------------------------------------------
       
   127 // r_mpx_pbv_remote_indi_layout_double_portrait
       
   128 // Image layout for shuffle indicator.
       
   129 // ---------------------------------------------------------------------------
       
   130 //
       
   131 RESOURCE AVKON_LAYOUT_RECT r_mpx_pbv_remote_indi_layout_double_portrait
       
   132     {
       
   133     l = 144; t = 62; W = 26; H = 18;
       
   134     }
       
   135 
       
   136 // ---------------------------------------------------------------------------
       
   137 // r_mpx_pbv_remote_indi_layout_qvga_portrait
       
   138 // Image layout for shuffle indicator.
       
   139 // ---------------------------------------------------------------------------
       
   140 //
       
   141 RESOURCE AVKON_LAYOUT_RECT r_mpx_pbv_remote_indi_layout_qvga_portrait
       
   142     {
       
   143     l = 203; t = 51; W = 22; H = 15;
       
   144     }
       
   145 
       
   146 // ---------------------------------------------------------------------------
       
   147 // r_mpx_pbv_remote_indi_layout_qvga_portrait_without_rocker
       
   148 // Image layout for remote player indicator.
       
   149 // ---------------------------------------------------------------------------
       
   150 //
       
   151 RESOURCE AVKON_LAYOUT_RECT r_mpx_pbv_remote_indi_layout_qvga_portrait_without_rocker
       
   152     {
       
   153     l = 203; t = 51; W = 22; H = 15;
       
   154     }
       
   155 
       
   156 // ---------------------------------------------------------------------------
       
   157 // r_mpx_pbv_remote_indi_layout_qvga_landscape
       
   158 // Image layout for remote player indicator.
       
   159 // ---------------------------------------------------------------------------
       
   160 //
       
   161 RESOURCE AVKON_LAYOUT_RECT r_mpx_pbv_remote_indi_layout_qvga_landscape
       
   162     {
       
   163     l = 229; t = 6; W = 22; H = 15;
       
   164     }
       
   165 
       
   166 // ---------------------------------------------------------------------------
       
   167 // r_mpx_pbv_remote_indi_layout_qvga_landscape_without_rocker
       
   168 // Image layout for remote player indicator.
       
   169 // ---------------------------------------------------------------------------
       
   170 //
       
   171 RESOURCE AVKON_LAYOUT_RECT r_mpx_pbv_remote_indi_layout_qvga_landscape_without_rocker
       
   172     {
       
   173     l = 202; t = 6; W = 22; H = 15;
       
   174     }
       
   175 
       
   176 
       
   177 
       
   178 // End of File