meetingrequest/mrbcplugin/bcmrevent/data/bcmreventplugin.rss
branchRCL_3
changeset 12 4ce476e64c59
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
       
     1 /*
       
     2 * Copyright (c) 2001 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource file for ECOM registry.
       
    15 *
       
    16 */
       
    17 
       
    18 NAME MRBC
       
    19 
       
    20 #include <eikon.rh>
       
    21 #include <calencommands.hrh>
       
    22 #include "mrbcplugin.rh"
       
    23 #include "esmrdef.h"
       
    24 
       
    25 RESOURCE RSS_SIGNATURE { }
       
    26 
       
    27 RESOURCE MR_BCPLUGIN_INFO r_mrbcplugin_info
       
    28     {
       
    29     version       = 1;
       
    30     event_type    = KMRTypeMeetingRequest
       
    31                     | KMRTypeMeeting
       
    32                     | KMRTypeMemo
       
    33                     | KMRTypeAnniversary
       
    34                     | KMRTypeToDo;
       
    35     command_table =
       
    36         {
       
    37         MR_BCPLUGIN_COMMAND
       
    38             {
       
    39             command_id = ECalenNewMeetingRequest;
       
    40             check_entry_type = 0;
       
    41             },
       
    42         MR_BCPLUGIN_COMMAND
       
    43             {
       
    44             command_id = ECalenNewMeeting;
       
    45             check_entry_type = 0;
       
    46             },
       
    47         MR_BCPLUGIN_COMMAND
       
    48             {
       
    49             command_id = ECalenNewDayNote;
       
    50             check_entry_type = 0;
       
    51             },
       
    52         MR_BCPLUGIN_COMMAND
       
    53             {
       
    54             command_id = ECalenNewAnniv;
       
    55             check_entry_type = 0;
       
    56             },
       
    57         MR_BCPLUGIN_COMMAND
       
    58             {
       
    59             command_id = ECalenNewTodo;
       
    60             check_entry_type = 0;
       
    61             },
       
    62         MR_BCPLUGIN_COMMAND
       
    63             {
       
    64             command_id = ECalenEventView;
       
    65             check_entry_type = 1;
       
    66             },
       
    67         MR_BCPLUGIN_COMMAND
       
    68             {
       
    69             command_id = ECalenNewMeetingTimeSpan;
       
    70             check_entry_type = 0;
       
    71             }
       
    72         };
       
    73     }
       
    74 
       
    75 // EOF