diff -r a3a1ae9acec6 -r da5135c61bad meetingrequest/mrbcplugin/bcmrevent/data/bcmreventplugin.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/meetingrequest/mrbcplugin/bcmrevent/data/bcmreventplugin.rss Wed Mar 31 21:08:33 2010 +0300 @@ -0,0 +1,75 @@ +/* +* 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 +#include +#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