idlehomescreen/xmluirendering/uiengine/src/xnwallpaperview.rss
branchRCL_3
changeset 34 5456b4e8b3a8
child 35 3321d3e205b6
equal deleted inserted replaced
33:5f0182e07bfb 34:5456b4e8b3a8
       
     1 /*
       
     2 * Copyright (c) 2009 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:
       
    15 * 
       
    16 *
       
    17 */
       
    18 
       
    19 //  System includes
       
    20 #include <eikon.rh>
       
    21 #include <avkon.rsg>
       
    22 #include <avkon.rh>
       
    23 #include <avkon.loc>
       
    24 #include <appinfo.rh>
       
    25 #include <avkon.mbg>
       
    26 #include <activeidle3.loc>
       
    27 #include <drmcommon.loc>
       
    28 
       
    29 //  RESOURCE IDENTIFIER
       
    30 NAME    XNWP // 4 letter ID
       
    31 
       
    32 RESOURCE RSS_SIGNATURE
       
    33 	{
       
    34 	}
       
    35 
       
    36 // ----------------------------------------------------
       
    37 // r_wallpaper_view
       
    38 //
       
    39 // ----------------------------------------------------
       
    40 //
       
    41 RESOURCE AVKON_VIEW r_wallpaper_view
       
    42     {
       
    43     cba = R_AVKON_SOFTKEYS_CANCEL;
       
    44     menubar = 0;
       
    45     toolbar = 0;
       
    46     }
       
    47 
       
    48 // ----------------------------------------------------
       
    49 // r_qtn_hs_corrupted_image_note
       
    50 //
       
    51 // ----------------------------------------------------
       
    52 //
       
    53 RESOURCE TBUF r_qtn_hs_corrupted_image_note 
       
    54     {
       
    55     buf = qtn_hs_corrupted_image_note; 
       
    56     }
       
    57 
       
    58 // ----------------------------------------------------
       
    59 // r_qtn_hs_too_big_image_note
       
    60 //
       
    61 // ----------------------------------------------------
       
    62 //
       
    63 RESOURCE TBUF r_qtn_hs_too_big_image_note 
       
    64     {
       
    65     buf = qtn_hs_too_big_image_note;
       
    66     }
       
    67 
       
    68 // ----------------------------------------------------
       
    69 // r_qtn_hs_drm_protected_image_note
       
    70 //
       
    71 // ----------------------------------------------------
       
    72 //
       
    73 RESOURCE TBUF r_qtn_hs_drm_protected_image_note 
       
    74     {
       
    75     buf = qtn_drm_mgr_det_exp;
       
    76     }
       
    77 
       
    78 // ----------------------------------------------------
       
    79 // r_qtn_hs_processing_note
       
    80 //
       
    81 // ----------------------------------------------------
       
    82 //
       
    83 RESOURCE TBUF r_qtn_hs_processing_note
       
    84     {
       
    85     buf = qtn_gen_note_processing;
       
    86     }
       
    87 
       
    88 // ----------------------------------------------------
       
    89 // r_change_wallpaper_wait_dialog
       
    90 //
       
    91 // ----------------------------------------------------
       
    92 //
       
    93 RESOURCE DIALOG r_change_wallpaper_wait_dialog
       
    94     {
       
    95     flags = EAknWaitNoteFlags;
       
    96     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
    97     items =
       
    98         {
       
    99         DLG_LINE
       
   100             {
       
   101             type = EAknCtNote;
       
   102             id = EGeneralNote;
       
   103             control= AVKON_NOTE
       
   104                 {
       
   105                 layout = EWaitLayout;
       
   106                 singular_label = qtn_gen_note_processing;
       
   107                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   108                 };
       
   109             }
       
   110         };
       
   111     }    
       
   112     
       
   113 // End of file