winebus.sys: Add stub driver. (v3)

Sebastian Lackner sebastian at fds-team.de
Thu Sep 1 08:18:17 CDT 2016


From: Aric Stewart <aric at codeweavers.com>

Signed-off-by: Aric Stewart <aric at codeweavers.com>
Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
---

Changes in v3:
* Do not autostart the service yet - I think its better to wait till we have
  at least partial support for one system. Testing is still very easy with
  "wine net start WineBus" or similar.
* Some minor formatting changes.

 configure.ac                      |    1 +
 dlls/winebus.sys/Makefile.in      |    5 +++++
 dlls/winebus.sys/main.c           |   38 ++++++++++++++++++++++++++++++++++++++
 dlls/winebus.sys/winebus.sys.spec |    1 +
 loader/wine.inf.in                |   14 ++++++++++++++
 5 files changed, 59 insertions(+)

diff --git a/configure.ac b/configure.ac
index c5d8102..9ba4a66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3369,6 +3369,7 @@ WINE_CONFIG_TEST(dlls/windowscodecs/tests)
 WINE_CONFIG_DLL(windowscodecsext,,[implib])
 WINE_CONFIG_TEST(dlls/windowscodecsext/tests)
 WINE_CONFIG_DLL(winealsa.drv)
+WINE_CONFIG_DLL(winebus.sys)
 WINE_CONFIG_DLL(winecoreaudio.drv)
 WINE_CONFIG_LIB(winecrt0)
 WINE_CONFIG_DLL(wined3d,,[implib])
diff --git a/dlls/winebus.sys/Makefile.in b/dlls/winebus.sys/Makefile.in
new file mode 100644
index 0000000..d646dc3
--- /dev/null
+++ b/dlls/winebus.sys/Makefile.in
@@ -0,0 +1,5 @@
+MODULE    = winebus.sys
+EXTRADLLFLAGS = -Wb,--subsystem,native
+
+C_SRCS = \
+	main.c
diff --git a/dlls/winebus.sys/main.c b/dlls/winebus.sys/main.c
new file mode 100644
index 0000000..d495cd9
--- /dev/null
+++ b/dlls/winebus.sys/main.c
@@ -0,0 +1,38 @@
+/*
+ * WINE Platform native bus driver
+ *
+ * Copyright 2016 Aric Stewart
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include <stdarg.h>
+
+#include "ntstatus.h"
+#define WIN32_NO_STATUS
+#include "windef.h"
+#include "winbase.h"
+#include "winternl.h"
+#include "ddk/wdm.h"
+#include "wine/debug.h"
+
+WINE_DEFAULT_DEBUG_CHANNEL(plugplay);
+
+NTSTATUS WINAPI DriverEntry( DRIVER_OBJECT *driver, UNICODE_STRING *path )
+{
+    TRACE( "(%p, %s)\n", driver, debugstr_w(path->Buffer) );
+
+    return STATUS_SUCCESS;
+}
diff --git a/dlls/winebus.sys/winebus.sys.spec b/dlls/winebus.sys/winebus.sys.spec
new file mode 100644
index 0000000..76421d7
--- /dev/null
+++ b/dlls/winebus.sys/winebus.sys.spec
@@ -0,0 +1 @@
+# nothing to export
diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index f611ea0..4e29026 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -130,6 +130,7 @@ AddService=FontCache3.0.0.0,0,WPFFontCacheService
 AddService=LanmanServer,0,LanmanServerService
 AddService=FontCache,0,FontCacheService
 AddService=Schedule,0,TaskSchedulerService
+AddService=WineBus,0,WineBusService
 
 [DefaultInstall.NT.Services]
 AddService=BITS,0,BITSService
@@ -144,6 +145,7 @@ AddService=FontCache3.0.0.0,0,WPFFontCacheService
 AddService=LanmanServer,0,LanmanServerService
 AddService=FontCache,0,FontCacheService
 AddService=Schedule,0,TaskSchedulerService
+AddService=WineBus,0,WineBusService
 
 [DefaultInstall.ntamd64.Services]
 AddService=BITS,0,BITSService
@@ -158,6 +160,7 @@ AddService=FontCache3.0.0.0,0,WPFFontCacheService
 AddService=LanmanServer,0,LanmanServerService
 AddService=FontCache,0,FontCacheService
 AddService=Schedule,0,TaskSchedulerService
+AddService=WineBus,0,WineBusService
 
 [Strings]
 MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
@@ -2518,6 +2521,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
 12,,mountmgr.sys,-
 12,,ndis.sys,-
 12,,tdi.sys,-
+12,,winebus.sys,-
 ; skip .NET fake dlls in Wine Mono package
 11,,aspnet_regiis.exe,-
 11,,ngen.exe,-
@@ -2560,6 +2564,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
 12,,mountmgr.sys
 12,,ndis.sys
 12,,tdi.sys
+12,,winebus.sys
 ; skip .NET fake dlls in Wine Mono package
 11,,aspnet_regiis.exe,-
 11,,ngen.exe,-
@@ -3176,6 +3181,15 @@ ServiceType=32
 StartType=3
 ErrorControl=1
 
+[WineBusService]
+Description="Wine Platform Bus Kernel"
+DisplayName="Platform Bus Kernel"
+ServiceBinary="%12%\winebus.sys"
+LoadOrderGroup="WinePlugPlay"
+ServiceType=1
+StartType=3
+ErrorControl=1
+
 [SpoolerService]
 Description="Loads files to memory for later printing"
 DisplayName="Print Spooler"
-- 
2.9.0



More information about the wine-patches mailing list