Sync with trunk (r48123)
[reactos.git] / drivers / bluetooth / fbtusb / fbtusb.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="fbtusb" type="kernelmodedriver" installbase="system32/drivers" installname="fbtusb.sys" allowwarnings="true">
4 <include base="fbtusb">include</include>
5 <library>ntoskrnl</library>
6 <library>hal</library>
7 <library>usbd</library>
8 <file>fbtdev.c</file>
9 <file>fbtpnp.c</file>
10 <file>fbtpwr.c</file>
11 <file>fbtrwr.c</file>
12 <file>fbtusb.c</file>
13 <!--file>fbtwmi.c</file-->
14 <file>fbtusb.rc</file>
15 </module>