blob: 13924660338bff7e28d538493fe884cb42a4ee76 [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
import("//build/zircon/migrated_targets.gni")
zx_library("udisplay") {
sources = [ "udisplay.cc" ]
deps = [
"//zircon/kernel/lib/crashlog",
"//zircon/kernel/lib/debuglog",
"//zircon/kernel/lib/fbl",
"//zircon/kernel/lib/gfx",
"//zircon/kernel/lib/gfxconsole",
"//zircon/kernel/lib/io",
"//zircon/kernel/lib/ktl",
"//zircon/kernel/vm:headers",
]
}