blob: c7e3b51a477ad18af3ddc6f24c5773c4cf27c8a4 [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.
{
children: [
{
name: "configurator",
url: "fuchsia-pkg://fuchsia.com/configurator#meta/configurator.cm",
startup: "eager",
},
],
offer: [
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: [ "#configurator" ],
},
{
protocol: [ "fuchsia.media.AudioDeviceEnumerator" ],
from: "#audio_core",
to: [ "#configurator" ],
},
{
directory: "dev",
from: "parent",
as: "dev-codec",
to: [ "#configurator" ],
subdir: "class/codec",
},
{
directory: "dev",
from: "parent",
as: "dev-dai",
to: [ "#configurator" ],
subdir: "class/dai",
},
],
}