2008-05-24 20:32:44 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
|
|
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
2010-01-21 21:05:45 +00:00
|
|
|
<module name="halxbox" type="kernelmodedll" entrypoint="HalInitSystem@8">
|
|
|
|
<importlibrary base="hal" definition="../hal.pspec" />
|
2008-05-24 20:32:44 +00:00
|
|
|
<include>include</include>
|
|
|
|
<include base="ntoskrnl">include</include>
|
[FREELDR] Define _BLDR_ for WDK header compatibility
[HAL] Define _NTHALDLL_ for WDK header compatibility, get rif of DECLSPEC_IMPORT header hack
[NDK/RTL] Fix some Rtl prototypes (PCHAR -> PCCH)
[NDK] Fix ZwOpenEvent prototype
[NTIFS] Fix definition of NTKERNELAPI, move some types, fix PRTL_ALLOCATE_STRING_ROUTINE, PRTL_REALLOCATE_STRING_ROUTINE, PRTL_FREE_STRING_ROUTINE, define CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE, FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS, FILE_WRITE_ACCESS identical to wdm.h, remove duplicate RtlGenerate8dot3Name, remove ZwOpenEvent
[NTPOAPI] Guard some types with #ifndef _PO_DDK_
[WDM] Create reactos compatible definition of NTKERNELAPI, add KDPC_WATCHDOG_INFORMATION, BATTERY_REPORTING_SCALE, fix ALIGN_UP_POINTER_BY, guard some types with #ifndef _PO_DDK_, update POWER_INFORMATION_LEVEL, make some FILE_DEVICE_ definitions identical to ntifs.h, fix HalAllocateCommonBuffer
svn path=/branches/header-work/; revision=46050
2010-03-10 04:16:52 +00:00
|
|
|
<define name="_NTHALDLL_" />
|
2008-05-24 20:32:44 +00:00
|
|
|
<define name="_NTHAL_" />
|
|
|
|
<define name="SARCH_XBOX" />
|
2010-04-01 20:41:04 +00:00
|
|
|
<library>hal_generic</library>
|
|
|
|
<library>hal_generic_pcat</library>
|
2008-05-24 20:32:44 +00:00
|
|
|
<library>hal_generic_up</library>
|
|
|
|
<library>ntoskrnl</library>
|
2010-02-10 23:24:59 +00:00
|
|
|
<library>libcntpr</library>
|
2008-05-24 20:32:44 +00:00
|
|
|
<directory name="xbox">
|
|
|
|
<file>halinit_xbox.c</file>
|
|
|
|
<file>part_xbox.c</file>
|
|
|
|
<file>halxbox.rc</file>
|
|
|
|
<pch>halxbox.h</pch>
|
|
|
|
</directory>
|
|
|
|
</module>
|
|
|
|
</group>
|