blob: beeb86e9de3a324ae407741ddf1c1d00a0c3fafd [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_test("svchost") {
sources = [
"main.cc",
]
deps = [
"$zx/system/fidl/fuchsia-boot:c",
"$zx/system/fidl/fuchsia-kernel:llcpp",
"$zx/system/fidl/fuchsia-scheduler:c",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxtest",
]
}