blob: f2f36b84e48f132a3e2985c6cb34363876a72210 [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/display/testing/fake-display-stack-host/meta/fake-display-stack-host.shard.cml",
"//src/sys/test_runners/gtest/default.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "test/fake-display-stack-host-integration-tests",
},
children: [
{
name: "fake-display-stack-host",
url: "#meta/fake-display-stack-host.cm",
},
],
use: [
{
service: "fuchsia.hardware.display.Service",
from: "#fake-display-stack-host",
},
],
}