calendarui/calenaiwprovider/data/calenaiwprovidermenu.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 10:12:19 +0200
changeset 0 f979ecb2b13e
permissions -rw-r--r--
Revision: 201003 Kit: 201005

/*
* Copyright (c) 2004-2005 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:  This file contains all the resources 
*                for the calenaiwprovider.
*
*/

//  RESOURCE IDENTIFIER
NAME     CIMP

//  System includes.
#include <eikon.rh>
#include <avkon.rh>
#include <avkon.hrh>
#include <avkon.rsg>
#include <avkon.loc>
#include <calenaiwprovider.loc>
#include <AiwCommon.hrh>

// User includes.
#include "calenaiwproviderdefines.hrh"

//  RESOURCE DEFINITIONS
// -----------------------------------------------------------------------------
//
//  RSS_SIGNATURE
//  
//  Signature.
//
// -----------------------------------------------------------------------------
//
RESOURCE RSS_SIGNATURE {}

RESOURCE TBUF { buf=""; }

//  RESOURCE DEFINITIONS
//----------------------------------------------------
//   
//  EIK_APP_INFO
//  It contains application information.
//
//----------------------------------------------------
//
RESOURCE EIK_APP_INFO {}

//  RESOURCE DEFINITIONS
//----------------------------------------------------
//   
//  Menu pane resuorce
//  Provided menu item to consumer.
//
//----------------------------------------------------
//

RESOURCE MENU_PANE r_calen_aiw_provider_menu_pane
    {
    items = 
    {
        MENU_ITEM
            {
            command = KAiwCmdSaveToCalendar;
            txt = qtn_calen_save_to_calendars;
            }
    };
    }

//  RESOURCE DEFINITIONS 
// ---------------------------------------------------------
//   
//  r_savenote_text
//  Resource needed for akinformationnote.
//
// ---------------------------------------------------------
//
RESOURCE TBUF r_savecalendarnote_text
    {
    buf = qtn_calen_event_saved;
    }

// End of file .