userlibandfileserver/fileserver/smassstorage/inc/smassstorage.h
changeset 286 48e57fb1237e
equal deleted inserted replaced
285:ff5437e4337c 286:48e57fb1237e
       
     1 // Copyright (c) 2004-2010 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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // CDriveManager and CMassStorageDrive classes for USB Mass Storage.
       
    15 //
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalTechnology
       
    21 */
       
    22 
       
    23 #ifndef SMASSSTORAGE_H
       
    24 #define SMASSSTORAGE_H
       
    25 
       
    26 _LIT(KUsbMsSvrPncCat, "CUsbMsServer");
       
    27 
       
    28 enum TUsbPanicServer
       
    29     {
       
    30     EMsCBulkOnlyTransportNull = 3300,
       
    31     EMsCDeviceStateNotifierNull,
       
    32     EMsClientInvalidSessCount,
       
    33     EMsControlInterfaceBadState,
       
    34     EMsControlInterfaceStillActive,
       
    35     EMsBulkOnlyStillActive,
       
    36     EMsWrongEndpoint,
       
    37     EMsInvalidLun,
       
    38     EMsThreadWriteToDrive = 3400,
       
    39     EMsThreadIsRecentlyWritten,
       
    40     EMsThreadReadDriveThread,
       
    41     EMsCMassStorageDriveWrite = 3500,
       
    42     EMsCMassStorageDriveSetMountState_iLocalDrive,
       
    43     EMsCMassStorageDriveSetMountState_aLocalDrive,
       
    44     EMsCMassStorageDriveSetDriveState_State,
       
    45     EMsCMassStorageDriveSetDriveState_Mount
       
    46     };
       
    47 
       
    48 #endif