musichomescreen_multiview/data/musichomescreen.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 31 Mar 2010 21:26:33 +0300
branchRCL_3
changeset 13 c8156a91d13c
parent 0 ff3acec5bc43
permissions -rw-r--r--
Revision: 201011 Kit: 201013

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