| # 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", |
| ] |
| } |