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

Alexandre Julliard julliard at winehq.org
Thu Nov 7 16:16:02 CST 2019


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

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Wed Nov  6 23:54:57 2019 -0600

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

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

---

 loader/Makefile.in    |  1 +
 loader/wine.inf.in    |  1 +
 loader/winebus.inf.in | 22 ++++++++++++++++++++++
 3 files changed, 24 insertions(+)

diff --git a/loader/Makefile.in b/loader/Makefile.in
index 3ada656408..11a476103c 100644
--- a/loader/Makefile.in
+++ b/loader/Makefile.in
@@ -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)
diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index a2bcfae935..bf45c15b58 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -3870,4 +3870,5 @@ inf_section = 17
 l_intl.nls
 
 [inf_section]
+winebus.inf
 winehid.inf
diff --git a/loader/winebus.inf.in b/loader/winebus.inf.in
new file mode 100644
index 0000000000..3950c3dfc4
--- /dev/null
+++ b/loader/winebus.inf.in
@@ -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




More information about the wine-cvs mailing list