blob: 84bd6f1c1fb4ee1ce5882476aeb0a49f3d7d3da6 [file] [log] [blame] [edit]
# 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" ]
public_deps = [
"//sdk/fidl/fuchsia.hardware.sharedmemory",
"//sdk/fidl/fuchsia.mem",
"//zircon/vdso/zx",
]
}