1SubDir HAIKU_TOP src servers bluetooth ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5UsePrivateHeaders shared bluetooth net kernel ; 6 7AddResources bluetooth_server : bluetooth_server.rdef ; 8 9Server bluetooth_server 10 : 11 BluetoothServer.cpp 12 DeskbarReplicant.cpp 13 DeviceManager.cpp 14 HCIControllerAccessor.cpp 15 HCITransportAccessor.cpp 16 LocalDeviceHandler.cpp 17 LocalDeviceImpl.cpp 18 : be network libbluetooth.so localestub 19 [ TargetLibstdc++ ] 20; 21 22DoCatalogs bluetooth_server : 23 x-vnd.Haiku-bluetooth_server 24 : 25 DeskbarReplicant.cpp 26; 27