| # 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", | |
| ] | |
| } |