/*
* Copyright (c) 2001 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: Resource file for ECOM registry.
*
*/
NAME MRBC
#include <eikon.rh>
#include <calencommands.hrh>
#include "mrbcplugin.rh"
#include "esmrdef.h"
RESOURCE RSS_SIGNATURE { }
RESOURCE MR_BCPLUGIN_INFO r_mrbcplugin_info
{
version = 1;
event_type = KMRTypeMeetingRequest
| KMRTypeMeeting
| KMRTypeMemo
| KMRTypeAnniversary
| KMRTypeToDo;
command_table =
{
MR_BCPLUGIN_COMMAND
{
command_id = ECalenNewMeetingRequest;
check_entry_type = 0;
},
MR_BCPLUGIN_COMMAND
{
command_id = ECalenNewMeeting;
check_entry_type = 0;
},
MR_BCPLUGIN_COMMAND
{
command_id = ECalenNewDayNote;
check_entry_type = 0;
},
MR_BCPLUGIN_COMMAND
{
command_id = ECalenNewAnniv;
check_entry_type = 0;
},
MR_BCPLUGIN_COMMAND
{
command_id = ECalenNewTodo;
check_entry_type = 0;
},
MR_BCPLUGIN_COMMAND
{
command_id = ECalenEventView;
check_entry_type = 1;
},
MR_BCPLUGIN_COMMAND
{
command_id = ECalenNewMeetingTimeSpan;
check_entry_type = 0;
}
};
}
// EOF