blob: 5ab4b0f8af57412c570387571fad12122d70bfa0 [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
executable("bt_intel_tool") {
output_name = "bt-intel-tool"
sources = [
"commands.cc",
"commands.h",
"main.cc",
]
deps = [
"//garnet/bin/bluetooth_tools/lib",
"//garnet/drivers/bluetooth/lib/gap",
"//garnet/drivers/bluetooth/lib/hci",
]
}