Create a branch for Thomas Faber's work on creating a kernel mode test suite for...
[reactos.git] / rostests / drivers / csqtest / csqtest.rbuild
diff --git a/rostests/drivers/csqtest/csqtest.rbuild b/rostests/drivers/csqtest/csqtest.rbuild
deleted file mode 100644 (file)
index 222924a..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<module name="csqtest" type="kernelmodedriver" installbase="system32/drivers" installname="csqtest.sys">
-       <bootstrap base="$(CDOUTPUT)" />
-       <include base="ReactOS">include/reactos/drivers</include>
-       <library>ntoskrnl</library>
-       <library>hal</library>
-       <file>csqtest.c</file>
-       <file>csqtest.rc</file>
-</module>