messagingappbase/smartmessaging/wmlbc/bif/WMLBif.rss
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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:  WMLBif.rss*
       
    15 */
       
    16 
       
    17 //
       
    18 // WAPP.rss
       
    19 //
       
    20 // 'BIO Messaging Information File (bif)' Resource file
       
    21 
       
    22 #include <biftool2.rh>
       
    23 #include <wmlbc.loc>
       
    24 
       
    25 RESOURCE BIO_INFO_FILE
       
    26 	{
       
    27 	message_type_uid=0x10005532;
       
    28 	message_parser_name = "wapp.dll";
       
    29 	message_appctrl_name = "wmlbc.dll";
       
    30 	message_app_uid=KUidUseDefaultApp;
       
    31 	
       
    32 
       
    33 	description=qtn_mce_inbox_type_smart_conf;
       
    34 
       
    35 	general_data1=0x0108;		// Flags specific to this BIO message type.
       
    36 
       
    37 	icons_filename="none";
       
    38 	icon_zoom_levels={1};
       
    39 
       
    40 	ids=
       
    41 		{
       
    42 		// This id is for receiving
       
    43 		ID	
       
    44 			{
       
    45 			type=EWsp;
       
    46 			confidence=ECertain;
       
    47 			character_set=KCharSetDefault;
       
    48 			port=49999;		
       
    49 			general_id_data=0;
       
    50 			},
       
    51 		ID
       
    52 			{
       
    53 			type=EIana;
       
    54 			confidence=ECertain;
       
    55 			character_set=KCharSetDefault;	// default is ISO-8859-1, could have missed this line out
       
    56 			text="application/x-nokia.settings";
       
    57 			}
       
    58 		};
       
    59 	}
       
    60