wineusb.inf: Add new INF file.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2710aa1766
commit
dc62d84828
|
@ -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)
|
||||
|
|
|
@ -3851,6 +3851,7 @@ HKLM,Software\Wine\LicenseInformation,"Shell-PremiumInBoxGames-Chess-EnableGame"
|
|||
[InfFiles]
|
||||
winebus.inf
|
||||
winehid.inf
|
||||
wineusb.inf
|
||||
|
||||
[NlsFiles]
|
||||
c_037.nls
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue