blob: 0e9b0995965a0806b2dbc2f0ee25ea84f0c90dfc [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") {
kernel = true
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/ktl",
"//zircon/kernel/vm:headers",
]
}