blob: 16b6261e9c41d45867c18522894b74d1b339f2dc [file] [log] [blame]
# Copyright 2016 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("fidl") {
name = "media"
sdk_category = "partner"
sources = [
"audio_capturer.fidl",
"audio_renderer.fidl",
"audio_server.fidl",
"media_capturer.fidl",
"media_renderer.fidl",
"media_result.fidl",
"media_transport.fidl",
"media_types.fidl",
"timeline_controller.fidl",
"timelines.fidl",
]
}
fidl("media_player") {
name = "media_player"
sources = [
"media_metadata.fidl",
"media_player.fidl",
"media_source.fidl",
"net_media_service.fidl",
"problem.fidl",
"seeking_reader.fidl",
]
public_deps = [
":fidl",
"//garnet/public/lib/ui/geometry/fidl",
"//garnet/public/lib/ui/views/fidl:v1",
"//garnet/public/lib/ui/views/fidl:view_token",
]
}
fidl("media_codec") {
name = "media_codec"
sdk_category = "partner"
sources = [
"codec_common.fidl",
"codec_factory.fidl",
"codec.fidl",
]
}