blob: 7fe2ae5a35de3907769570664c493d2fae3d1fc4 [file] [log] [blame]
# Copyright 2023 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/fidl/fidl.gni")
fidl("fuchsia.hardware.spiimpl") {
sources = [ "spi-impl.fidl" ]
contains_drivers = true
public_deps = [
"//sdk/fidl/fuchsia.hardware.sharedmemory",
"//sdk/fidl/fuchsia.mem",
"//zircon/vdso/zx",
]
}