blob: 4f0a640d46b4be5cea796c681c21a7c2ce1739ae [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.
{
children: [
{
name: "sensors",
url: "fuchsia-pkg://fuchsia.com/sensors#meta/sensors.cm",
startup: "eager",
environment: "#core-env",
},
],
use: [
{
protocol: [ "fuchsia.sensors.Manager" ],
from: "#sensors",
},
],
offer: [
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: [ "#sensors" ],
},
{
protocol: [ "fuchsia.hardware.sensors.Driver" ],
from: "#sensors_playback",
to: "#sensors",
// playback is only supported for _eng builds.
source_availability: "unknown",
},
],
}