blob: 0d7f1077720233924581c6efdd900e1679d63fb0 [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/graphics/tests/common/meta/vulkan.offer.shard.cml",
"syslog/client.shard.cml",
],
children: [
{
name: "test",
url: "vkext-test#meta/vkext-test-child.cm",
},
],
capabilities: [
{
config: "fuchsia.gpu.test.SupportProtectedMemory",
type: "bool",
value: true,
},
],
offer: [
{
from: "self",
to: "#test",
config: "fuchsia.gpu.test.SupportProtectedMemory",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#test",
},
],
}