usbmgmt/usbmgr/device/classdrivers/whcm/classcontroller/INC/CUsbWHCMClassController.h
changeset 51 eaaed528d5fd
parent 0 c9bc50fca66e
child 59 bbdce6bffaad
equal deleted inserted replaced
46:613028a7da24 51:eaaed528d5fd
    26 #ifndef __CUSBWHCMCLASSCONTROLLER_H__
    26 #ifndef __CUSBWHCMCLASSCONTROLLER_H__
    27 #define __CUSBWHCMCLASSCONTROLLER_H__
    27 #define __CUSBWHCMCLASSCONTROLLER_H__
    28 
    28 
    29 #include <e32std.h>
    29 #include <e32std.h>
    30 #include <cusbclasscontrollerplugin.h>
    30 #include <cusbclasscontrollerplugin.h>
       
    31 #ifndef __OVER_DUMMYUSBLDD__
    31 #include <d32usbc.h>
    32 #include <d32usbc.h>
       
    33 #else
       
    34 #include <dummyusblddapi.h>
       
    35 #endif
    32 
    36 
    33 const TInt KWHCMPriority = 1;
    37 const TInt KWHCMPriority = 1;
    34 const TInt KWHCMSubClass = 0x08;
    38 const TInt KWHCMSubClass = 0x08;
    35 const TInt KWHCMProtocol = 0;
    39 const TInt KWHCMProtocol = 0;
    36 const TInt KWHCMFuncDescID = 0x11;
    40 const TInt KWHCMFuncDescID = 0x11;