blob: c7e7b87646a07fac554e2de7bf4e2497807e984d [file] [log] [blame]
// Copyright 2024 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-map-mce",
url: "fuchsia-pkg://fuchsia.com/bt-map-mce#meta/bt-map-mce.cm",
startup: "eager",
environment: "#core-env",
},
],
offer: [
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: [ "#bt-map-mce" ],
},
{
protocol: [ "fuchsia.bluetooth.bredr.Profile" ],
from: "#bluetooth-core",
to: [ "#bt-map-mce" ],
},
],
}