blob: 4e91f1af5cef5189188b185caa12b4d2e5770ab8 [file]
# 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.
import("//build/zircon/migrated_targets.gni")
zx_library("gfx") {
kernel = true
sdk = "source"
sdk_headers = [ "gfx/gfx.h" ]
if (is_efi_toolchain) {
sources = []
} else {
sources = [ "gfx.c" ]
deps = [ "//src/zircon/lib/zircon" ]
}
}
group("tests") {
testonly = true
deps = [ "test:tests" ]
}