mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
5f2d67cb35
svn path=/branches/reactos-yarotows/; revision=47746
25 lines
699 B
Ruby
25 lines
699 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="hal_generic_pcat" type="objectlibrary">
|
|
<include>include</include>
|
|
<include base="ntoskrnl">include</include>
|
|
<define name="_NTHALDLL_" />
|
|
<define name="_NTHAL_" />
|
|
<directory name="generic">
|
|
<directory name="legacy">
|
|
<directory name="bus">
|
|
<file>bushndlr.c</file>
|
|
<file>cmosbus.c</file>
|
|
<file>isabus.c</file>
|
|
<file>pcibus.c</file>
|
|
<file>pcidata.c</file>
|
|
<file>sysbus.c</file>
|
|
</directory>
|
|
<file>bussupp.c</file>
|
|
<file>halpcat.c</file>
|
|
</directory>
|
|
</directory>
|
|
</module>
|
|
</group>
|