implemented some stubs needed by ClamWin
[reactos.git] / reactos / hal / hal / hal.xml
index 547e7f6..c91e428 100644 (file)
@@ -1,7 +1,15 @@
-<module name="hal" type="kernelmodedll">\r
-       <importlibrary basename="hal" definition="hal.def" />\r
-       <include base="ntoskrnl">include</include>\r
-       <library>ntoskrnl</library>\r
-       <file>hal.c</file>\r
-       <file>hal.rc</file>\r
-</module>\r
+<module name="hal" type="kernelmodedll">
+       <importlibrary basename="hal" definition="hal.def" />
+       <include base="ntoskrnl">include</include>
+       <library>ntoskrnl</library>
+       <define name="_NTHAL_" />
+       <define name="__USE_W32API" />
+       <file>hal.c</file>
+       <file>hal.rc</file>
+</module>
+
+<module ifnot="${MP}" name="halupalias" type="alias" installbase="system32" installname="hal.dll" aliasof="halup">
+</module>
+
+<module if="${MP}" name="halmpalias" type="alias" installbase="system32" installname="hal.dll" aliasof="halmp">
+</module>