usbmgmt/usbmgr/host/functiondrivers/ms/msmm/inc/srvdef.h
branchRCL_3
changeset 16 012cc2ee6408
parent 15 f92a4f87e424
--- a/usbmgmt/usbmgr/host/functiondrivers/ms/msmm/inc/srvdef.h	Tue Aug 31 17:01:47 2010 +0300
+++ b/usbmgmt/usbmgr/host/functiondrivers/ms/msmm/inc/srvdef.h	Wed Sep 01 12:35:00 2010 +0100
@@ -48,12 +48,6 @@
 const TUint32 KFDFWSecureId = 0x10282B48;
 #endif
 
-#ifdef __OVER_DUMMYCOMPONENT__
-const TUint32 KSidHbDeviceDialogAppServer = 0x20022FC4; // SID for unit test project
-#else
-const TUint32 KSidHbDeviceDialogAppServer = 0x20022FC5; //SID for indicator UI that will call eject usb drives
-#endif
-
 /** The Msmm Version numbers */
 const TUint KMsmmServMajorVersionNumber = 1;
 const TUint KMsmmServMinorVersionNumber = 0;
@@ -66,7 +60,6 @@
     EHostMsmmServerRemoveDevice = 2, // Remove device request
     EHostMsmmServerDbgFailNext = 3,
     EHostMsmmServerDbgAlloc = 4,
-    EHostMsmmServerEjectUsbDrives = 5, // Dismount USB drives request
     EHostMsmmServerEndMarker // Request end mark
     };
 
@@ -74,6 +67,6 @@
 const TUint KDefaultMessageSlots = 1;
 
 // Max connection number
-const TInt KMaxClientCount = 2;
+const TInt KMaxClientCount = 1;
 
 #endif // #ifndef SRVDEF_H