blob: 070fa08e2ab267cb592c4950a28e967f8b295fd6 [file] [log] [blame]
// Copyright 2023 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/fxfs_backed_data_for_tests",
},
capabilities: [
{
directory: "fxfs_data",
rights: [ "rw*" ],
path: "/data_for_test",
},
],
use: [
{
storage: "data",
rights: [ "rw*" ],
path: "/data",
},
],
expose: [
{
directory: "fxfs_data",
from: "self",
},
],
}