blob: 578e9e597d83542044d3a3e013f619e42bf81590 [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",
],
},
{
// TODO(https://fxbug.dev/324273348): Remove this capability once the clients have
// been migrated to services. The service capability has been added below.
directory: "dev-goldfish-address-space",
rights: [ "r*" ],
path: "/dev/class/goldfish-address-space",
},
{
// This service replaces the directory capability above.
service: "fuchsia.hardware.goldfish.AddressSpaceService",
},
{
// TODO(https://fxbug.dev/324273348): Remove this capability once the clients have
// been migrated to services. The service capability has been added below.
directory: "dev-goldfish-control",
rights: [ "r*" ],
path: "/dev/class/goldfish-control",
},
{
// This service replaces the directory capability above.
service: "fuchsia.hardware.goldfish.ControlService",
},
{
// TODO(https://fxbug.dev/324273348): Remove this capability once the clients have
// been migrated to services. The service capability has been added below.
directory: "dev-goldfish-pipe",
rights: [ "r*" ],
path: "/dev/class/goldfish-pipe",
},
{
// This service replaces the directory capability above.
service: "fuchsia.hardware.goldfish.ControllerService",
},
{
// TODO(https://fxbug.dev/324273348): Remove this capability once the clients have
// been migrated to services. The service capability has been added below.
directory: "dev-goldfish-sync",
rights: [ "r*" ],
path: "/dev/class/goldfish-sync",
},
{
// This service replaces the directory capability above.
service: "fuchsia.hardware.goldfish.SyncService",
},
],
}