messagingfw/biomsgfw/enpbif/Enp.rss
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     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 RESOURCE BIO_INFO_FILE
       
    19 	{
       
    20 	message_type_uid=0x10005530;
       
    21 	message_parser_name="\\system\\parsers\\enp.dll";
       
    22 	message_app_uid=KUidUseDefaultApp;
       
    23 	message_appctrl_name = "iacbiocontrol.dll";
       
    24 
       
    25 	description="Email Notification...";
       
    26 
       
    27 	icons_filename="enp.mbm";
       
    28 	icon_zoom_levels={1};
       
    29 
       
    30 	ids=
       
    31 		{
       
    32 		ID
       
    33 			{
       
    34 			type=ENbs;
       
    35 			confidence=ECertain;
       
    36 			text="//MLAP11";
       
    37 			},
       
    38 		ID	
       
    39 			{
       
    40 			type=EWap;
       
    41 			confidence=ECertain;
       
    42 			port=5512;					// SCKL1588 (NBS Port)
       
    43 			},
       
    44 		ID
       
    45 			{
       
    46 			type=EIana;
       
    47 			confidence=EPossible;
       
    48 			text="text/bio-msg-enp";
       
    49 			}
       
    50 		};
       
    51 	}
       
    52