blob: b435e9fff703732fb1eb7443b6a9086bc6af36e3 [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 = [
"../lib",
"//src/connectivity/bluetooth/core/bt-host/common",
"//src/connectivity/bluetooth/core/bt-host/gap",
"//src/connectivity/bluetooth/core/bt-host/hci",
"//zircon/public/lib/fbl",
"//zircon/public/lib/fdio",
]
}