blob: 67efd7809fcb77eefab09c48118f0a257d897b3b [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.
source_set("lib") {
sources = [
"command_dispatcher.cc",
"command_dispatcher.h",
]
deps = [
"//src/lib/fxl:fxl_cli",
"//zircon/system/ulib/fbl",
]
public_deps = [ "//sdk/lib/fit" ]
}
group("tests") {
testonly = true
deps = [ "//src/connectivity/bluetooth/tools/lib/pairing-delegate:pairing-delegate-unittests" ]
}