wineusb.inf: Add new INF file.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Zebediah Figura 2020-04-16 19:58:18 -05:00 committed by Alexandre Julliard
parent 2710aa1766
commit dc62d84828
3 changed files with 25 additions and 1 deletions

View File

@ -10,7 +10,8 @@ SOURCES = \
wine.pl.UTF-8.man.in \
wine_info.plist.in \
winebus.inf.in \
winehid.inf.in
winehid.inf.in \
wineusb.inf.in
PROGRAMS = $(WINELOADER_PROGRAMS)
INSTALL_LIB = $(WINELOADER_PROGRAMS)

View File

@ -3851,6 +3851,7 @@ HKLM,Software\Wine\LicenseInformation,"Shell-PremiumInBoxGames-Chess-EnableGame"
[InfFiles]
winebus.inf
winehid.inf
wineusb.inf
[NlsFiles]
c_037.nls

View File

@ -0,0 +1,22 @@
[Version]
Signature="$CHICAGO$"
ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318}
Class=System
[Manufacturer]
Wine=mfg_section
[mfg_section]
Wine USB bus driver=device_section,root\wineusb
[device_section.Services]
AddService = wineusb,0x2,svc_section
[svc_section]
Description="Wine USB bus driver"
DisplayName="Wine USB bus"
ServiceBinary="%12%\wineusb.sys"
LoadOrderGroup="WinePlugPlay"
ServiceType=1
StartType=3
ErrorControl=1