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