blob: 183625e127ac53ebed76fdf38af4fe04338c663f [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: [
// Enable system logging
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/thermd",
},
use: [
{
directory: "dev-thermal",
rights: [ "r*" ],
path: "/dev/class/thermal",
},
{
protocol: [ "fuchsia.kernel.PowerResource" ],
},
{
protocol: [ "fuchsia.tracing.provider.Registry" ],
// Trace manager may be excluded from builds where tracing is not
// expected to be used for observability, such as in the bringup
// product and non-eng builds of any product.
availability: "optional",
},
],
}