# 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_library("kernel-debug") { | |
sources = [ | |
"kernel-debug.cc", | |
] | |
deps = [ | |
"$zx/system/fidl/fuchsia-kernel:c", | |
"$zx/system/ulib/async", | |
"$zx/system/ulib/fidl", | |
"$zx/system/ulib/fidl-async", | |
"$zx/system/ulib/zircon", | |
"$zx/system/ulib/zircon-internal", | |
"$zx/system/ulib/zx", | |
] | |
public_deps = [ | |
"$zx/system/ulib/svc:headers", | |
] | |
} |