blob: a10e46beaa3e0e4b3d39c7c4d3a1e8f973b0828e [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" ],
children: [
{
name: "ui",
url: "fuchsia-pkg://fuchsia.com/ui_headless#meta/ui_headless.cm",
environment: "#full-resolver-env",
},
],
// Protocols listed in capabilities are routed from the v1 sys realm.
// See also //src/sys/appmgr/meta/appmgr.core_shard.cml
capabilities: [
{
protocol: [
"fuchsia.accessibility.gesture.ListenerRegistry",
"fuchsia.accessibility.tts.EngineRegistry",
"fuchsia.accessibility.virtualkeyboard.Registry",
"fuchsia.input.virtualkeyboard.ControllerCreator",
"fuchsia.input.virtualkeyboard.Manager",
"fuchsia.recovery.ui.FactoryResetCountdown",
"fuchsia.ui.brightness.ColorAdjustmentHandler",
"fuchsia.ui.input.ImeVisibilityService",
"fuchsia.ui.policy.DisplayBacklight",
],
},
],
// Protocols used from a child are routed to the v1 sys realm.
// See also //src/sys/appmgr/meta/appmgr.core_shard.cml
use: [],
}