blob: 71d2088e6986989f8ddd84995dd37315d6c7b172 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
zx_library("gfxconsole") {
kernel = true
sources = [ "gfxconsole.cc" ]
deps = [
"$zx/kernel/lib/cmdline",
"$zx/kernel/lib/gfx",
]
public_deps = [
# <lib/gfxconsole.h> has #include <lib/gfx.h>.
"$zx/kernel/lib/gfx",
]
}