blob: f99061fe869d0c8c0e500eeb11fe8a429d09bc49 [file]
// Copyright 2020 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.
{
program: {
binary: "bin/remote_block_device_lib_test",
},
children: [
{
name: "isolated_devmgr",
url: "fuchsia-pkg://fuchsia.com/isolated-devmgr#meta/isolated_devmgr.cm",
startup: "eager",
},
],
capabilities: [
{ protocol: "fuchsia.test.Suite" },
],
use: [
{ runner: "rust_test_runner" },
{
protocol: [ "fuchsia.logger.LogSink" ],
},
{
protocol: "fuchsia.sys2.Realm",
from: "framework",
},
],
offer: [
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.process.Launcher",
"fuchsia.sys.Launcher",
],
from: "parent",
to: [ "#isolated_devmgr" ],
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}