test: Remove deprecated hciemu utility

This commit is contained in:
Marcel Holtmann 2012-12-09 14:52:45 +01:00
parent 14f601a805
commit d6ed61a54c
4 changed files with 1 additions and 1335 deletions

1
.gitignore vendored
View File

@ -54,7 +54,6 @@ tools/sdptool
tools/avtest
test/agent
test/bdaddr
test/hciemu
test/gaptest
test/ipctest
test/btiotest

View File

@ -151,13 +151,9 @@ endif
if TEST
bin_PROGRAMS += test/hciemu
noinst_PROGRAMS += test/gaptest test/bdaddr test/agent \
test/btiotest test/mpris-player
test_hciemu_LDADD = lib/libbluetooth-private.la
test_gaptest_LDADD = @DBUS_LIBS@
test_bdaddr_SOURCES = test/bdaddr.c src/oui.h src/oui.c
@ -170,13 +166,9 @@ test_btiotest_LDADD = @GLIB_LIBS@ lib/libbluetooth-private.la
test_mpris_player_SOURCES = test/mpris-player.c
test_mpris_player_LDADD = @DBUS_LIBS@ @GLIB_LIBS@
dist_man_MANS += test/hciemu.1
endif
EXTRA_DIST += test/bdaddr.1
else
EXTRA_DIST += test/hciemu.1 test/bdaddr.1
endif
EXTRA_DIST += test/sap_client.py test/bluezutils.py \
test/dbusdef.py test/monitor-bluetooth test/list-devices \

View File

@ -1,31 +0,0 @@
.TH HCIEMU 1 "Jul 6 2009" BlueZ ""
.SH NAME
hciemu \- HCI emulator
.SH SYNOPSIS
.B hciemu
[\fIoptions\fR] \fIlocal_address\fR
.SH DESCRIPTION
.LP
.B
hciemu
is used to emulate an HCI via \fBhci_vhci\fR kernel module
.SH OPTIONS
.TP
.BI -d\ device
use specified \fIdevice\fR
.TP
.BI -b\ bdaddr
emulate \fIbdaddr\fR
.TP
.BI -s\ file
create snoop file \fIfile\fR
.TP
.B -n
do not detach
.SH AUTHORS
Written by Marcel Holtmann <marcel@holtmann.org> and Maxim Krasnyansky
<maxk@qualcomm.com>, man page by Filippo Giunchedi <filippo@debian.org>
.PP

File diff suppressed because it is too large Load Diff