os/kernelhwsrv/kerneltest/f32test/shostmassstorage/msman/shared/msmanclientserver.h
Update contrib.
1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef MSMANCLIENTSERVER_H
17 #define MSMANCLIENTSERVER_H
23 const TInt KUsbHostSrvMajorVersionNumber = 1;
24 const TInt KUsbHostSrvMinorVersionNumber = 0;
25 const TInt KUsbHostSrvBuildVersionNumber = 0;
27 _LIT(KUsbHostServerName, "usbhostserver");
40 const TInt KUsbOtgSrvMajorVersionNumber = 1;
41 const TInt KUsbOtgSrvMinorVersionNumber = 0;
42 const TInt KUsbOtgSrvBuildVersionNumber = 0;
44 _LIT(KUsbOtgServerName, "usbotgserver");
49 EUsbOtgDeviceInserted,
51 EUsbOtgNotifyChangeCancel,
55 #endif // MSMANCLIENTSERVER_H