messagingappbase/smartmessaging/vcalbc/bif/vcalbif_sms.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 for vcalbc.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 
       
    23 NAME    VCLB
       
    24 
       
    25 //  INCLUDES
       
    26 #include <biftool2.rh>
       
    27 #include <vcalbc.loc>
       
    28 
       
    29 //  RESOURCE DEFINITIONS 
       
    30 
       
    31 RESOURCE BIO_INFO_FILE
       
    32 	{
       
    33 	message_type_uid = 0x10005533;
       
    34 	message_parser_name = "gfp.dll";
       
    35 	message_appctrl_name = "vcalbc.dll";
       
    36 	message_app_uid = KUidUseDefaultApp;
       
    37 	
       
    38 	file_extension = ".vcs";
       
    39 	description = qtn_mce_inbox_type_smart_vcal;
       
    40 	icons_filename = "none";
       
    41 	icon_zoom_levels = {1};
       
    42 
       
    43 	ids=
       
    44 		{
       
    45 		ID	
       
    46 			{
       
    47 			type=EWap;
       
    48 			confidence=ECertain;
       
    49 			port=9205 ;
       
    50 			},
       
    51 		ID	
       
    52 			{
       
    53 			type=EWapSecure;
       
    54 			confidence=ECertain;
       
    55 			port=9207 ;
       
    56 			},
       
    57 		ID	
       
    58 			{
       
    59 			type=EWap;
       
    60 			confidence=ECertain;
       
    61 			port = 228;
       
    62 			},
       
    63 		ID	
       
    64 			{
       
    65 			type=EIana;
       
    66 			confidence=ECertain;
       
    67 			text="text/vCalendar";
       
    68 			},
       
    69 		ID
       
    70 			{
       
    71 			type=EIana;
       
    72 			confidence=ECertain;
       
    73 			text="text/calendar";		// rfc2445
       
    74 			},
       
    75 		ID
       
    76 			{
       
    77 			type=EIana;
       
    78 			confidence=ECertain;
       
    79 			text="text/x-vCalendar";	// commonly used
       
    80 			}
       
    81 		};
       
    82 	}
       
    83 
       
    84 // end of file