mpxmusicplayer/mediakeyhandler/data/mpxmediakeyhandler.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 11 May 2010 16:10:56 +0300
branchRCL_3
changeset 26 70a8526f03f2
parent 0 ff3acec5bc43
permissions -rw-r--r--
Revision: 201017 Kit: 201019

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



// RESOURCE NAME IDENTIFIER
NAME    MXMK // 4 letter ID

// INCLUDES
#include <avkon.rh>
#include <avkon.loc>
#include <eikon.rh>

#include <mpxmediakeyhandler.loc>


// RESOURCE IDENTIFIER
RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF 
    {
    buf = "";
    }


// RESOURCE DEFINITIONS 

// -----------------------------------------------------------------------------
// r_mpx_avsrc_name_text
// AV source name shown in AVRCP 1.4 devices.
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_avsrc_name_text
    {
    buf = qtn_svk_title_music_player;
    }


// -----------------------------------------------------------------------------
// r_mpx_volume_popup_text
// Text shown in volume popup dialog.
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_volume_popup_text
    {
    buf = qtn_svk_title_music_player;
    }

// -----------------------------------------------------------------------------
// r_mpx_time_durat_hhhmmss_with_zero
// 103:55:23, 003:15:12 (hours, minutes and seconds) 
// (separators are locale dependent)
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_time_durat_hhhmmss_with_zero
    {
    buf = "%:0%N%:1%T%:2%S%:3";
    }

// -----------------------------------------------------------------------------
// r_mpx_media_key_not_supported
// Display when media keys aren't supported by player
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_media_key_not_supported
    {
    buf = qtn_nmp_note_no_media_key;
    }
    
// -----------------------------------------------------------------------------
// r_mpx_volume_keys_not_supported
// Display when volume isn't supported by player
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_volume_keys_not_supported
    {
    buf = qtn_nmp_note_no_volume_control;
    }
    
// End of File