os/kernelhwsrv/kerneltest/f32test/shostmassstorage/testclient/usbtestmsclient/inc/usbmsclientpanic.h
First public contribution.
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.
25 #ifndef USBMSCLIENTPANIC_H
26 #define USBMSCLIENTPANIC_H
28 _LIT(KUsbMsClientPanicCat, "UsbMsClient");
30 enum TUsbMsClientPanic
34 EMsBulkOnlyStillActive,
35 EMsControlInterfaceBadState,
36 EMsControlInterfaceStillActive
40 _LIT(KUsbMsSvrPncCat, "CUsbMsServer");
44 EMsClientInvalidSessCount,
45 EMsControlInterfaceBadState,
46 EMsControlInterfaceStillActive,
47 EMsBulkOnlyStillActive,
52 #endif // USBMSCLIENTPANIC_H