messagingfw/biomsgfw/iacpbif/iacp.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 #include <iacp.loc>	
       
    18 
       
    19 
       
    20 RESOURCE BIO_INFO_FILE
       
    21 	{
       
    22 	message_type_uid=0x1000552F;
       
    23 	message_parser_name="\\system\\parsers\\iacp.dll";
       
    24 	message_app_uid=KUidUseDefaultApp;
       
    25 	message_appctrl_name = "iacbiocontrol.dll";
       
    26 
       
    27 	description=IACPBIF_G_DESCRIPTION;
       
    28 
       
    29 	icons_filename="iacp.mbm";
       
    30 	icon_zoom_levels={1};
       
    31 
       
    32 	ids=
       
    33 		{
       
    34 		ID
       
    35 			{
       
    36 			type=ENbs;
       
    37 			confidence=ECertain;
       
    38 			text="//SIAP11";
       
    39 			},
       
    40 		ID	
       
    41 			{
       
    42 			type=EWap;
       
    43 			confidence=ECertain;
       
    44 			port=5503;				// SCKL157F
       
    45 			},
       
    46 		ID
       
    47 			{
       
    48 			type=EIana;
       
    49 			confidence=EPossible;
       
    50 			text="application/vnd.nokia.configuration-message";
       
    51 			}
       
    52 		};
       
    53 	}
       
    54