[HALACPI]: Add project, right now it just builds the normal HAL. The idea is to split the generic HAL into legacy (x86 only) and ACPI (x86+ACPI, or x64). Bus handling, reboot/shutdown, PnP, power management (sleep/resume/hibernate), timer, environment variable, debugging, and initialization code is expected to differ between legacy and ACPI, if not more.
svn path=/trunk/; revision=46574
2010-03-29 21:35:31 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
|
|
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
<module name="halacpi" type="kernelmodedll" entrypoint="HalInitSystem@8" installbase="system32" installname="halacpi.dll">
|
|
|
|
<importlibrary base="hal" definition="../hal.pspec" />
|
|
|
|
<bootstrap installbase="$(CDOUTPUT)" />
|
|
|
|
<include>include</include>
|
|
|
|
<include base="ntoskrnl">include</include>
|
|
|
|
<define name="_NTHALDLL_" />
|
|
|
|
<define name="_NTHAL_" />
|
2010-04-01 20:41:04 +00:00
|
|
|
<library>hal_generic</library>
|
[HALACPI]: Add project, right now it just builds the normal HAL. The idea is to split the generic HAL into legacy (x86 only) and ACPI (x86+ACPI, or x64). Bus handling, reboot/shutdown, PnP, power management (sleep/resume/hibernate), timer, environment variable, debugging, and initialization code is expected to differ between legacy and ACPI, if not more.
svn path=/trunk/; revision=46574
2010-03-29 21:35:31 +00:00
|
|
|
<library>hal_generic_acpi</library>
|
|
|
|
<library>hal_generic_up</library>
|
|
|
|
<library>ntoskrnl</library>
|
|
|
|
<library>libcntpr</library>
|
|
|
|
<directory name="up">
|
|
|
|
<file>halinit_up.c</file>
|
|
|
|
<file>halup.rc</file>
|
|
|
|
</directory>
|
|
|
|
</module>
|
|
|
|
</group>
|