| // 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_manager/cmx_runner/default.shard.cml", |
| "syslog/client.shard.cml", |
| ], |
| program: { |
| args: [ "--protected_output" ], |
| legacy_url: "#meta/vkcube-on-scenic.cmx", |
| }, |
| capabilities: [ |
| { |
| protocol: [ "fuchsia.ui.app.ViewProvider" ], |
| }, |
| ], |
| use: [ |
| { |
| protocol: [ "fuchsia.ui.scenic.Scenic" ], |
| }, |
| ], |
| expose: [ |
| { |
| protocol: [ "fuchsia.ui.app.ViewProvider" ], |
| from: "self", |
| }, |
| ], |
| } |