blob: baf9ab0c9db75061efad5d41ef4ea851782eb82e [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: [
"//src/sys/test_runners/gtest/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/goldfish_test",
},
use: [
{
protocol: [
"fuchsia.sysmem.Allocator",
"fuchsia.sysmem2.Allocator",
"fuchsia.tracing.provider.Registry",
],
},
{
directory: "dev-goldfish-address-space",
rights: [ "r*" ],
path: "/dev/class/goldfish-address-space",
},
{
directory: "dev-goldfish-control",
rights: [ "r*" ],
path: "/dev/class/goldfish-control",
},
{
directory: "dev-goldfish-pipe",
rights: [ "r*" ],
path: "/dev/class/goldfish-pipe",
},
{
directory: "dev-goldfish-sync",
rights: [ "r*" ],
path: "/dev/class/goldfish-sync",
},
],
}