Enable warnings
[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 <library>ntoskrnl</library>
4 <library>hal</library>
5 <file>fdo.c</file>
6 <file>pci.c</file>
7 <file>pdo.c</file>
8 <file>pci.rc</file>
9 </module>