blob: d74d8be0205ed8b88a4f81ce572762716ffe6631 [file] [log] [blame]
# Copyright 2018 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.audio") {
sources = [
"capturer.fidl",
"decoder.fidl",
"renderer.fidl",
]
public_deps = [
"//src/media/vnext/fidl/fuchsia.media2",
"//src/media/vnext/fidl/fuchsia.mediastreams",
"//zircon/vdso/zx",
]
}