blob: 99fe10f69ef98f95193ac3ca01c8297f473a7f37 [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",
"inspect/offer.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/libvulkan_test",
},
children: [
{
name: "fake_vulkan_loader",
url: "fuchsia-pkg://fuchsia.com/libvulkan_test#meta/fake_vulkan_loader.cm",
},
],
use: [
{
protocol: "fuchsia.vulkan.loader.Loader",
from: "#fake_vulkan_loader",
},
],
offer: [
{
protocol: [
"fuchsia.logger.Log",
"fuchsia.logger.LogSink",
],
from: "parent",
to: [ "#fake_vulkan_loader" ],
},
],
}