blob: 476c90e0df9f3fa6b1a467d78bd1c970da2e462d [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/banjo/banjo.gni")
banjo("fuchsia.hardware.spi") {
fidl_only = true
sources = [ "spi.banjo" ]
deps = [ "//sdk/banjo/zx" ]
}
group("fuchsia.hardware.spi_banjo_cpp") {
public_deps = [ ":fuchsia.hardware.spi_banjo_cpp_2" ]
}