blob: 00a6e2e9e458e767692954d556921ddc152a4641 [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("miscsvc") {
sources = [
"miscsvc.cc",
]
deps = [
"$zx/system/ulib/async-loop:async-loop-cpp",
"$zx/system/ulib/async-loop:async-loop-default.static",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/kcounter",
"$zx/system/ulib/paver",
"$zx/system/ulib/svc",
"$zx/system/ulib/zircon",
]
}