1SubDir HAIKU_TOP src preferences bluetooth ; 2 3UsePrivateHeaders bluetooth ; 4UsePrivateHeaders shared ; 5 6AddResources Bluetooth : Bluetooth.rdef ; 7 8Preference Bluetooth : 9 BluetoothDeviceView.cpp 10 BluetoothMain.cpp 11 BluetoothSettings.cpp 12 BluetoothSettingsView.cpp 13 BluetoothWindow.cpp 14 DeviceListItem.cpp 15 ExtendedLocalDeviceView.cpp 16 InquiryPanel.cpp 17 RemoteDevicesView.cpp 18 : be shared libbluetooth.so [ TargetLibsupc++ ] localestub 19 ; 20 21DoCatalogs Bluetooth : 22 x-vnd.Haiku-BluetoothPrefs 23 : 24 BluetoothDeviceView.cpp 25 BluetoothMain.cpp 26 BluetoothSettingsView.cpp 27 BluetoothWindow.cpp 28 ExtendedLocalDeviceView.cpp 29 InquiryPanel.cpp 30 RemoteDevicesView.cpp 31; 32 33