blob: be111e533f007146c59ccbb5cdbe86d3cffe92dc [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.
library("kernel-debug") {
sources = [
"kernel-debug.cpp",
]
configs += [ "$zx/public/gn/config:visibility_hidden" ]
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",
]
}