Move bzip2
[reactos.git] / reactos / drivers / lib / bzip2 / bzip2.xml
diff --git a/reactos/drivers/lib/bzip2/bzip2.xml b/reactos/drivers/lib/bzip2/bzip2.xml
deleted file mode 100644 (file)
index 895598b..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<module name="bzip2" type="kernelmodedll" installbase="system32/drivers" installname="bzip2.dll">
-       <importlibrary definition="unbzip2.def" />
-       <define name="BZ_NO_STDIO" />
-       <define name="BZ_DECOMPRESS_ONLY" />
-       <define name="__USE_W32API" />
-       <linkerflag>-lgcc</linkerflag>
-       <library>ntoskrnl</library>
-       <library>hal</library>
-       <file>bzlib.c</file>
-       <file>randtable.c</file>
-       <file>crctable.c</file>
-       <file>decompress.c</file>
-       <file>huffman.c</file>
-       <file>dllmain.c</file>
-</module>