usbmgmt/usbmgrtest/t_usbmanager_suite/Stub2CC/inc/Stub2CC.h
branchRCL_3
changeset 16 012cc2ee6408
parent 15 f92a4f87e424
equal deleted inserted replaced
15:f92a4f87e424 16:012cc2ee6408
    38 
    38 
    39 const TInt Kstub2CCDefaultDelay = 500; //0.5 sec default delay for start and stop
    39 const TInt Kstub2CCDefaultDelay = 500; //0.5 sec default delay for start and stop
    40 
    40 
    41 const TInt Kstub2NumberOfInterfacesPerstub2Function = 2; // data and control interfaces
    41 const TInt Kstub2NumberOfInterfacesPerstub2Function = 2; // data and control interfaces
    42 
    42 
    43 
    43 // The name of the ini file specifying the number of functions required different from default
       
    44 /*
       
    45 _LIT(Kstub2FunctionsIniFileName, "NumberOfstub2Functions.ini");
       
    46 _LIT(Kstub2ConfigSection,"stub2_CONF");
       
    47 _LIT(KNumberOfstub2FunctionsKeyWord,"NumberOfstub2Functions");
       
    48 */
    44 // Lengths of the various bits of the  descriptor. Taken from the USB
    49 // Lengths of the various bits of the  descriptor. Taken from the USB
    45 // WMCDC specification, v1.0.
    50 // WMCDC specification, v1.0.
    46 const TInt Kstub2InterfaceDescriptorLength = 3;
    51 const TInt Kstub2InterfaceDescriptorLength = 3;
    47 const TInt Kstub2CcHeaderDescriptorLength = 5;
    52 const TInt Kstub2CcHeaderDescriptorLength = 5;
    48 const TInt Kstub2FunctionalDescriptorLength = 4;
    53 const TInt Kstub2FunctionalDescriptorLength = 4;