meetingrequest/mrcasplugin/data/esmrcasplugindata.rss
changeset 0 8466d47a6819
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2007-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:  Resource definitions for project Remote Contact Lookup Service
       
    15 *
       
    16 */
       
    17 
       
    18 // RESOURCE IDENTIFIER
       
    19 NAME    ESMR // 4 letter ID
       
    20 
       
    21 // INCLUDE FILES
       
    22 #include <eikon.rh>
       
    23 #include <avkon.rsg>
       
    24 #include <avkon.rh>
       
    25 #include <avkon.mbg>
       
    26 #include <avkon.loc>
       
    27 #include <appinfo.rh>
       
    28 #include <data_caging_paths_strings.hrh>
       
    29 #include <eikon.hrh>
       
    30 
       
    31 //<cmail>
       
    32 #include <esmrcasplugin.loc>
       
    33 #include "mrui.loc"
       
    34 //</cmail>
       
    35 
       
    36 // RESOURCE DEFINITIONS
       
    37 
       
    38 RESOURCE RSS_SIGNATURE { }
       
    39 
       
    40 RESOURCE TBUF { buf = ""; }
       
    41 
       
    42 RESOURCE TBUF r_fs_action_meeting      { buf = qtn_fs_action_meeting; }
       
    43 
       
    44 RESOURCE TBUF r_fs_query_info_missing { buf = qtn_fs_query_info_missing; }
       
    45 
       
    46 RESOURCE TBUF r_fs_mr_note_saved { buf = text_calendar_note_saved; }
       
    47 
       
    48 // -----------------------------------------------------------------------------
       
    49 //
       
    50 //   r_fs_number_missing_query_dialog
       
    51 //
       
    52 // -----------------------------------------------------------------------------
       
    53 //
       
    54 RESOURCE DIALOG r_fs_email_missing_query_dialog
       
    55     {
       
    56     flags=EGeneralQueryFlags;
       
    57     buttons=R_AVKON_SOFTKEYS_YES_NO;
       
    58     items=
       
    59         {
       
    60         DLG_LINE
       
    61             {
       
    62             type=EAknCtQuery;
       
    63             id=EGeneralQuery;
       
    64             control= AVKON_CONFIRMATION_QUERY
       
    65                 {
       
    66                 layout = EConfirmationQueryLayout;
       
    67                 animation = R_QGN_NOTE_WARNING_ANIM;
       
    68                 };
       
    69             }
       
    70         };
       
    71     }
       
    72 
       
    73 // End of file