usb2vcom.inf
资源名称:ARK3116.rar [点击查看]
上传用户:boyan07
上传日期:2022-06-12
资源大小:2293k
文件大小:2k
源码类别:
通讯编程
开发平台:
Others
- ;*******************************************************************
- ; Installation file (.inf) for the USB to Virtual Serial ports device.
- ;
- ; (c) Copyright 2004 Ark Pioneer Microelectronics Ltd.
- ;
- ;
- ; 27-May-2004
- ;*******************************************************************
- [Version]
- Signature="$Windows NT$"
- Provider=%ProviderName%
- Class=Ports
- ClassGUID={4d36e978-e325-11ce-bfc1-08002be10318}
- ;CatalogFile=usb2vcom.cat
- DriverVer=03/31/2006,2.0.0.6
- ;--------- DestinationDirs Section -------------------------------------------
- [DestinationDirs]
- usb2vcom_Files_Driver = 10,System32Drivers
- usb2vcom_Files_Inf = 10, INF
- ;--------- Manufacturer and Models Sections ----------------------------------
- [Manufacturer]
- %MfgName%=Mfg0
- [Mfg0]
- %DeviceDesc%=usb2vcom, USBVID_6547&PID_0232
- ;---------- DDInstall Sections -----------------------------------------------
- ; --------- Windows NT -----------------
- [usb2vcom.NT]
- CopyFiles=usb2vcom_Files_Driver, usb2vcom_Files_Inf
- AddReg=usb2vcom.NT.AddReg
- [usb2vcom.NT.HW]
- AddReg=usb2vcom.NT.HW.AddReg
- [usb2vcom.NT.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,usb2vcom.sys
- ;HKR,,"UpperFilters",0x00010000,"serenum"
- HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
- [usb2vcom.NT.HW.AddReg]
- HKR,,"UpperFilters",0x00010000,"serenum"
- [usb2vcom.NT.Services]
- Addservice = usb2vcom, 0x00000002, usb2vcom_AddService
- AddService = Serenum,,Serenum_AddService
- [usb2vcom_AddService]
- DisplayName = %SvcDesc%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %10%System32Driversusb2vcom.sys
- LoadOrderGroup = Base
- [Serenum_AddService]
- DisplayName = %Serenum.SvcDesc%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_IGNORE
- ServiceBinary = %12%serenum.sys
- ;LoadOrderGroup = Pointer Port
- LoadOrderGroup = PNP Filter
- ; --------- Files (common) -------------
- [usb2vcom_Files_Driver]
- usb2vcom.sys
- [usb2vcom_Files_Inf]
- usb2vcom.inf
- ;--------- Strings Section ---------------------------------------------------
- [Strings]
- ProviderName="Ark Pioneer Microelectronics Ltd."
- MfgName="ArkMicro"
- DeviceDesc="ArkMicro USB to Serial Ports"
- SvcDesc="USB to Serial Bridge Controller"
- Serenum.SvcDesc="Serenum Filter Driver"