messagingappbase/smartmessaging/oplogobc/bif/OpLogoBif.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 *     Bio Info File resource.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <biftool2.rh>
       
    22 #include <oplogobc.loc>
       
    23 
       
    24 RESOURCE BIO_INFO_FILE
       
    25 	{
       
    26 	message_type_uid=0x10005536; //KUidBIOOperatorLogoMsg   bitsids.h
       
    27 	message_parser_name = "gfp.dll";
       
    28 	message_appctrl_name = "oplogobc.dll"; 
       
    29 	message_app_uid=KUidUseDefaultApp;
       
    30 	
       
    31 
       
    32 	description=qtn_mce_inbox_type_smart_ol; 
       
    33 
       
    34 	icons_filename="none";
       
    35 	file_extension=".olp";
       
    36 	
       
    37 	icon_zoom_levels={1};
       
    38         ids=
       
    39 		{
       
    40 		ID	
       
    41 			{
       
    42 			type=EWap;
       
    43 			confidence=ECertain;
       
    44 			port=5506;				//SCKL1582
       
    45 			character_set=KCharSetDefault;	// default is ISO-8859-1
       
    46 			},
       
    47 
       
    48 		ID
       
    49 			{
       
    50 			type=ENbs;
       
    51 			confidence=ECertain;
       
    52 			//port=5506;
       
    53 			text="//SCKL1582";
       
    54 			character_set=KCharSetDefault;	// default is ISO-8859-1
       
    55 			},
       
    56 		ID
       
    57 			{
       
    58 			type=EIana;
       
    59 			confidence=EPossible;
       
    60 			character_set=KCharSetDefault;	// default is ISO-8859-1
       
    61 			text="application/vnd.nokia.operator-logo";
       
    62 			}
       
    63 		};
       
    64 	}
       
    65 
       
    66 // End of file