OpenOCD_AtLink/Drv/Usart_driver/ATLink-USART.inf

68 lines
3.5 KiB
INI

; ATLink-USART.inf
; Copyright (c) 2016 Pete Batard <pete@akeo.ie> (GNU LGPL)
; Based on the USB CDC .inf sample file provided by James Stephanick
; at https://community.freescale.com/message/493287#493287
; With acknowledgement to Sensics, Inc. <http://sensics.com/osvr>,
; for providing an original (yet no longer used) inf file.
[Strings]
DeviceName = "ATLink-USART"
VendorName = "(Undefined Vendor)"
SourceName = "ATLink-USART Install Disk"
DeviceID = "VID_2E3C&PID_F000&MI_00"
DeviceGUID = "{CD4171B7-3FC1-4A88-80E9-43BC2EB846F8}"
Service = "USB COM Port"
[Version]
Signature = "$Windows NT$"
Class = Ports
ClassGuid = {4D36E978-E325-11CE-BFC1-08002BE10318}
Provider = "libwdi"
CatalogFile = ATLink-USART.cat
DriverVer = 04/25/2025, 1.0.0.0
[Manufacturer]
%VendorName% = DeviceList,NTx86,NTamd64,NTarm
[DeviceList.NTx86]
%DeviceName% = UsbSer_Install, USB\%DeviceID%
[DeviceList.NTamd64]
%DeviceName% = UsbSer_Install, USB\%DeviceID%
[DeviceList.NTarm]
%DeviceName% = UsbSer_Install, USB\%DeviceID%
[UsbSer_Install]
; See https://support.microsoft.com/en-us/kb/837637
include = mdmcpq.inf
CopyFiles = FakeModemCopyFileSection ; defined in mdmcpq.inf
AddReg = UsbSer_Install.AddReg
AddProperty = UsbSer_AddProperty
[UsbSer_Install.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,usbser.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
[UsbSer_Install.Services]
AddService = usbser,0x00000002,UsbSer_Service
[UsbSer_Service]
DisplayName = %Service%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\usbser.sys
[UsbSer_AddProperty]
GenericDriverInstalled,,,,1
[DestinationDirs]
DefaultDestDir = 12
[SourceDisksNames]
1 = %SourceName%
[SourceDisksFiles]