mpxplugins/viewplugins/views/podcastplaybackview/data/mpxpodcastplaybackview.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 08:45:05 +0200
changeset 0 ff3acec5bc43
child 17 c8156a91d13c
permissions -rw-r--r--
Revision: 200949 Kit: 200951

/*
* 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 mpxpodcastplaybackview
*
*/



// RESOURCE NAME IDENTIFIER
NAME    MDPV // 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.mbg>
#include "mpxcommonplaybackview.hrh"
#include <mpxcommonplaybackview.loc>
#include <mpxpodcastplaybackview.loc>
#include "mpxpodcastplaybackview.hrh"


// RESOURCE IDENTIFIER
RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF 
    {
    buf = "";
    }


// RESOURCE DEFINITIONS 
// ---------------------------------------------------------------------------
// r_mpx_podcast_playback_view
// Podcast playback view information resource.
// ---------------------------------------------------------------------------
//
RESOURCE AVKON_VIEW r_mpx_podcast_playback_view
    {
    menubar = r_mpx_podcast_playback_view_menubar;
    cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
    toolbar = R_MPX_PBV_TOUCH_TOOLBAR;
    }

// ---------------------------------------------------------------------------
// r_mpx_podcast_playback_view_menubar
// Podcast playback view menu bar.
// ---------------------------------------------------------------------------
//
RESOURCE MENU_BAR r_mpx_podcast_playback_view_menubar
    {
    titles =
        {
        MENU_TITLE
            {
            menu_pane = R_MPX_PLAYBACK_VIEW_MENU;
            },
        MENU_TITLE
            {
            menu_pane = r_mpx_podcast_playback_view_menu1;
            }
        };
    }

// ---------------------------------------------------------------------------
// r_mpx_podcast_playback_view_menu1
// Podcast playback view menu items.
// ---------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_mpx_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;
    }


// End of File