messagingfw/biomsgfw/olpbif/olp.rss
changeset 62 db3f5fa34ec7
parent 0 8e480a14352b
equal deleted inserted replaced
60:9f5ae1728557 62:db3f5fa34ec7
       
     1 // Copyright (c) 2004-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 //
       
    15 
       
    16 #include <biftool2.rh>
       
    17 
       
    18 
       
    19 RESOURCE BIO_INFO_FILE
       
    20 	{
       
    21 	message_type_uid=0x10005536;
       
    22 	message_parser_name="\\system\\parsers\\gfp.dll";
       
    23 	message_app_uid=KUidUseDefaultApp;
       
    24 	file_extension=".olp";
       
    25 
       
    26 	description="Operator Logo";
       
    27 
       
    28 	icons_filename="olp.mbm";
       
    29 	icon_zoom_levels={1};
       
    30 
       
    31 	ids=
       
    32 		{
       
    33 		ID	
       
    34 			{
       
    35 			type=EWap;
       
    36 			confidence=ECertain;
       
    37 			port=5506;				//SCKL1582
       
    38 			character_set=KCharSetDefault;	// default is ISO-8859-1, could have missed this line out
       
    39 			},
       
    40 // The WAP Watcher should get this...
       
    41 //		ID
       
    42 //			{
       
    43 //			type=ENbs;
       
    44 //			confidence=ECertain;
       
    45 //			port=5506;
       
    46 //			text="//SCKL1582";
       
    47 //			character_set=KCharSetDefault;	// default is ISO-8859-1, could have missed this line out
       
    48 //			},
       
    49 		ID
       
    50 			{
       
    51 			type=EWap;
       
    52 			confidence=ECertain;
       
    53 			port=5514;
       
    54 			character_set=KCharSetDefault; // dummy placeholder for Nokia picture msgs
       
    55 			},
       
    56 		ID
       
    57 			{
       
    58 			type=EIana;
       
    59 			confidence=EPossible;
       
    60 			character_set=KCharSetDefault;	// default is ISO-8859-1, could have missed this line out
       
    61 			text="application/vnd.nokia.operator-logo";
       
    62 			}
       
    63 		};
       
    64 	}
       
    65