--- a/remotestoragefw/remotedriveconfigurationbiocontrol/bif/rsfwmountconfbcbif.rss Wed Jun 09 10:37:35 2010 +0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,67 +0,0 @@
-/*
-* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description: BIF definition for the remote drive BIO control
-*
-*/
-
-
-// RESOURCE IDENTIFIER
-
-NAME MCFB
-
-// INCLUDES
-
-#include <biftool2.rh>
-
-#include <rsfwmountconfbc.loc>
-
-// RESOURCE DEFINITIONS
-
- RESOURCE BIO_INFO_FILE
- {
- message_type_uid = 0x1bdeff02; // KUidBIOMountConfMsg
-// Messaging API v. 2 assumed
- message_parser_name = "gfp.dll";
- message_appctrl_name = "rsfwmountconfbc.dll";
- message_app_uid = KUidUseDefaultApp;
- file_extension = ".mpmc";
- description = qtn_rd_msg_sm_type;
- icons_filename = "none";
- icon_zoom_levels = {1};
-
- ids=
- {
- ID
- {
- type = EWap;
- confidence = ECertain;
- port = 7777; //SCKL1E61 is a NBS Port
- text = "//vnd.nokia.s60.mount.config";
- },
- ID
- {
- type = ENbs;
- confidence = ECertain;
- // port = 7777;
- text = "//vnd.nokia.s60.mount.config";
- },
- ID
- {
- type = EIana;
- confidence = ECertain;
- text = "//vnd.nokia.s60.mount.config";
- }
- };
- }
-