blob: eb6b00b2e388079b72d5654ec228ddda4f606d72 [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: "audio_ffx_daemon",
url: "fuchsia-pkg://fuchsia.com/audio_ffx_daemon#meta/audio_ffx_daemon.cm",
environment: "#core-env",
},
],
offer: [
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: "#audio_ffx_daemon",
},
{
protocol: [ "fuchsia.media.Audio" ],
from: "#audio_core",
to: [ "#audio_ffx_daemon" ],
availability: "optional",
source_availability: "unknown",
},
{
protocol: [ "fuchsia.ultrasound.Factory" ],
from: "#audio_core",
to: [ "#audio_ffx_daemon" ],
availability: "optional",
source_availability: "unknown",
},
{
directory: "dev-class",
from: "parent",
as: "dev-audio-input",
to: "#audio_ffx_daemon",
subdir: "audio-input",
},
{
directory: "dev-class",
from: "parent",
as: "dev-audio-output",
to: "#audio_ffx_daemon",
subdir: "audio-output",
},
{
directory: "dev-class",
from: "parent",
as: "dev-audio-composite",
to: "#audio_ffx_daemon",
subdir: "audio-composite",
},
],
}