2007-09-14 17:07:53 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
2010-01-21 21:05:45 +00:00
|
|
|
<module name="hal" type="kernelmodedll" entrypoint="HalInitSystem">
|
|
|
|
<importlibrary definition="../../hal/hal.pspec" />
|
2007-10-01 14:19:27 +00:00
|
|
|
<bootstrap installbase="$(CDOUTPUT)" nameoncd="hal.dll" />
|
2007-09-03 01:57:36 +00:00
|
|
|
<include base="halppc_generic">../include</include>
|
|
|
|
<include base="ntoskrnl">include</include>
|
|
|
|
<define name="_NTHAL_" />
|
|
|
|
<library>halppc_generic</library>
|
|
|
|
<library>ntoskrnl</library>
|
|
|
|
<file>halinit_up.c</file>
|
|
|
|
<file>halup.rc</file>
|
|
|
|
</module>
|