blob: e60759a199f4c9a58fda614c2bc7b196a18512f2 [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: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/scene_provider",
},
capabilities: [
{
protocol: [
"fuchsia.element.GraphicalPresenter",
"fuchsia.ui.test.scene.Controller",
],
},
],
use: [
{
protocol: [
"fuchsia.session.scene.Manager",
"fuchsia.ui.app.ViewProvider",
"fuchsia.ui.observation.test.Registry",
],
},
],
expose: [
{
protocol: [
"fuchsia.element.GraphicalPresenter",
"fuchsia.ui.test.scene.Controller",
],
from: "self",
},
],
}