blob: 25ee47df134bece171e5f5eac77b4d95b34727c0 [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: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/element_manager",
},
capabilities: [
{
protocol: [ "fuchsia.element.Manager" ],
},
],
use: [
{
protocol: [
"fuchsia.element.GraphicalPresenter",
"fuchsia.sys.Launcher",
"fuchsia.ui.scenic.Scenic",
],
},
{
protocol: "fuchsia.component.Realm",
from: "parent",
},
],
expose: [
{
protocol: [ "fuchsia.element.Manager" ],
from: "self",
},
],
config: {
elements_collection_name: {
type: "string",
max_size: 512,
},
},
}