blob: 1e480ca9edc0007fe827c0b4556cd9ba778a0784 [file] [log] [blame]
// Copyright 2021 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.
// TODO(fxbug.dev/82740): mem could be an ffx plugin
{
include: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/mem",
},
use: [
{
protocol: [
"fuchsia.kernel.RootJobForInspect",
"fuchsia.kernel.Stats",
"fuchsia.memory.Debugger",
"fuchsia.tracing.provider.Registry",
],
},
{
directory: "config-data",
rights: [ "r*" ],
path: "/config/data",
},
],
}