reactos/drivers/storage/port/buslogic
Jérôme Gardou 23373acbb9 [CMAKE] Use modules instead of shared libraries
There is no need to compile our DLLs as shared libraries since we are
managing symbols exports and imports through spec files.

On my system, this reduces the configure-time by a factor of two.
2019-04-06 17:43:38 +02:00
..
BT958.bmf
BT958.mof
BT958dt.h
BusLogic958.c
BusLogic958.h
BusLogic958.rc
buslogic_reg.inf
CMakeLists.txt
Log.c
Log.h
makefile.inc
makefile.original
README.ReactOS
resource.h
sources
wmi.c

This code was published by VMware on their website at
http://www.vmware.com/download/open_sources.html. The intro there says:

This open source software is licensed under the terms of various open source
license agreements included with the materials relating to the open source
software. Copyrights in the open source software are held by the copyright
holders indicated in the copyright notices in the open source files. You may
download this software free of charge.

The source files indicate they are GPL licenced, so we're ok to include it
in ReactOS.