UMSS.INF
上传用户:ycjxsb
上传日期:2022-05-12
资源大小:31k
文件大小:2k
源码类别:

MTK

开发平台:

Windows_Unix

  1. [Version]
  2. Signature="$CHICAGO$"
  3. Class=HDC
  4. provider=%MSFT%
  5. [Manufacturer]
  6. %MfgName%=MediaTek
  7. [MediaTek]
  8. %USBVID_054C&PID_0023.DeviceDesc%=MTK.install,USBVID_0e8d&PID_0002
  9. %UMSSDISK.DeviceDesc%=umsspdr.install,UMSSDISK
  10. [PreCopySection]
  11. HKR,,NoSetupUI,,1
  12. [DestinationDirs]
  13. ; <WINDIR>SYSTEM32DRIVERS
  14. umss.files = 10,System32Drivers
  15. ; <WINDIR>SYSTEMIOSUBSYS
  16. umsspdr.files = 12
  17. [MTK.install]
  18. CopyFiles=umss.files, umsspdr.files
  19. AddReg=umss.addreg
  20. [umss.addreg]
  21. HKR,,DevLoader,,*ntkern
  22. HKR,,NTMPDriver,,UMSS.SYS
  23. ; If the device does not correctly indicate which protocol it uses,
  24. ; one of the following sections should be added to indicate which protocol
  25. ; the driver should use.
  26. ; Indicate that the device uses the C/B/I protocol
  27. [cbi.addreg.HW]
  28. HKR,,DeviceProtocol,0x10001,00
  29. ; Indicate that the device uses the C/B protocol
  30. [cb.addreg.HW]
  31. HKR,,DeviceProtocol,0x10001,01
  32. ; Indicate that the device uses the BULK ONLY protocol
  33. [bulkonly.addreg.HW]
  34. HKR,,DeviceProtocol,0x10001,50
  35. ; Install the port driver
  36. [umsspdr.install]
  37. AddReg=umsspdr.addreg
  38. [umsspdr.addreg]
  39. HKR,,DevLoader,,*ios
  40. HKR,,PortDriver,,umsspdr.pdr
  41. [umss.files]
  42. umss.sys
  43. [umsspdr.files]
  44. umsspdr.pdr
  45. [SourceDisksNames]
  46. 1000 = "USB Mass Storage Sample Driver Disk","",,
  47. [SourceDisksFiles]
  48. UMSS.SYS = 1000
  49. UMSSPDR.PDR = 1000
  50. ;---------------------------------------------------------------;
  51. [Strings]
  52. MSFT="Microsoft"
  53. MfgName="MediaTek"
  54. USBVID_054C&PID_0023.DeviceDesc="MTK USB Mass Storage Drive"
  55. UMSSDISK.DeviceDesc="USB Mass Storage Device"