psln/Rss/PslnCommon.rss
changeset 37 89c890c70182
parent 34 6b5204869ed5
child 45 667edd0b8678
equal deleted inserted replaced
34:6b5204869ed5 37:89c890c70182
     1 /*
       
     2 * Copyright (c) 2005-2006 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:  Common resources for application, framework and plugins.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    PSLC // 4 letter ID
       
    21 
       
    22 //  INCLUDES
       
    23 #include "psln.hrh"
       
    24 #include <psln.loc>
       
    25 #include <uikon.rh>
       
    26 #include <avkon.rh>
       
    27 #include <eikon.rh>
       
    28 
       
    29 //  RESOURCE DEFINITIONS 
       
    30 RESOURCE RSS_SIGNATURE { }
       
    31 RESOURCE TBUF { buf=""; }
       
    32 
       
    33 // -----------------------------------------------------------------------------
       
    34 //
       
    35 //    r_psln_gen_view_menupane
       
    36 //    Menu pane for general theme view.
       
    37 //
       
    38 // -----------------------------------------------------------------------------
       
    39 //
       
    40 RESOURCE MENU_PANE r_psln_gen_view_menupane
       
    41     {
       
    42     items =
       
    43         {
       
    44         MENU_ITEM 
       
    45             {
       
    46             command = EPslnCmdAppDownload;
       
    47             txt = qtn_skins_option_dltheme;
       
    48             },
       
    49         MENU_ITEM 
       
    50             {
       
    51             command = EPslnCmdAppActivate;
       
    52             txt = qtn_skins_option_activate;
       
    53             }  
       
    54         };
       
    55     }
       
    56 
       
    57 // End of File
       
    58 
       
    59