blob: ae5ff6395ce9757a6fa3952836b969ca845328d9 [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.mediastreams") {
sources = [
"audio_format.fidl",
"compression.fidl",
"encryption.fidl",
"media_format.fidl",
"overview.fidl",
"video_format.fidl",
]
sdk_category = "partner"
public_deps = [ "//sdk/fidl/fuchsia.math" ]
}