blob: ce08015436ba7589a6138d18678d49a360a7404a [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("gfx") {
kernel = true
sources = [ "gfx.cc" ]
deps = [ "$zx/kernel/lib/console" ]
public_deps = [ "$zx/system/ulib/gfx-font-data" ]
}