usbmgmt/usbmgr/host/functiondrivers/ms/msmm/inc/srvdef.h
changeset 25 4ddb65515edd
parent 0 c9bc50fca66e
child 43 012cc2ee6408
equal deleted inserted replaced
14:4285b54b0d2c 25:4ddb65515edd
    46 const TUint32 KFDFWSecureId = 0x10285c46; // SID for unit test project
    46 const TUint32 KFDFWSecureId = 0x10285c46; // SID for unit test project
    47 #else
    47 #else
    48 const TUint32 KFDFWSecureId = 0x10282B48;
    48 const TUint32 KFDFWSecureId = 0x10282B48;
    49 #endif
    49 #endif
    50 
    50 
       
    51 #ifdef __OVER_DUMMYCOMPONENT__
       
    52 const TUint32 KSidHbDeviceDialogAppServer = 0x20022FC4; // SID for unit test project
       
    53 #else
       
    54 const TUint32 KSidHbDeviceDialogAppServer = 0x20022FC5; //SID for indicator UI that will call eject usb drives
       
    55 #endif
       
    56 
    51 /** The Msmm Version numbers */
    57 /** The Msmm Version numbers */
    52 const TUint KMsmmServMajorVersionNumber = 1;
    58 const TUint KMsmmServMajorVersionNumber = 1;
    53 const TUint KMsmmServMinorVersionNumber = 0;
    59 const TUint KMsmmServMinorVersionNumber = 0;
    54 const TUint KMsmmServBuildVersionNumber = 1;
    60 const TUint KMsmmServBuildVersionNumber = 1;
    55 
    61 
    58     {
    64     {
    59     EHostMsmmServerAddFunction = 0, // Add function request
    65     EHostMsmmServerAddFunction = 0, // Add function request
    60     EHostMsmmServerRemoveDevice = 2, // Remove device request
    66     EHostMsmmServerRemoveDevice = 2, // Remove device request
    61     EHostMsmmServerDbgFailNext = 3,
    67     EHostMsmmServerDbgFailNext = 3,
    62     EHostMsmmServerDbgAlloc = 4,
    68     EHostMsmmServerDbgAlloc = 4,
       
    69     EHostMsmmServerEjectUsbDrives = 5, // Dismount USB drives request
    63     EHostMsmmServerEndMarker // Request end mark
    70     EHostMsmmServerEndMarker // Request end mark
    64     };
    71     };
    65 
    72 
    66 // Default number of message slots per session
    73 // Default number of message slots per session
    67 const TUint KDefaultMessageSlots = 1;
    74 const TUint KDefaultMessageSlots = 1;
    68 
    75 
    69 // Max connection number
    76 // Max connection number
    70 const TInt KMaxClientCount = 1;
    77 const TInt KMaxClientCount = 2;
    71 
    78 
    72 #endif // #ifndef SRVDEF_H
    79 #endif // #ifndef SRVDEF_H