blob: b5f5243974006fb4a0afd31e563f6079844be6dd [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.adcimpl") {
sdk_category = "partner"
stable = false
sources = [
"adc-impl.fidl",
"metadata.fidl",
]
sdk_area = "Drivers"
contains_drivers = true
public_deps = [ "//zircon/vdso/zx" ]
}