blob: 61acb9cc3feaa111750b9adca18ace32632d0291 [file] [log] [blame] [edit]
# Copyright 2024 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.sdhci") {
sdk_category = "partner"
stable = false
sdk_area = "Drivers"
sources = [ "sdhci.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.hardware.sdmmc",
"//zircon/vdso/zx",
]
contains_drivers = true
}