usbmgmt/usbmgrtest/t_usbmanager_suite/Stub1CC/inc/Stub1CC.h
branchRCL_3
changeset 15 f92a4f87e424
parent 0 c9bc50fca66e
child 16 012cc2ee6408
equal deleted inserted replaced
14:d3e8e7d462dd 15:f92a4f87e424
    38 
    38 
    39 const TInt Kstub1CCDefaultDelay = 500; //0.5 sec default delay for start and stop
    39 const TInt Kstub1CCDefaultDelay = 500; //0.5 sec default delay for start and stop
    40 
    40 
    41 const TInt Kstub1NumberOfInterfacesPerstub1Function = 2; // data and control interfaces
    41 const TInt Kstub1NumberOfInterfacesPerstub1Function = 2; // data and control interfaces
    42 
    42 
    43 // The name of the ini file specifying the number of functions required different from default
    43 
    44 /*
       
    45 _LIT(Kstub1FunctionsIniFileName, "NumberOfstub1Functions.ini");
       
    46 _LIT(Kstub1ConfigSection,"stub1_CONF");
       
    47 _LIT(KNumberOfstub1FunctionsKeyWord,"NumberOfstub1Functions");
       
    48 */
       
    49 // Lengths of the various bits of the  descriptor. Taken from the USB
    44 // Lengths of the various bits of the  descriptor. Taken from the USB
    50 // WMCDC specification, v1.0.
    45 // WMCDC specification, v1.0.
    51 const TInt Kstub1InterfaceDescriptorLength = 3;
    46 const TInt Kstub1InterfaceDescriptorLength = 3;
    52 const TInt Kstub1CcHeaderDescriptorLength = 5;
    47 const TInt Kstub1CcHeaderDescriptorLength = 5;
    53 const TInt Kstub1FunctionalDescriptorLength = 4;
    48 const TInt Kstub1FunctionalDescriptorLength = 4;