diff -r 000000000000 -r 05e9090e2422 skins/AknSkins/wppsrc/aknswallpaperplugin.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skins/AknSkins/wppsrc/aknswallpaperplugin.rss Thu Dec 17 09:14:12 2009 +0200 @@ -0,0 +1,91 @@ +/* +* Copyright (c) 2005-2007 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: Project definition file for project aknswallpaperplugin +* +*/ + + +NAME AKWP // aknswallpaperplugin AIW Provider + +// Resource types +#include +#include + +// Commands etc. +#include +#include "aknswallpaperplugin.rh" + + +// Compiled resources +#include + +// Localized texts. +#include +#include +#include + +// Graphics +#include + +RESOURCE RSS_SIGNATURE { } + +// --------------------------------------------------------------------------- +// r_akns_wallpaper_plugin_menu +// +// Menu for setting main wallpaper for the device. +// --------------------------------------------------------------------------- +// +RESOURCE MENU_PANE r_akns_wallpaper_plugin_menu + { + items = + { + MENU_ITEM { + command = EAknsWallpaperPluginCmdSetWallPaper; + txt = qtn_wpp_set_as_bg_image; + } + }; + } + + +RESOURCE TBUF r_akns_wallpaper_text_drm_preview { buf = qtn_drm_prev_rights_set; } + +RESOURCE TBUF r_akns_wallpaper_text_loading_image { buf = qtn_skins_loading_image; } + + +RESOURCE DIALOG r_akns_wallpaper_general_wait_note + { + flags = EAknWaitNoteFlags; + buttons = R_AVKON_SOFTKEYS_EMPTY; + items = + { + DLG_LINE + { + type = EAknCtNote; + id = EAknsWallpaperPluginGeneralWaitNote; + control= AVKON_NOTE + { + layout = EWaitLayout; + imagefile = AVKON_ICON_FILE; + imageid = EMbmAvkonQgn_note_progress; + imagemask = EMbmAvkonQgn_note_progress_mask; + animation = R_QGN_GRAF_WAIT_BAR_ANIM; + }; + } + }; + } + +RESOURCE TBUF r_akns_wallpaper_text_image_corrupted { buf = qtn_skins_image_format_wrong; } + +RESOURCE TBUF r_akns_wallpaper_text_image_too_large { buf = qtn_skins_image_too_large; } +