blob: f082dda44b6edaf66436faada82f6b5d91ed2ba4 [file] [log] [blame]
# Copyright 2019 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.audio") {
sdk_category = "partner"
sources = [
"codec.fidl",
"codec_connector.fidl",
"dai.fidl",
"dai_connector.fidl",
"dai_format.fidl",
"health.fidl",
"overview.fidl",
"ring_buffer.fidl",
"stream.fidl",
"stream_config_connector.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.hardware.audio.signalprocessing",
"//zircon/vdso/zx",
]
}