blob: 29d7ba99e507ed792c6981740f00deb29ecb3ec7 [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: "bt-avrcp",
url: "fuchsia-pkg://fuchsia.com/bt-avrcp#meta/bt-avrcp.cm",
environment: "#core-env",
},
],
offer: [
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: [ "#bt-avrcp" ],
},
{
protocol: [ "fuchsia.bluetooth.bredr.Profile" ],
from: "#bluetooth-core",
to: [ "#bt-avrcp" ],
},
{
protocol: "fuchsia.metrics.MetricEventLoggerFactory",
from: "#cobalt",
to: [ "#bt-avrcp" ],
},
],
}