blob: fb3844f3785325d1ad2e67bcfc0d5230e8259be0 [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: [
"inspect/client.shard.cml",
"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",
},
],
}