diff -r 724d4ec22f0d -r aaeeca1f15af scrsaver/screensaveraiwplugin/src/screensaveraiwplugin.rss --- a/scrsaver/screensaveraiwplugin/src/screensaveraiwplugin.rss Thu Aug 19 09:55:47 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,60 +0,0 @@ -/* -* Copyright (c) 2005 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 file for project aknswallpaperplugin -* -*/ - - - - - -NAME SSAP // screensaveraiwplugin AIW Provider - -// Resource types -#include - -// Commands etc. -#include "screensaveraiwplugin.rh" - - -// Localized texts. -#include - - -RESOURCE RSS_SIGNATURE { } - -// --------------------------------------------------------------------------- -// r_screen_saver_aiw_plugin_menu -// -// Menu for setting image(s) as screen saver. -// --------------------------------------------------------------------------- -// -RESOURCE MENU_PANE r_screen_saver_aiw_plugin_menu - { - items = - { - MENU_ITEM { - command = EScreenSaverAIWPluginCmdSetScreenSaver; - txt = qtn_sanim_set_as_screensaver; - extratxt = qtn_sanim_submenu_screensaver; - } - }; - } - -RESOURCE TBUF r_screen_saver_aiw_plugin_text_image_added { buf = qtn_sanim_image_added; } -RESOURCE TBUF r_screen_saver_aiw_plugin_text_images_added { buf = qtn_sanim_images_added; } -RESOURCE TBUF r_screen_saver_aiw_plugin_text_image_as_animation { buf = qtn_sanim_image_as_animation; } - - -