musichomescreen_multiview/data/musichomescreen.rss
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:32:02 +0100
branchRCL_3
changeset 53 3de6c4cf6b67
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* Copyright (c) 2008-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 MusicHomeScreen
*
*/


NAME    MSCF

#include <eikon.rsg>
#include <eikon.rh>
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#include <avkon.loc>
#include <appinfo.rh>
#include <bldvariant.hrh>

#include <data_caging_paths_strings.hrh>

#include <musichomescreen.loc>

// RESOURCE IDENTIFIER
RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF { buf=""; }

// ---------------------------------------------------------------------------
// r_musichomescreen_go_to_music
// Text to be displayed on the music widget when there is no played Music.
// ---------------------------------------------------------------------------
//
RESOURCE LBUF r_musichomescreen_go_to_music
    {
    txt = qtn_vmp_music_widget_go_to_music;
    }
    
// ---------------------------------------------------------------------------
// r_musichomescreen_opening
// Text too be displayed when we are about to open a song.
// ---------------------------------------------------------------------------
//
RESOURCE LBUF r_musichomescreen_opening
    {
    txt = qtn_vmp_music_widget_opening;
    }
    

// End of File