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