blob: 4c24d2a4374e8b7ab3c900ec80f374023cfe29ff [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: [
// Use `cmx_runner` to wrap the component.
"//src/sys/test_manager/cmx_runner/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
// wrap v1 component
legacy_url: "fuchsia-pkg://fuchsia.com/factory_store_providers_ext4_tests#meta/ext4_readonly.cmx",
},
capabilities: [
{
protocol: [ "fuchsia.storage.ext4.Server" ],
},
],
expose: [
{
protocol: [ "fuchsia.storage.ext4.Server" ],
from: "self",
},
],
}