SubDir HAIKU_TOP src preferences bluetooth ;

UsePrivateHeaders bluetooth ;
UsePrivateHeaders shared ;

AddResources Bluetooth : bluetooth-pref.rdef ;

Preference Bluetooth :
	BluetoothDeviceView.cpp
	BluetoothMain.cpp
	BluetoothSettingsView.cpp
	BluetoothWindow.cpp
	DeviceListItem.cpp
	ExtendedLocalDeviceView.cpp
	InquiryPanel.cpp
	RemoteDevicesView.cpp
	: be libbluetooth.so $(TARGET_LIBSUPC++) liblocale.so
	;

DoCatalogs Bluetooth :
	x-vnd.Haiku-BluetoothPrefs
	:
	BluetoothDeviceView.cpp
	BluetoothMain.cpp
	BluetoothSettingsView.cpp
	BluetoothWindow.cpp
	ExtendedLocalDeviceView.cpp
	InquiryPanel.cpp
	RemoteDevicesView.cpp
;

