blob: 567e6cf454e30afb5eda02d0d4d918272fff41c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0"?>
<rootstrap name="hal-api-bluetooth">
<email></email>
<emulator>
<rpm accept="hal-api-bluetooth" arch="i686"/>
<rpm accept="hal-api-bluetooth-devel" arch="i686"/>
</emulator>
<target>
<rpm accept="hal-api-bluetooth" arch="armv7l"/>
<rpm accept="hal-api-bluetooth-devel" arch="armv7l"/>
</target>
<necessary>
<file>/usr/lib/hal/libhal-api-bluetooth.so*</file>
<file>/usr/include/hal/hal-bluetooth-interface.h</file>
</necessary>
<include_path>/usr/include/</include_path>
<library_path>/usr/lib</library_path>
</rootstrap>
|