blob: 92e3d9d7bf7a49cf16048123ed531133c949f25b [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
library("gfx") {
kernel = true
sources = [
"gfx.cc",
]
deps = [
"$zx/kernel/lib/console",
]
public_deps = [
"$zx/system/ulib/gfx-font-data",
]
}