blob: 2976d8c31f850c993d75a8355276eff5e0ee828c [file] [log] [blame]
// Copyright 2023 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/sys/testing/elf_test_runner.shard.cml",
"//sdk/lib/syslog/client.shard.cml",
],
use: [
{
protocol: [
"fuchsia.driver.development.Manager",
"fuchsia.sysinfo.SysInfo",
],
},
{
directory: "dev-topological",
rights: [ "r*" ],
path: "/dev",
},
],
}