blob: 343fa3c380e34c69218987e7f897d59584a1708d [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.
{
include: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/metrics_logger",
args: [ "--standalone" ],
},
use: [
{
directory: "config-data",
rights: [ "r*" ],
path: "/config/data",
},
{
directory: "dev-temperature",
rights: [ "r*" ],
path: "/dev/class/temperature",
},
{
directory: "dev-thermal",
rights: [ "r*" ],
path: "/dev/class/thermal",
},
{
directory: "dev-power-sensor",
rights: [ "r*" ],
path: "/dev/class/power-sensor",
},
{ protocol: "fuchsia.ui.activity.Provider" },
],
}