blob: ac0abef4c4ca3ed0a9af9db838629fdbd967f816 [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.
{
include: [ "//src/connectivity/bluetooth/profiles/bt-a2dp/meta/bt-a2dp-common.core_shard.cml" ],
children: [
{
// TODO(https://fxbug.dev/42160254): Merge this with core_shard when we can reliably
// mark a2dp as eager.
name: "bt-a2dp",
url: "fuchsia-pkg://fuchsia.com/bt-a2dp#meta/bt-a2dp.cm",
startup: "eager",
environment: "#core-env",
},
],
offer: [
{
// fuchsia.media.SessionAudioConsumerFactory can come from multiple sources
// depending on product config. #mediaplayer is the source of this capability in
// workstation, which is the configuration that use bt-a2dp-eager.
protocol: "fuchsia.media.SessionAudioConsumerFactory",
from: "#audio_consumer",
to: "#bt-a2dp",
},
],
}