1SubDir HAIKU_TOP src add-ons kernel drivers bluetooth h2 h2generic ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5UsePrivateHeaders net kernel bluetooth ; 6UsePrivateKernelHeaders ; 7 8KernelAddon h2generic : 9 h2generic.cpp 10 h2transactions.cpp 11 h2upper.cpp 12 h2util.cpp 13 snet_buffer.cpp 14 ; 15