meetingui/meetingrequestviewers/Data/MeetingRequestViewers.hrh
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2009 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:   Meeting request viewers common definitions for resource and c++ files.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef CMRVIEWERS_HRH
       
    21 #define CMRVIEWERS_HRH
       
    22 
       
    23 #include <avkon.hrh>
       
    24 #include <MRCommands.hrh>
       
    25 
       
    26 enum EMRViewsCommands
       
    27     {
       
    28     EMRViewersFirstMenuItem = EMRCommandsLast,    
       
    29     EMRCommandRespondSubmenu,
       
    30     EMRCommandReplySubmenu,
       
    31     EMRCommandFindItem,
       
    32     EMRCommandFindItemSub1,
       
    33     EMRCommandFindItemSub2,
       
    34     EMRCommandFindItemSub3
       
    35     };
       
    36     
       
    37 enum 
       
    38     {
       
    39     EMRDescriptionItem,
       
    40     EMRAttendeeItem
       
    41     };
       
    42     
       
    43 /**
       
    44 * UID of the mail viewer application
       
    45 */
       
    46 #define KUidMailApplication 0x101F4CE4
       
    47 
       
    48 /**
       
    49 * UID of the BVA application
       
    50 */
       
    51 #define KUidBVAApplication 0x101F4CE5
       
    52 
       
    53 /**
       
    54 * UID of the calendar application
       
    55 */
       
    56 #define KUidCalendarApplication 0x10005901
       
    57 
       
    58 
       
    59 #endif