sync with trunk r46493
[reactos.git] / drivers / bus / acpi / compbatt / compbatt.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="compbatt" type="kernelmodedriver" installbase="system32/drivers" installname="compbatt.sys">
4 <library>ntoskrnl</library>
5 <library>hal</library>
6 <library>battc</library>
7 <include base="compbatt">.</include>
8 <file>compbatt.c</file>
9 <file>compmisc.c</file>
10 <file>comppnp.c</file>
11 <file>compbatt.rc</file>
12 <pch>compbatt.h</pch>
13 </module>