blob: ff2e41b9df20fb40596de4fbda429a0e35e44517 [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.media") {
sdk_category = "partner"
sources = [
"audio.fidl",
"audio_capturer.fidl",
"audio_device_enumerator.fidl",
"audio_renderer.fidl",
"gain_control.fidl",
"stream.fidl",
"stream_type.fidl",
]
}