messagingappbase/smartmessaging/wmlbc/bif/WMLBif_sms_no.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_sms_no.rss*
       
    15 */
       
    16 
       
    17 //
       
    18 // WAPP.rss
       
    19 //
       
    20 // 'BIO Messaging Information File (bif)' Resource file
       
    21 
       
    22 #include <biftool2.rh>
       
    23 #include <bium.loc>
       
    24 
       
    25 RESOURCE BIO_INFO_FILE
       
    26 	{
       
    27 	message_type_uid=0x10005532;
       
    28 	description = qtn_mce_message_unknown;
       
    29 	icons_filename="none";
       
    30 	icon_zoom_levels={1};
       
    31 
       
    32 	ids=
       
    33 		{
       
    34 		// This id is for receiving
       
    35 		ID	
       
    36 			{
       
    37 			type=EWsp;
       
    38 			confidence=ECertain;
       
    39 			character_set=KCharSetDefault;
       
    40 			port=49999;		
       
    41 			general_id_data=0;
       
    42 			},
       
    43 		ID
       
    44 			{
       
    45 			type=EIana;
       
    46 			confidence=ECertain;
       
    47 			character_set=KCharSetDefault;	// default is ISO-8859-1, could have missed this line out
       
    48 			text="application/x-nokia.settings";
       
    49 			}
       
    50 		};
       
    51 	}
       
    52