blob: 9e326f701589e55430880a13c6674eae220591c3 [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.interconnect") {
sdk_category = "partner"
stable = false
sources = [ "interconnect.fidl" ]
sdk_area = "Drivers"
public_deps = [ "//zircon/vdso/zx" ]
}