blob: 6781a9f81899cdf8e40e5b51e65611d30534a83b [file] [log] [blame]
# Copyright 2020 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.adc") {
sdk_category = "partner"
sources = [ "adc.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}