scrsaver/screensaveraiwplugin/src/screensaveraiwplugin.rss
branchRCL_3
changeset 26 e8d784ac1a4b
parent 0 040fcad49f44
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scrsaver/screensaveraiwplugin/src/screensaveraiwplugin.rss	Wed Sep 01 12:30:40 2010 +0100
@@ -0,0 +1,60 @@
+/*
+* 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 <eikon.rh>
+
+// Commands etc.
+#include "screensaveraiwplugin.rh"
+
+
+// Localized texts.
+#include <screensaveraiwplugin.loc>
+
+
+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; }
+
+    
+