blob: 859ed706f1228560f67df6ec78ec99e359e77bdc [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.
{
include: [
"//sdk/lib/diagnostics/inspect/client.shard.cml",
"//sdk/lib/diagnostics/syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/stash",
},
capabilities: [
{ protocol: "fuchsia.stash.Store" },
],
use: [
{
storage: "data",
path: "/data",
},
],
expose: [
{
protocol: "fuchsia.stash.Store",
from: "self",
},
],
}