blob: e306ce49784dc16b940db399b2bacd60aeae7ff2 [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"
sdk_area = "Unknown"
sources = [
"clock.fidl",
"codec.fidl",
"codec_connector.fidl",
"common.fidl",
"composite.fidl",
"composite_connector.fidl",
"dai.fidl",
"dai_connector.fidl",
"dai_format.fidl",
"device_type.fidl",
"health.fidl",
"overview.fidl",
"plug.fidl",
"ring_buffer.fidl",
"ring_buffer_format.fidl",
"stream_config.fidl",
"stream_config_connector.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.hardware.audio.signalprocessing",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}