blob: a33a4410cdc2adbf57b0573492264ff3af7bdf64 [file] [log] [blame]
// Copyright 2022 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.
{
children: [
{
name: "soundplayer",
url: "fuchsia-pkg://fuchsia.com/soundplayer#meta/soundplayer.cm",
environment: "#core-env",
},
],
offer: [
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: "#soundplayer",
},
{
protocol: [ "fuchsia.media.Audio" ],
from: "#audio_core",
to: "#soundplayer",
},
],
}