diff -r 000000000000 -r ff3acec5bc43 mpxplugins/viewplugins/views/embeddedplaybackview/data/mpxembeddedplaybackview.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mpxplugins/viewplugins/views/embeddedplaybackview/data/mpxembeddedplaybackview.rss Thu Dec 17 08:45:05 2009 +0200 @@ -0,0 +1,124 @@ +/* +* 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 mpxembeddedplaybackview +* +*/ + + + +// RESOURCE NAME IDENTIFIER +NAME MEPV // 4 letter ID + +// INCLUDES +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include "mpxcommonplaybackview.hrh" + +// RESOURCE IDENTIFIER +RESOURCE RSS_SIGNATURE { } + +RESOURCE TBUF + { + buf = ""; + } + + +// RESOURCE DEFINITIONS + +// --------------------------------------------------------------------------- +// 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_embedded_playback_view +// Embedded Playback view information resource. +// --------------------------------------------------------------------------- +// +RESOURCE AVKON_VIEW r_mpx_embedded_playback_view + { + menubar = r_mpx_embedded_playback_view_menubar; + cba = R_AVKON_SOFTKEYS_OPTIONS_BACK; + toolbar = R_MPX_PBV_TOUCH_TOOLBAR; + } + +// --------------------------------------------------------------------------- +// r_mpx_embedded_playback_view_menubar +// Embedded Playback view menu bar. +// --------------------------------------------------------------------------- +// +RESOURCE MENU_BAR r_mpx_embedded_playback_view_menubar + { + titles = + { + MENU_TITLE + { + menu_pane = r_mpx_embedded_playback_view_menu; + } + }; + } + +// --------------------------------------------------------------------------- +// r_mpx_embedded_playback_view_menu +// Embedded Playback view menu items. +// --------------------------------------------------------------------------- +// +RESOURCE MENU_PANE r_mpx_embedded_playback_view_menu + { + items= + { + MENU_ITEM + { + command = EMPXPbvCmdSave; + txt = qtn_mp_options_save; + }, + MENU_ITEM + { + command = EMPXPbvCmdUseAsCascade; + txt = qtn_mus_options_use_tone_as; + cascade = R_MPX_USE_AS_CASCADE; + }, + MENU_ITEM + { + command = EMPXPbvCmdFMTransmitter; + txt = qtn_nmp_go_to_fm_transmitter; + }, + MENU_ITEM + { + command = EAknCmdHelp; + txt = qtn_options_help; + }, + MENU_ITEM + { + command = EEikCmdExit; + txt = qtn_options_exit; + } + }; + } + + +// End of File