blob: b0aa1ae7819e765755b373521a6cf5a5e1f231f8 [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" ]
public_configs = [ "$zx/public/gn/config:Wno-unused-function" ]
}