##-----------------------------------------------------------------------------
## bluetooth.txt - fli4l configuration parameters                     2.1.8
##
##        P L E A S E   R E A D   T H E   D O C U M E N T A T I O N ,
##                      S E E   R E A D M E . T X T
##
##        B I T T E  U N B E D I N G T   D I E   D O K U M E N T A T I O N
##              L E S E N ,  S I E H E   R E A D M E . T X T
##
## Creation:     27.10.2003  chb
## Last Update:  $Id: bluetooth.txt,v 0.06 2004/10/10 21:47:15 christian
##
## Copyright (c) 2003 Christian Brggemann <christian.brueggemann@web.de>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------------

OPT_BLUEZ	yes		etc/rc.d/rc450.bluez
OPT_BLUEZ	yes		etc/prep/rc450.bluez
# Hauptmodul
OPT_BLUEZ	yes		files/lib/modules/$KERNELVERSION$/kernel/net/bluetooth/bluez.o
# provides connection oriented an connection-less data transport
OPT_BLUEZ	yes		files/lib/modules/$KERNELVERSION$/kernel/net/bluetooth/l2cap.o

BLUEZ_DRV_%   	bfusb		files/lib/modules/$KERNELVERSION$/kernel/drivers/bluetooth/bfusb.o
BLUEZ_DRV_%   	hci_usb    	files/lib/modules/$KERNELVERSION$/kernel/drivers/bluetooth/hci_usb.o
BLUEZ_DRV_%   	hci_uart  	files/lib/modules/$KERNELVERSION$/kernel/drivers/bluetooth/hci_uart.o
BLUEZ_DRV_%   	bluecard_cs  	files/lib/modules/$KERNELVERSION$/kernel/drivers/bluetooth/bluecard_cs.o
BLUEZ_DRV_%   	bt3c_cs  	files/lib/modules/$KERNELVERSION$/kernel/drivers/bluetooth/bt3c_cs.o
BLUEZ_DRV_%   	btuart_cs  	files/lib/modules/$KERNELVERSION$/kernel/drivers/bluetooth/btuart_cs.o
BLUEZ_DRV_%   	dtl1_cs  	files/lib/modules/$KERNELVERSION$/kernel/drivers/bluetooth/dtl1_cs.o

# voice transport over bluetooth, for voice appl. like headset and audio
# need's an bluetooth-audio module, like http://sourceforge.net/projects/bluetooth-alsa/ 
# unfortunaly the requirements are: Kernel 2.6.7 and Alsa
#BLUEZ_MODULE_%	sco		files/lib/modules/$KERNELVERSION$/kernel/net/bluetooth/sco.o

# ethernet emulation, required for PAN
BLUEZ_MODULE_%	bnep		files/lib/modules/$KERNELVERSION$/kernel/net/bluetooth/bnep/bnep.o
BLUEZ_MODULE_%	bnep		files/lib/modules/$KERNELVERSION$/kernel/lib/crc32.o

# transport layer for CAPI, for Common ISDN Access Profile
BLUEZ_MODULE_%	cmtp		files/lib/modules/$KERNELVERSION$/kernel/net/bluetooth/cmtp/cmtp.o

# connection oriented stream support, for dialup, OBEX and many more
BLUEZ_MODULE_%	rfcomm		files/lib/modules/$KERNELVERSION$/kernel/net/bluetooth/rfcomm/rfcomm.o

##-----------------------------------------------------------------------------

BLUEZ_PIN_SAVE_KEY	yes	etc/rc0.d/rc900.bluez_pin
OPT_BLUEZ	yes		files/sbin/hcid
OPT_BLUEZ	yes		files/sbin/sdpd

OPT_BLUEZ	yes		files/lib/libbluetooth.a
OPT_BLUEZ	yes		files/lib/libbluetooth.la
OPT_BLUEZ	yes		files/lib/libbluetooth.so.1.0.14

BLUEZ_PAN	yes		files/bin/pand

BLUEZ_DUN	yes		files/bin/dund

BLUEZ_ALL	yes		files/bin/bluepin
BLUEZ_ALL	yes		files/bin/ciptool
BLUEZ_ALL	yes		files/bin/dund
BLUEZ_ALL	yes		files/bin/hcitool
BLUEZ_ALL	yes		files/bin/hidd
BLUEZ_ALL	yes		files/bin/l2ping
BLUEZ_ALL	yes		files/bin/pand
BLUEZ_ALL	yes		files/bin/rfcomm
BLUEZ_ALL	yes		files/bin/sdptool
BLUEZ_ALL	yes		files/sbin/hciattach
BLUEZ_ALL	yes		files/sbin/hciconfig


