blob: 1155acaee2abf9413e9eedad9a233a80d72df752 [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: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/sysinfo",
forward_stdout_to: "none",
forward_stderr_to: "none",
},
capabilities: [
{ protocol: "fuchsia.sysinfo.SysInfo" },
],
use: [
{
directory: "dev-topological",
rights: [ "r*" ],
path: "/dev",
},
{ protocol: "fuchsia.boot.WriteOnlyLog" },
],
expose: [
{
protocol: "fuchsia.sysinfo.SysInfo",
from: "self",
},
],
}