blob: ffbe22f26d8b68873d42f8e1aece27997fa15226 [file] [log] [blame]
# Copyright 2020 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.
# DO NOT MANUALLY EDIT!
# Generated by //scripts/sdk/gn/generate.py.
import("../../build/fidl_library.gni")
fidl_library("fuchsia.media.target") {
library_name = "target"
namespace = "fuchsia.media"
public_deps = [
"../fuchsia.media",
"../fuchsia.media.audio",
"../fuchsia.media.sessions2",
]
sources = [
"target_discovery.fidl",
]
}
group("all"){
deps = [
":fuchsia.media.target",
]
}