; Sample INF file for performing EZ-USB Firmware download using ; the scripting feature of the Cypress Generic USB Driver. ; Consult the EZ-USB DVK Users Guide for intructions on customizing ; this file for your device. [Version] Signature="$CHICAGO$" Class=USB ClassGUID={36FC9E60-C465-11CF-8056-444553540000} ;ClassGUID= provider=%YourCompany% [SourceDisksNames] ;1=,,, [SourceDisksFiles] ;STLoadME.sys = 1 ;STLoad.sys = 1 ;%STLoad.SCRIPTFILE% = 1 [Manufacturer] ;%MfgName%=YourCompany %MfgName%=YourCompany [YourCompany] ;%DeviceDesc%=STLoad, USB\VID_04B4&PID_0084 %DeviceDesc%=STLoad, USB\VID_0C6B&PID_0005 [DestinationDirs] STLoadME.Files = 10,System32\Drivers STLoad.Files = 10,System32\Drivers STLoadFW.Files = 10,System32\STLoad [STLoad] CopyFiles=STLoadME.Files CopyFiles=STLoadFW.Files AddReg=STLoadME.AddReg [STLoad.HW] AddReg=STLoad.AddReg.Guid [STLoad.NT] CopyFiles=STLoad.Files CopyFiles=STLoadFW.Files AddReg=STLoad.AddReg [STLoad.NT.HW] AddReg=STLoad.AddReg.Guid [STLoad.NT.Services] Addservice = STLoad, 0x00000002, STLoad.AddService [STLoad.AddService] DisplayName = %STLoad.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %10%\System32\Drivers\STLoad.sys LoadOrderGroup = Base [STLoadME.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,STLoadME.sys [STLoad.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,STLoad.sys [STLoadME.Files] STLoadME.sys [STLoad.Files] STLoad.sys [STLoadFW.Files] %STLoad.SCRIPTFILE% [STLoad.AddReg.Guid] HKR,,DriverGUID,,%STLoad.GUID% HKR,,DriverEXECSCRIPT,,%STLoad.SCRIPTDIR%%STLoad.SCRIPTFILE% ;------------------------------------------------------------; [Strings] YourCompany = "SpectrumTechniques" MfgName = "SpectrumTechniques" ;------------Replace GUID below with custom GUID (generated with GuidGen)------------; STLoad.GUID = "{03C199B5-E8F3-40dc-88D1-CFFE7B287BA2}" STLoad.SCRIPTDIR = "\systemroot\system32\STLoad\" STLoad.SCRIPTFILE = "UCS.spt" ;------------MOdify these strings to match your device-------------------------------; STLoad_INSTALL = "SpecTech Install Disk" DeviceDesc = "Spectrum Techniques UCS" STLoad.SvcDesc = "SpecTech Device Download Driver"