winebus.inf: Add new INF file and copy it to the INF directory.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Zebediah Figura 2019-11-06 23:54:57 -06:00 committed by Alexandre Julliard
parent 3ede217e5c
commit 9fa62ce681
3 changed files with 24 additions and 0 deletions

View File

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

View File

@ -3870,4 +3870,5 @@ inf_section = 17
l_intl.nls
[inf_section]
winebus.inf
winehid.inf

View File

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