MTKUMSS.INF
上传用户:zhuge310
上传日期:2020-04-14
资源大小:125k
文件大小:2k
- [Version]
- Signature="$CHICAGO$"
- Class=HDC
- provider=%MSFT%
- [Manufacturer]
- %MfgName%=MediaTek
- [MediaTek]
- %USBVID_054C&PID_0023.DeviceDesc%=MTK.install,USBVID_0e8d&PID_0002
- %UMSSDISK.DeviceDesc%=umsspdr.install,UMSSDISK
- [PreCopySection]
- HKR,,NoSetupUI,,1
- [DestinationDirs]
- ; <WINDIR>SYSTEM32DRIVERS
- umss.files = 10,System32Drivers
- ; <WINDIR>SYSTEMIOSUBSYS
- umsspdr.files = 12
- [MTK.install]
- CopyFiles=umss.files, umsspdr.files
- AddReg=umss.addreg
- [umss.addreg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,UMSS.SYS
- ; If the device does not correctly indicate which protocol it uses,
- ; one of the following sections should be added to indicate which protocol
- ; the driver should use.
- ; Indicate that the device uses the C/B/I protocol
- [cbi.addreg.HW]
- HKR,,DeviceProtocol,0x10001,00
- ; Indicate that the device uses the C/B protocol
- [cb.addreg.HW]
- HKR,,DeviceProtocol,0x10001,01
- ; Indicate that the device uses the BULK ONLY protocol
- [bulkonly.addreg.HW]
- HKR,,DeviceProtocol,0x10001,50
- ; Install the port driver
- [umsspdr.install]
- AddReg=umsspdr.addreg
- [umsspdr.addreg]
- HKR,,DevLoader,,*ios
- HKR,,PortDriver,,umsspdr.pdr
- [umss.files]
- umss.sys
- [umsspdr.files]
- umsspdr.pdr
- [SourceDisksNames]
- 1000 = "USB Mass Storage Sample Driver Disk","",,
- [SourceDisksFiles]
- UMSS.SYS = 1000
- UMSSPDR.PDR = 1000
- ;---------------------------------------------------------------;
- [Strings]
- MSFT="Microsoft"
- MfgName="MediaTek"
- USBVID_054C&PID_0023.DeviceDesc="USB Mass Storage Drive"
- UMSSDISK.DeviceDesc="USB Mass Storage Device"