/*
* 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