blob: 5f63acbd5158bb2c7e3b79e3b825382a52cc1864 [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("hcitool") {
output_name = "hcitool"
sources = [
"commands.cc",
"commands.h",
"main.cc",
]
deps = [
"//garnet/bin/bluetooth_tools/lib",
"//garnet/drivers/bluetooth/lib/gap",
"//garnet/drivers/bluetooth/lib/hci",
]
}