blob: c53ad7470a73e36cb5fbcb7720e633063fccd08a [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: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/bt_peripheral_hub",
},
capabilities: [
{
protocol: [
"fuchsia.bluetooth.power.Reporter",
"fuchsia.bluetooth.power.Watcher",
],
},
],
expose: [
{
protocol: [
"fuchsia.bluetooth.power.Reporter",
"fuchsia.bluetooth.power.Watcher",
],
from: "self",
},
],
}