Merge 12735:15568 from xmlbuildsystem branch
[reactos.git] / reactos / drivers / bus / pci / pci.xml
1 <module name="pci" type="kernelmodedriver" installbase="system32/drivers" installname="pci.sys" warnings="true">
2 <include base="pci">.</include>
3 <define name="__USE_W32API" />
4 <library>ntoskrnl</library>
5 <library>hal</library>
6 <file>fdo.c</file>
7 <file>pci.c</file>
8 <file>pdo.c</file>
9 <file>pci.rc</file>
10 </module>