blob: 0fbe5914f5814a6543338648e69513c9f94159ed [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: [
"//src/lib/testing/expectation/meta/client.shard.cml",
"//src/starnix/tests/starnix_test_common.shard.cml",
"//src/storage/fxfs/test-fxfs/meta/test-fxfs.shard.cml",
],
offer: [
{
storage: "data",
from: "self",
to: [ "#container" ],
},
{
protocol: "fuchsia.fshost.StarnixVolumeProvider",
from: "#test-fxfs",
to: [ "#container" ],
},
],
}