blob: 914a5fbf0ce9ac4c767614df9bc110e6534d6337 [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.spiimpl") {
sources = [ "spi-impl.banjo" ]
deps = [ "//sdk/banjo/zx" ]
}