Zebediah Figura : wineusb.inf: Add new INF file.

Alexandre Julliard julliard at winehq.org
Fri Apr 17 16:12:55 CDT 2020


Module: wine
Branch: master
Commit: dc62d848284de0c3506279747f6ca504efb53a86
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=dc62d848284de0c3506279747f6ca504efb53a86

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Thu Apr 16 19:58:18 2020 -0500

wineusb.inf: Add new INF file.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 loader/Makefile.in    |  3 ++-
 loader/wine.inf.in    |  1 +
 loader/wineusb.inf.in | 22 ++++++++++++++++++++++
 3 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/loader/Makefile.in b/loader/Makefile.in
index f9b2fa9293..f76b7c6d64 100644
--- a/loader/Makefile.in
+++ b/loader/Makefile.in
@@ -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)
diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index e1546713db..91eb68e6d5 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -3851,6 +3851,7 @@ HKLM,Software\Wine\LicenseInformation,"Shell-PremiumInBoxGames-Chess-EnableGame"
 [InfFiles]
 winebus.inf
 winehid.inf
+wineusb.inf
 
 [NlsFiles]
 c_037.nls
diff --git a/loader/wineusb.inf.in b/loader/wineusb.inf.in
new file mode 100644
index 0000000000..be01f00296
--- /dev/null
+++ b/loader/wineusb.inf.in
@@ -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




More information about the wine-cvs mailing list