blob: 18e1261be1c39f7d0c1d345f8630dec19447c62a [file] [log] [blame]
// Copyright 2021 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: "storage_driver_test_realm",
url: "#meta/storage_driver_test_realm.cm",
startup: "eager",
},
],
use: [
{
directory: "dev-topological",
from: "#storage_driver_test_realm",
rights: [ "r*" ],
path: "/dev",
},
],
offer: [
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.process.Launcher",
],
from: "parent",
to: "#storage_driver_test_realm",
},
{
protocol: "fuchsia.inspect.InspectSink",
from: "parent",
to: [ "#storage_driver_test_realm" ],
},
],
}