videoplayback/videoplaybackcontrols/data/mpxvideoplaybackcontrols.rss
changeset 0 96612d01cf9f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/videoplayback/videoplaybackcontrols/data/mpxvideoplaybackcontrols.rss	Mon Jan 18 20:21:12 2010 +0200
@@ -0,0 +1,242 @@
+/*
+* Copyright (c) 2008 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 mpxvideoplaybackcontrols
+*
+*/
+
+// Version : %version: 5 %
+
+
+
+
+// RESOURCE NAME IDENTIFIER
+NAME    MVPC // 4 letter ID
+
+// INCLUDES
+#include <eikon.rh>
+#include <avkon.rh>
+#include <bldvariant.hrh>
+
+#include <avkon.rsg>
+
+#include <avkon.loc>
+#include <mpxvideoplaybackcontrols.loc>
+
+#include <avkon.mbg>
+#include <mpxvideoplaybackcontrols.mbg>
+
+// DATA
+#define KBITMAPPATH "\\resource\\apps\\mpxvideoplaybackcontrols.mbm"
+
+#define KBITMAPFILE_MBM "mpxvideoplaybackcontrols.mbm"
+#define KBITMAPFILE_MIF "mpxvideoplaybackcontrols.mif"
+
+// RESOURCE IDENTIFIER
+RESOURCE RSS_SIGNATURE { }
+
+RESOURCE TBUF 
+{
+    buf = "MPXVideoPlaybackControls";
+}
+
+STRUCT AVKON_BUTTONS
+{
+    STRUCT buttons[];
+}
+
+//--------------------------------------------------------------------------------------------------
+//
+//    r_mpx_video_playback_controls_icons_mbm_file
+//
+//--------------------------------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mpx_video_playback_controls_icons_mbm_file
+{
+    buf = KBITMAPFILE_MBM;
+}
+
+//--------------------------------------------------------------------------------------------------
+//
+//    r_mpx_video_playback_controls_icons_mif_file
+//
+//--------------------------------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mpx_video_playback_controls_icons_mif_file
+{
+    buf = KBITMAPFILE_MIF;
+}
+
+// -------------------------------------------------------------------------------------------------
+//
+//    r_mpx_video_playback_controls_fake_sk_details
+//    Fake Soft Key label: Details
+//
+// -------------------------------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mpx_video_playback_controls_fake_sk_details
+{
+    buf = text_softkey_details;
+}
+
+// -------------------------------------------------------------------------------------------------
+//
+//    r_mpx_video_playback_controls_fake_sk_back
+//    Fake Soft Key label: back
+//
+// -------------------------------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mpx_video_playback_controls_fake_sk_back
+{
+    buf = text_softkey_back;
+}
+
+// -------------------------------------------------------------------------------------------------
+//
+//    r_mpx_loading
+//
+// -------------------------------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mpx_loading
+{
+    buf = qtn_mpx_video_wait_loading;
+}
+
+// -------------------------------------------------------------------------------------------------
+//
+//    r_mpx_live_streaming
+//    live streaming indicator
+//
+// -------------------------------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mpx_live_streaming
+{
+    buf = qtn_mpx_video_live_streaming;
+}
+
+// -------------------------------------------------------------------------------------------------
+//
+//    r_mpx_filename_heading
+//    Filename heading
+//
+// -------------------------------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mpx_filename_heading
+{
+    buf = qtn_mpx_filename_heading;
+}
+
+
+// -------------------------------------------------------------------------------------------------
+//
+//    r_mpx_title_heading
+//    title heading
+//
+// -------------------------------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mpx_title_heading
+{
+    buf = qtn_mpx_title_heading;
+}
+
+
+// -------------------------------------------------------------------------------------------------
+//
+//    r_mpx_artist_heading
+//    artist heading
+//
+// -------------------------------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mpx_artist_heading
+{
+    buf = qtn_mpx_artist_heading;
+}
+
+
+// -------------------------------------------------------------------------------------------------
+//
+//    r_mpx_format_heading
+//    format heading
+//
+// -------------------------------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mpx_format_heading
+{
+    buf = qtn_mpx_format_heading;
+}
+
+
+// -------------------------------------------------------------------------------------------------
+//
+//    r_mpx_resolution_heading
+//    resolution heading
+//
+// -------------------------------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mpx_resolution_heading
+{
+    buf = qtn_mpx_resolution_heading;
+}
+
+
+// -------------------------------------------------------------------------------------------------
+//
+//    r_mpx_duration_heading
+//    duration heading
+//
+// -------------------------------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mpx_duration_heading
+{
+    buf = qtn_mpx_duration_heading;
+}
+
+
+// -------------------------------------------------------------------------------------------------
+//
+//    r_mpx_bitrate_heading
+//    bitrate heading
+//
+// -------------------------------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mpx_bitrate_heading
+{
+    buf = qtn_mpx_bitrate_heading;
+}
+
+// ---------------------------------------------------
+//
+//    r_mpx_bitrate_units
+//
+// ---------------------------------------------------
+//
+RESOURCE TBUF r_mpx_bitrate_units
+    {
+    buf = qtn_mpx_bitrate_kbps;
+    }
+
+// -------------------------------------------------------------------------------------------------
+//
+//    r_mpx_license_heading
+//    license heading
+//
+// -------------------------------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mpx_license_heading
+{
+    buf = qtn_mpx_license_heading;
+}
+
+
+
+// EOF