usbmgmt/usbmgr/host/functiondrivers/ms/msmm/inc/srvdef.h
branchRCL_3
changeset 16 012cc2ee6408
parent 15 f92a4f87e424
equal deleted inserted replaced
15:f92a4f87e424 16:012cc2ee6408
    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 
       
    57 /** The Msmm Version numbers */
    51 /** The Msmm Version numbers */
    58 const TUint KMsmmServMajorVersionNumber = 1;
    52 const TUint KMsmmServMajorVersionNumber = 1;
    59 const TUint KMsmmServMinorVersionNumber = 0;
    53 const TUint KMsmmServMinorVersionNumber = 0;
    60 const TUint KMsmmServBuildVersionNumber = 1;
    54 const TUint KMsmmServBuildVersionNumber = 1;
    61 
    55 
    64     {
    58     {
    65     EHostMsmmServerAddFunction = 0, // Add function request
    59     EHostMsmmServerAddFunction = 0, // Add function request
    66     EHostMsmmServerRemoveDevice = 2, // Remove device request
    60     EHostMsmmServerRemoveDevice = 2, // Remove device request
    67     EHostMsmmServerDbgFailNext = 3,
    61     EHostMsmmServerDbgFailNext = 3,
    68     EHostMsmmServerDbgAlloc = 4,
    62     EHostMsmmServerDbgAlloc = 4,
    69     EHostMsmmServerEjectUsbDrives = 5, // Dismount USB drives request
       
    70     EHostMsmmServerEndMarker // Request end mark
    63     EHostMsmmServerEndMarker // Request end mark
    71     };
    64     };
    72 
    65 
    73 // Default number of message slots per session
    66 // Default number of message slots per session
    74 const TUint KDefaultMessageSlots = 1;
    67 const TUint KDefaultMessageSlots = 1;
    75 
    68 
    76 // Max connection number
    69 // Max connection number
    77 const TInt KMaxClientCount = 2;
    70 const TInt KMaxClientCount = 1;
    78 
    71 
    79 #endif // #ifndef SRVDEF_H
    72 #endif // #ifndef SRVDEF_H