blob: c969097dc34bf0893e9f003cc0d862a3e25a00fb [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("lsdev") {
sources = [
"lsdev.cc",
]
deps = [
"$zx/system/fidl/fuchsia-device:llcpp",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
]
}