blob: d5bcd638353dd35a221fec6bf26b3eed252fa634 [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: [
"//sdk/lib/inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/tiles-session",
},
capabilities: [
{
protocol: [ "fuchsia.element.GraphicalPresenter" ],
},
],
use: [
{
protocol: [
"fuchsia.element.Manager",
"fuchsia.session.scene.Manager",
"fuchsia.tracing.provider.Registry",
"fuchsia.ui.composition.Flatland",
],
},
],
expose: [
{
protocol: [ "fuchsia.element.GraphicalPresenter" ],
from: "self",
},
],
}