blob: da898e3a5eaa32a85441f11d52e4f7521d1a484e [file]
// 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/graphics/tests/common/meta/vulkan.offer.shard.cml",
"syslog/client.shard.cml",
],
children: [
{
name: "test",
url: "vkreadback-test#meta/vkreadback_child.cm",
},
],
offer: [
{
from: "void",
to: "#test",
config: "fuchsia.gpu.test.GpuVendorId",
availability: "optional",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#test",
},
],
}