blob: 3bfcae76e98379d0bd3ce91b89a001dd836943f6 [file] [log] [blame]
# Copyright 2021 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.media2") {
sources = [
"buffer_provider.fidl",
"connection_error.fidl",
"consumer.fidl",
"producer.fidl",
"stream_sink.fidl",
"timelines.fidl",
"transport_control.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.mediastreams",
"//sdk/fidl/fuchsia.sysmem",
"//zircon/vdso/zx",
]
}