blob: e575cb365d8c9909d21c5239dc8e3563e7e06266 [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: "runner_memfs",
url: "fuchsia-pkg://fuchsia.com/test_manager#meta/memfs.cm",
},
],
capabilities: [
{
storage: "memfs_data",
from: "#runner_memfs",
backing_dir: "memfs",
storage_id: "static_instance_id_or_moniker",
},
],
offer: [
{
protocol: "fuchsia.inspect.InspectSink",
from: "parent",
to: [ "#runner_memfs" ],
},
],
}