blob: 28c2bada9ff2b6af3873e495be5da2cb7d892c6b [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: [
"//sdk/lib/driver_test_realm/meta/client.shard.cml",
"syslog/client.shard.cml",
],
children: [
{
name: "driver_test_realm",
url: "#meta/driver_test_realm.cm",
},
],
offer: [
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.process.Launcher",
],
from: "parent",
to: "#driver_test_realm",
},
],
expose: [
{
directory: "dev",
from: "#driver_test_realm",
rights: [ "r*" ],
},
{
protocol: [
"fuchsia.device.fs.Exporter",
"fuchsia.device.manager.Administrator",
"fuchsia.device.manager.SystemStateTransition",
"fuchsia.driver.development.DriverDevelopment",
"fuchsia.driver.registrar.DriverRegistrar",
"fuchsia.driver.test.Realm",
"fuchsia.hardware.pci.DeviceWatcher",
"fuchsia.hardware.usb.DeviceWatcher",
],
from: "#driver_test_realm",
},
],
}