| # 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", | |
| ] | |
| } |