messagingappbase/bium/group/bium.rss
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002 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:  
       
    15 *     Application information (AIF) resource file for Bium.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <eikon.rh>
       
    22 #include <eikon.rsg>
       
    23 #include <mtud.rh>
       
    24 #include <mtud.hrh>
       
    25 
       
    26 #include <bium.loc>	// Localisable text
       
    27 #include "bium.hrh"
       
    28 #include <MtmExtendedCapabilities.hrh>
       
    29 
       
    30 NAME BIUM
       
    31 RESOURCE RSS_SIGNATURE { }
       
    32 RESOURCE TBUF16 { buf=""; }
       
    33 
       
    34 //*******************************************************************************************
       
    35 // MTM Data Layer stuff
       
    36 //*******************************************************************************************
       
    37 
       
    38 RESOURCE MTUD_FUNCTION_ARRAY r_bioud_function_array
       
    39 	{
       
    40 	functions=	
       
    41 		{
       
    42         MTUD_FUNCTION 
       
    43             { 
       
    44             functiontext = qtn_mce_info;
       
    45             command = KMtmUiFunctionMessageInfo;
       
    46             flags = EMtudContextSpecific|EMtudAsynchronous|EMtudCommandTransferReceive;
       
    47             }
       
    48 		};
       
    49 	}
       
    50 
       
    51 RESOURCE TBUF r_qtn_mce_info_message_not_opened
       
    52     {
       
    53     buf = qtn_mce_info_message_not_opened;
       
    54     }
       
    55 
       
    56 // MESSAGE INFO TYPES
       
    57 
       
    58 RESOURCE TBUF r_qtn_sm_info_gms
       
    59     {
       
    60     buf = qtn_sm_info_gms;
       
    61     }
       
    62 
       
    63 RESOURCE TBUF r_qtn_sm_info_calendar
       
    64     {
       
    65     buf = qtn_sm_info_calendar;
       
    66     }
       
    67 
       
    68 RESOURCE TBUF r_qtn_sm_info_business_card
       
    69     {
       
    70     buf = qtn_sm_info_business_card;
       
    71     }
       
    72 
       
    73 RESOURCE TBUF r_qtn_sm_title_configuration
       
    74     {
       
    75     buf = qtn_sm_title_configuration;
       
    76     }
       
    77 
       
    78 RESOURCE TBUF r_qtn_sm_info_ringing_tone
       
    79     {
       
    80     buf = qtn_sm_info_ringing_tone;
       
    81     }
       
    82 
       
    83 RESOURCE TBUF r_qtn_sm_info_operator_logo
       
    84     {
       
    85     buf = qtn_sm_info_operator_logo;
       
    86     }
       
    87 
       
    88 RESOURCE TBUF r_qtn_sm_info_email_notification
       
    89     {
       
    90     buf = qtn_sm_info_email_notification;
       
    91     }
       
    92 	
       
    93 RESOURCE TBUF r_qtn_sm_info_sync_profile
       
    94     {
       
    95     buf = qtn_sm_info_sync_profile;
       
    96     }
       
    97 
       
    98 // end of file