mpxplugins/viewplugins/views/podcastplaybackview/data/mpxpodcastplaybackview.rss
changeset 0 ff3acec5bc43
child 17 c8156a91d13c
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 mpxpodcastplaybackview
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // RESOURCE NAME IDENTIFIER
       
    21 NAME    MDPV // 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.mbg>
       
    33 #include "mpxcommonplaybackview.hrh"
       
    34 #include <mpxcommonplaybackview.loc>
       
    35 #include <mpxpodcastplaybackview.loc>
       
    36 #include "mpxpodcastplaybackview.hrh"
       
    37 
       
    38 
       
    39 // RESOURCE IDENTIFIER
       
    40 RESOURCE RSS_SIGNATURE { }
       
    41 
       
    42 RESOURCE TBUF 
       
    43     {
       
    44     buf = "";
       
    45     }
       
    46 
       
    47 
       
    48 // RESOURCE DEFINITIONS 
       
    49 // ---------------------------------------------------------------------------
       
    50 // r_mpx_podcast_playback_view
       
    51 // Podcast playback view information resource.
       
    52 // ---------------------------------------------------------------------------
       
    53 //
       
    54 RESOURCE AVKON_VIEW r_mpx_podcast_playback_view
       
    55     {
       
    56     menubar = r_mpx_podcast_playback_view_menubar;
       
    57     cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
    58     toolbar = R_MPX_PBV_TOUCH_TOOLBAR;
       
    59     }
       
    60 
       
    61 // ---------------------------------------------------------------------------
       
    62 // r_mpx_podcast_playback_view_menubar
       
    63 // Podcast playback view menu bar.
       
    64 // ---------------------------------------------------------------------------
       
    65 //
       
    66 RESOURCE MENU_BAR r_mpx_podcast_playback_view_menubar
       
    67     {
       
    68     titles =
       
    69         {
       
    70         MENU_TITLE
       
    71             {
       
    72             menu_pane = R_MPX_PLAYBACK_VIEW_MENU;
       
    73             },
       
    74         MENU_TITLE
       
    75             {
       
    76             menu_pane = r_mpx_podcast_playback_view_menu1;
       
    77             }
       
    78         };
       
    79     }
       
    80 
       
    81 // ---------------------------------------------------------------------------
       
    82 // r_mpx_podcast_playback_view_menu1
       
    83 // Podcast playback view menu items.
       
    84 // ---------------------------------------------------------------------------
       
    85 //
       
    86 RESOURCE MENU_PANE r_mpx_podcast_playback_view_menu1
       
    87     {
       
    88     items=
       
    89         {
       
    90         MENU_ITEM
       
    91             { 
       
    92             command = EMPXPbvCmdGoToPodcastMenu;
       
    93             txt = qtn_mus_options_go_to_podcast_menu;
       
    94             }
       
    95         };
       
    96     }
       
    97 
       
    98 // ---------------------------------------------------------------------------
       
    99 // r_mpx_qtn_nmp_unknown_title
       
   100 // Text to show when podcast title information is not available.
       
   101 // ---------------------------------------------------------------------------
       
   102 //
       
   103 RESOURCE TBUF r_mpx_qtn_nmp_unknown_title
       
   104     {
       
   105     buf = qtn_nmp_unknown;
       
   106     }
       
   107 
       
   108 
       
   109 // End of File