blob: 982adbe67802e7e295d1e5d17f63911bb45c45ff [file] [log] [blame]
{
include: [
"//sdk/lib/diagnostics/inspect/client.shard.cml",
"//sdk/lib/diagnostics/syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/stash",
args: [
"--secure",
"--backing_file",
"/data/stash_secure.store",
],
},
capabilities: [
{ protocol: "fuchsia.stash.SecureStore" },
],
use: [
{
storage: "temp",
path: "/data",
},
],
expose: [
{
protocol: "fuchsia.stash.SecureStore",
from: "self",
},
],
}