| // 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/offer.shard.cml", | 
 |         "syslog/client.shard.cml", | 
 |         "vulkan/client.shard.cml", | 
 |     ], | 
 |     program: { | 
 |         binary: "test/image-pipe-swapchain-hermetic-tests", | 
 |     }, | 
 |     children: [ | 
 |         { | 
 |             name: "fake-display-stack-host", | 
 |             url: "#meta/fake-display-stack-host.cm", | 
 |         }, | 
 |     ], | 
 |     use: [ | 
 |         { | 
 |             // For death test | 
 |             protocol: [ "fuchsia.process.Launcher" ], | 
 |         }, | 
 |         { | 
 |             service: "fuchsia.hardware.display.Service", | 
 |             from: "#fake-display-stack-host", | 
 |         }, | 
 |     ], | 
 | } |