blob: 9f02effe5a68ac12374e19c518ae0e560bb4a135 [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: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/virtio_block_test_util",
},
use: [
{
directory: "dev-block",
rights: [ "r*" ],
path: "/dev/class/block",
},
],
}