Commit 9fa62ce6 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

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

parent 3ede217e
...@@ -10,6 +10,7 @@ SOURCES = \ ...@@ -10,6 +10,7 @@ SOURCES = \
wine.man.in \ wine.man.in \
wine.pl.UTF-8.man.in \ wine.pl.UTF-8.man.in \
wine_info.plist.in \ wine_info.plist.in \
winebus.inf.in \
winehid.inf.in winehid.inf.in
PROGRAMS = $(WINELOADER_PROGRAMS) PROGRAMS = $(WINELOADER_PROGRAMS)
......
...@@ -3870,4 +3870,5 @@ inf_section = 17 ...@@ -3870,4 +3870,5 @@ inf_section = 17
l_intl.nls l_intl.nls
[inf_section] [inf_section]
winebus.inf
winehid.inf winehid.inf
[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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment