blob: 3367ea0d1b4b9456058cbc10fc721970702bf539 [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") {
sdk_category = "partner"
stable = false
sdk_area = "Drivers"
sources = [ "spi-impl.fidl" ]
contains_drivers = true
public_deps = [
"//sdk/fidl/fuchsia.hardware.sharedmemory",
"//sdk/fidl/fuchsia.mem",
"//zircon/vdso/zx",
]
}