[HAL]
[reactos.git] / reactos / hal / halx86 / hal.rbuild
similarity index 73%
rename from reactos/hal/halx86/halup.rbuild
rename to reactos/hal/halx86/hal.rbuild
index 319db42..e4f7ea6 100644 (file)
@@ -1,15 +1,14 @@
 <?xml version="1.0"?>
 <!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
 <group xmlns:xi="http://www.w3.org/2001/XInclude">
-       <module name="halup" type="kernelmodedll" entrypoint="0" installname="hal.dll">
-               <importlibrary base="hal" definition="hal.pspec" />
+       <module name="hal" type="kernelmodedll" entrypoint="HalInitSystem@8" installbase="system32" installname="hal.dll">
+               <importlibrary base="hal" definition="../hal.pspec" />
                <bootstrap installbase="$(CDOUTPUT)" />
                <include>include</include>
                <include base="ntoskrnl">include</include>
                <define name="_NTHAL_" />
                <library>hal_generic</library>
                <library>hal_generic_up</library>
-               <library>hal_generic_pc</library>
                <library>ntoskrnl</library>
                <directory name="up">
                        <file>halinit_up.c</file>