##-----------------------------------------------------------------------------
## bluetooth.txt - fli4l configuration parameters                     2.1.12
##
##        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: bluez.txt,v 0.92 2005/07/15 21:01:29 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_format_version 1 -

OPT_BLUEZ	yes		etc/rc.d/rc150.bluez mode=555 flags=sh
OPT_BLUEZ	yes		etc/rc.d/rc390.bluez mode=555 flags=sh
# Hauptmodul
OPT_BLUEZ	yes		files/lib/modules/${KERNEL_VERSION}/kernel/net/bluetooth/bluez.o
# provides connection oriented an connection-less data transport
OPT_BLUEZ	yes		files/lib/modules/${KERNEL_VERSION}/kernel/net/bluetooth/l2cap.o

BLUEZ_DRV_%   	bfusb		files/lib/modules/${KERNEL_VERSION}/kernel/drivers/bluetooth/bfusb.o
BLUEZ_DRV_%   	bfusb		files/lib/modules/${KERNEL_VERSION}/kernel/lib/firmware_class.o

BLUEZ_DRV_%   	hci_usb    	files/lib/modules/${KERNEL_VERSION}/kernel/drivers/bluetooth/hci_usb.o
BLUEZ_DRV_%   	hci_uart  	files/lib/modules/${KERNEL_VERSION}/kernel/drivers/bluetooth/hci_uart.o
BLUEZ_DRV_%   	bluecard_cs  	files/lib/modules/${KERNEL_VERSION}/kernel/drivers/bluetooth/bluecard_cs.o
BLUEZ_DRV_%   	bt3c_cs  	files/lib/modules/${KERNEL_VERSION}/kernel/drivers/bluetooth/bt3c_cs.o
BLUEZ_DRV_%   	btuart_cs  	files/lib/modules/${KERNEL_VERSION}/kernel/drivers/bluetooth/btuart_cs.o
BLUEZ_DRV_%   	dtl1_cs  	files/lib/modules/${KERNEL_VERSION}/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/${KERNEL_VERSION}/kernel/net/bluetooth/sco.o

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

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

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

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

BLUEZ_PIN_SAVE_KEY	yes	etc/rc0.d/rc900.bluez_pin mode=555 flags=sh
OPT_BLUEZ	yes		files/sbin/hcid mode=755
OPT_BLUEZ	yes		files/sbin/sdpd mode=755

BLUEZ_DRV_%   	bfusb		etc/hotplug.d/default/default.hotplug mode=555 flags=sh
BLUEZ_DRV_%   	bfusb		etc/hotplug/firmware.agent mode=555 flags=sh
BLUEZ_DRV_%   	bfusb		files/sbin/hotplug mode=555 flags=sh
BLUEZ_DRV_%   	bfusb		files/usr/lib/hotplug/firmware/bfubase.frm mode=555

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

BLUEZ_WEBVIEW	yes		files/usr/local/htdocs/main_Bluez.cgi mode=555 flags=sh
BLUEZ_WEBVIEW	yes		files/usr/local/htdocs/bluez_connection-drop.cgi mode=555 flags=sh

BLUEZ_PAN	yes		files/bin/pand mode=755

BLUEZ_DUN	yes		files/bin/dund mode=755

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


