blob: b33a782aacf02d716090130c6e00acb5ccdbf4a6 [file] [log] [blame]
// Copyright 2022 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/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" ],
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}