blob: 7aad0fe2e8ba805d714209976c7a2bf0212a64ff [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 = [
"command_channel.cc",
"command_channel.h",
"commands.cc",
"commands.h",
"intel_firmware_loader.cc",
"intel_firmware_loader.h",
"main.cc",
]
deps = [
"//garnet/bin/bluetooth_tools/lib",
"//garnet/drivers/bluetooth/lib/gap",
"//garnet/drivers/bluetooth/lib/hci",
]
}