blob: c9cf988dc5a8fc2f31ff6cc0d1c836e7511f6aea [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-hci-tool") {
output_name = "bt-hci-tool"
sources = [
"commands.cc",
"commands.h",
"main.cc",
]
deps = [
"//garnet/bin/bluetooth/tools/lib",
"//garnet/drivers/bluetooth/lib/common",
"//garnet/drivers/bluetooth/lib/gap",
"//garnet/drivers/bluetooth/lib/hci",
]
}