skins/AknSkins/wppsrc/aknswallpaperplugin.rss
changeset 0 05e9090e2422
child 53 8f0f421d3d0f
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2005-2007 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:  Project definition file for project aknswallpaperplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME    AKWP  // aknswallpaperplugin AIW Provider
       
    20 
       
    21 // Resource types
       
    22 #include <eikon.rh>
       
    23 #include <avkon.rh>
       
    24 
       
    25 // Commands etc.
       
    26 #include <AvkonIcons.hrh>
       
    27 #include "aknswallpaperplugin.rh"
       
    28 
       
    29 
       
    30 // Compiled resources
       
    31 #include <avkon.rsg>
       
    32 
       
    33 // Localized texts.
       
    34 #include <psln.loc>
       
    35 #include <drmcommon.loc>
       
    36 #include <aknswallpaperplugin.loc>
       
    37 
       
    38 // Graphics
       
    39 #include <avkon.mbg>
       
    40 
       
    41 RESOURCE RSS_SIGNATURE { }
       
    42 
       
    43 // ---------------------------------------------------------------------------
       
    44 // r_akns_wallpaper_plugin_menu
       
    45 //
       
    46 // Menu for setting main wallpaper for the device.
       
    47 // ---------------------------------------------------------------------------
       
    48 //
       
    49 RESOURCE MENU_PANE r_akns_wallpaper_plugin_menu
       
    50     {
       
    51     items =
       
    52         {
       
    53         MENU_ITEM {
       
    54                    command = EAknsWallpaperPluginCmdSetWallPaper;
       
    55                    txt = qtn_wpp_set_as_bg_image;
       
    56                   }
       
    57         };
       
    58     }
       
    59 
       
    60 
       
    61 RESOURCE TBUF r_akns_wallpaper_text_drm_preview   { buf = qtn_drm_prev_rights_set; }
       
    62 
       
    63 RESOURCE TBUF r_akns_wallpaper_text_loading_image { buf = qtn_skins_loading_image; }
       
    64 
       
    65 
       
    66 RESOURCE DIALOG r_akns_wallpaper_general_wait_note
       
    67     {
       
    68     flags = EAknWaitNoteFlags;
       
    69     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
    70     items =
       
    71         {
       
    72         DLG_LINE
       
    73             {
       
    74             type = EAknCtNote;
       
    75             id = EAknsWallpaperPluginGeneralWaitNote;
       
    76             control= AVKON_NOTE
       
    77                 {
       
    78                 layout = EWaitLayout;
       
    79                 imagefile = AVKON_ICON_FILE;
       
    80                 imageid = EMbmAvkonQgn_note_progress;
       
    81                 imagemask = EMbmAvkonQgn_note_progress_mask;
       
    82                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
    83                 };
       
    84             }
       
    85         };
       
    86     }
       
    87 
       
    88 RESOURCE TBUF r_akns_wallpaper_text_image_corrupted { buf = qtn_skins_image_format_wrong; }
       
    89 
       
    90 RESOURCE TBUF r_akns_wallpaper_text_image_too_large { buf = qtn_skins_image_too_large; }
       
    91