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>
This commit is contained in:
parent
3ede217e5c
commit
9fa62ce681
|
@ -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)
|
||||
|
|
|
@ -3870,4 +3870,5 @@ inf_section = 17
|
|||
l_intl.nls
|
||||
|
||||
[inf_section]
|
||||
winebus.inf
|
||||
winehid.inf
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue