idlehomescreen/xmluirendering/uiengine/src/xnwallpaperview.rss
author Simon Howkins <simonh@symbian.org>
Tue, 16 Nov 2010 11:12:20 +0000
branchRCL_3
changeset 108 cf9be2d674f1
parent 102 ba63c83f4716
permissions -rw-r--r--
Fixed path to files to be exported

/*
* Copyright (c) 2009 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:
* 
*
*/

//  System includes
#include <eikon.rh>
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.loc>
#include <appinfo.rh>
#include <avkon.mbg>
#include <activeidle3.loc>
#include <drmcommon.loc>

//  RESOURCE IDENTIFIER
NAME    XNWP // 4 letter ID

RESOURCE RSS_SIGNATURE
	{
	}

// ----------------------------------------------------
// r_wallpaper_view
//
// ----------------------------------------------------
//
RESOURCE AVKON_VIEW r_wallpaper_view
    {
    cba = R_AVKON_SOFTKEYS_CANCEL;
    menubar = 0;
    toolbar = 0;
    }

// ----------------------------------------------------
// r_qtn_hs_corrupted_image_note
//
// ----------------------------------------------------
//
RESOURCE TBUF r_qtn_hs_corrupted_image_note 
    {
    buf = qtn_hs_corrupted_image_note; 
    }

// ----------------------------------------------------
// r_qtn_hs_too_big_image_note
//
// ----------------------------------------------------
//
RESOURCE TBUF r_qtn_hs_too_big_image_note 
    {
    buf = qtn_hs_too_big_image_note;
    }

// ----------------------------------------------------
// r_qtn_hs_drm_protected_image_note
//
// ----------------------------------------------------
//
RESOURCE TBUF r_qtn_hs_drm_protected_image_note 
    {
    buf = qtn_drm_mgr_det_exp;
    }

// ----------------------------------------------------
// r_qtn_hs_processing_note
//
// ----------------------------------------------------
//
RESOURCE TBUF r_qtn_hs_processing_note
    {
    buf = qtn_gen_note_processing;
    }

// ----------------------------------------------------
// r_change_wallpaper_wait_dialog
//
// ----------------------------------------------------
//
RESOURCE DIALOG r_change_wallpaper_wait_dialog
    {
    flags = EAknWaitNoteFlags;
    buttons = R_AVKON_SOFTKEYS_EMPTY;
    items =
        {
        DLG_LINE
            {
            type = EAknCtNote;
            id = EGeneralNote;
            control= AVKON_NOTE
                {
                layout = EWaitLayout;
                singular_label = qtn_gen_note_processing;
                animation = R_QGN_GRAF_WAIT_BAR_ANIM;
                };
            }
        };
    }    
    
// End of file