blob: e10b1b83f794775498f16e6ddb7b8ebfb204235f [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.
{
children: [
{
name: "test_fs",
url: "#meta/memfs.cm",
},
],
capabilities: [
{
storage: "tmp",
from: "#test_fs",
subdir: "tmp",
backing_dir: "memfs",
storage_id: "static_instance_id_or_moniker",
},
{
storage: "cache",
from: "#test_fs",
subdir: "cache",
backing_dir: "memfs",
storage_id: "static_instance_id_or_moniker",
},
{
storage: "tests_data",
from: "#test_fs",
subdir: "data",
backing_dir: "memfs",
storage_id: "static_instance_id_or_moniker",
},
],
}