psln/Rss/PslnCommon.rss
branchRCL_3
changeset 56 d48ab3b357f1
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
       
     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             flags = EEikMenuItemAction;
       
    49             },
       
    50         MENU_ITEM 
       
    51             {
       
    52             command = EPslnCmdAppActivate;
       
    53             txt = qtn_skins_option_activate;
       
    54             flags = EEikMenuItemAction;
       
    55             }  
       
    56         };
       
    57     }
       
    58 
       
    59 // End of File
       
    60 
       
    61