psln/Rss/PslnCommon.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 27 Apr 2010 16:55:05 +0300
branchRCL_3
changeset 18 0aa5fbdfbc30
parent 0 2f259fa3e83a
permissions -rw-r--r--
Revision: 201015 Kit: 201017

/*
* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Common resources for application, framework and plugins.
*
*/


//  RESOURCE IDENTIFIER
NAME    PSLC // 4 letter ID

//  INCLUDES
#include "psln.hrh"
#include <psln.loc>
#include <uikon.rh>
#include <avkon.rh>
#include <eikon.rh>

//  RESOURCE DEFINITIONS 
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf=""; }

// -----------------------------------------------------------------------------
//
//    r_psln_gen_view_menupane
//    Menu pane for general theme view.
//
// -----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_psln_gen_view_menupane
    {
    items =
        {
        MENU_ITEM 
            {
            command = EPslnCmdAppDownload;
            txt = qtn_skins_option_dltheme;
            flags = EEikMenuItemAction;
            },
        MENU_ITEM 
            {
            command = EPslnCmdAppActivate;
            txt = qtn_skins_option_activate;
            flags = EEikMenuItemAction;
            }  
        };
    }

// End of File