blob: 876a07f36a65485b376bed41074d6fe62c80f6fb [file] [log] [blame]
# Copyright 2019 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.
zx_executable("lsusb") {
sources = [
"lsusb.c",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-usb-device:c",
"$zx/system/ulib/fdio",
"$zx/system/ulib/pretty",
"$zx/system/ulib/zircon",
]
}