blob: 065c25bb95508c4d97dc35fed659667667d43328 [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",
"fuchsia.tracing.provider.Registry",
],
},
],
}