blob: cd2ae030a1d81e23891f2146d9edb459b1bb2114 [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",
from: "#storage_driver_test_realm",
rights: [ "r*" ],
path: "/dev",
},
],
offer: [
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.process.Launcher",
"fuchsia.sys.Launcher",
],
from: "parent",
to: [ "#storage_driver_test_realm" ],
},
],
}