;/*++ ; ;Copyright (c) 2024 Electronic Team, Inc. All rights reserved. ; ;Module Name: ; ; vuhub.inf ; ;Abstract: ; INF file for installing Electronic Virtual Usb Hub ; ;--*/ [Version] Signature="$WINDOWS NT$" Class=System ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318} Provider=%MSFT% DriverVer=09/19/2024,11.0.2644.0 CatalogFile=vuhub.cat PnpLockdown=1 [SourceDisksNames] 1 = %DiskId1%,,,"" [SourceDisksFiles] vuhub.sys = 1,, [ControlFlags] ExcludeFromSelect = * [DestinationDirs] DefaultDestDir = 12 ;***************************************** ; VUHUB Install Section ;***************************************** [Manufacturer] %StdMfg%=Electronic, NTx86, NTia64, NTamd64, NTarm, NTarm64 ; 2000 [Electronic] %VUHUB.DeviceDesc%=VUHUB_Device, vuhub ;x86 [Electronic.NTx86] %VUHUB.DeviceDesc%=VUHUB_Device, vuhub ;AMD64 [Electronic.NTamd64] %VUHUB.DeviceDesc%=VUHUB_Device, vuhub ;IA64 [Electronic.NTia64] %VUHUB.DeviceDesc%=VUHUB_Device, vuhub ;arm [Electronic.NTarm] %VUHUB.DeviceDesc%=VUHUB_Device, vuhub ;arm64 [Electronic.NTarm64] %VUHUB.DeviceDesc%=VUHUB_Device, vuhub [VUHUB_Device.NT] CopyFiles=Drivers_Dir ;[VUHUB_Device.NT.HW] ;AddReg=VUHUB_Device.NT.AddReg ;[VUHUB_Device.NT.AddReg] ;HKR,,DeviceCharacteristics,0x10001,0x0100 ; Use same security checks on relative opens ;HKR,,Security,,"D:P(A;;GA;;;BA)(A;;GA;;;SY)" ; Allow generic-all access to Built-in administrators and Local system [Drivers_Dir] vuhub.sys [VUHUB_Device.Install.NT] CopyFiles=VUHUB_Device.CopyFiles ;-------------- Service installation [VUHUB_Device.NT.Services] AddService = vuhub,%SPSVCINST_ASSOCSERVICE%, vuhub_Service_Inst ; -------------- busenum driver install sections [vuhub_Service_Inst] DisplayName = %vuhub.SVCDESC% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\vuhub.sys LoadOrderGroup = Extended Base [VUHUB_Device.CopyFiles] vuhub.SYS,,,0x100 [Strings] SPSVCINST_ASSOCSERVICE= 0x00000002 MSFT = "Electronic Team, Inc." StdMfg = "Electronic Team, Inc." DiskId1 = "Electronic Virtual Usb Hub Disk #1" VUHUB.DeviceDesc = "Electronic Virtual USB Hub" vuhub.SVCDESC = "Electronic Virtual USB Hub" ;StdMfg="Electronic software"