scrsaver/screensaveraiwplugin/src/screensaveraiwplugin.rss
changeset 14 8a173132b0aa
parent 2 058b1fc1663a
equal deleted inserted replaced
2:058b1fc1663a 14:8a173132b0aa
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:     Resource file for project aknswallpaperplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 NAME    SSAP  // screensaveraiwplugin AIW Provider
       
    23 
       
    24 // Resource types
       
    25 #include <eikon.rh>
       
    26 
       
    27 // Commands etc.
       
    28 #include "screensaveraiwplugin.rh"
       
    29 
       
    30 
       
    31 // Localized texts.
       
    32 #include <screensaveraiwplugin.loc>
       
    33 
       
    34 
       
    35 RESOURCE RSS_SIGNATURE { }
       
    36 
       
    37 // ---------------------------------------------------------------------------
       
    38 // r_screen_saver_aiw_plugin_menu
       
    39 //
       
    40 // Menu for setting image(s) as screen saver.
       
    41 // ---------------------------------------------------------------------------
       
    42 //
       
    43 RESOURCE MENU_PANE r_screen_saver_aiw_plugin_menu
       
    44     {
       
    45     items =
       
    46         {
       
    47         MENU_ITEM { 
       
    48         		   command = EScreenSaverAIWPluginCmdSetScreenSaver;        		   
       
    49         		   txt = qtn_sanim_set_as_screensaver;        		   
       
    50         		   extratxt = qtn_sanim_submenu_screensaver;        		           		   
       
    51         		  }
       
    52         };
       
    53     }    
       
    54     
       
    55 RESOURCE TBUF r_screen_saver_aiw_plugin_text_image_added { buf = qtn_sanim_image_added; }
       
    56 RESOURCE TBUF r_screen_saver_aiw_plugin_text_images_added { buf = qtn_sanim_images_added; }
       
    57 RESOURCE TBUF r_screen_saver_aiw_plugin_text_image_as_animation { buf = qtn_sanim_image_as_animation; }
       
    58 
       
    59     
       
    60