remotestoragefw/remotedriveconfigurationbiocontrol/bif/rsfwmountconfbcbif.rss
branchRCL_3
changeset 20 1aa8c82cb4cb
parent 0 3ad9d5175a89
equal deleted inserted replaced
19:88ee4cf65e19 20:1aa8c82cb4cb
       
     1 /*
       
     2 * Copyright (c) 2006 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:  BIF definition for the remote drive BIO control
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 
       
    21 NAME    MCFB
       
    22 
       
    23 //  INCLUDES
       
    24 
       
    25 #include <biftool2.rh>
       
    26 
       
    27 #include <rsfwmountconfbc.loc>
       
    28 
       
    29 //  RESOURCE DEFINITIONS
       
    30 
       
    31  RESOURCE BIO_INFO_FILE
       
    32 	{
       
    33 	message_type_uid = 0x1bdeff02;   // KUidBIOMountConfMsg
       
    34 // Messaging API v. 2 assumed
       
    35   message_parser_name = "gfp.dll";
       
    36 	message_appctrl_name = "rsfwmountconfbc.dll";
       
    37 	message_app_uid = KUidUseDefaultApp;
       
    38 	file_extension = ".mpmc";
       
    39 	description = qtn_rd_msg_sm_type;
       
    40 	icons_filename = "none";
       
    41 	icon_zoom_levels = {1};
       
    42 
       
    43 	ids=
       
    44 		{
       
    45 		ID	
       
    46 			{
       
    47 			type = EWap;
       
    48 			confidence = ECertain;
       
    49 			port = 7777;		//SCKL1E61 is a NBS Port
       
    50 			text = "//vnd.nokia.s60.mount.config";
       
    51 			},
       
    52 		ID
       
    53 			{
       
    54 			type = ENbs;
       
    55 			confidence = ECertain;
       
    56 			// port = 7777;
       
    57 			text = "//vnd.nokia.s60.mount.config";
       
    58 			},
       
    59 		ID
       
    60 			{
       
    61 			type = EIana;
       
    62 			confidence = ECertain;
       
    63 			text = "//vnd.nokia.s60.mount.config";
       
    64 			}
       
    65 		};
       
    66 	}
       
    67