blob: 6051db264afe092157bc82429691837045e62713 [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_gpu_test_util",
},
use: [
{
directory: "dev-display-coordinator",
rights: [ "r*" ],
path: "/dev/class/display-coordinator",
},
],
}