messagingappbase/smsmtm/test/data/bif/koala.rss
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 27 e4592d119491
child 37 518b245aa84c
child 79 2981cb3aa489
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // 'BIO Messaging Information File (bif)' Resource file
       
    15 // 
       
    16 //
       
    17 
       
    18 #include <biftool2.rh>
       
    19 
       
    20 
       
    21 RESOURCE BIO_INFO_FILE
       
    22 	{
       
    23 	message_type_uid=0x10022001;
       
    24 	message_parser_name="wapp.dll";
       
    25 	message_app_uid=KUidUseDefaultApp;
       
    26 	message_appctrl_name = "iacbiocontrol.dll";
       
    27 
       
    28 	description="Koala Test BIF";
       
    29 
       
    30 	general_data1=0x0108;		// Flags specific to this BIO message type.
       
    31 
       
    32 	icons_filename="smcm.mbm";
       
    33 	icon_zoom_levels={1};
       
    34 
       
    35 	ids=
       
    36 		{
       
    37 		ID	
       
    38 			{
       
    39 			type=EWsp;
       
    40 			confidence=ECertain;
       
    41 			character_set=KCharSetDefault;		
       
    42 			port=22004;
       
    43 			general_id_data=0;
       
    44 			},
       
    45 		ID	
       
    46 			{
       
    47 			type=ENbs;
       
    48 			confidence=ECertain;
       
    49 			text="Koala";
       
    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