blob: 9820f4890e39ce5e24cd753aae8f36f15416440b [file] [log] [blame]
// Copyright 2023 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/sensors",
},
capabilities: [
{ protocol: "fuchsia.sensors.Manager" },
],
use: [
{
protocol: [
"fuchsia.hardware.sensors.Driver",
"fuchsia.hardware.sensors.Playback",
],
from: "parent",
},
],
expose: [
{
protocol: "fuchsia.sensors.Manager",
from: "self",
},
],
}