blob: 01a49252d9345e90d1dc568a56f708634b0d844e [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: [ "//src/ui/meta/virtual_keyboard_manager_base_routes.shard.cml" ],
children: [
{
name: "virtual_keyboard_manager",
url: "#meta/virtual_keyboard_manager.cm",
},
],
offer: [
{
protocol: "fuchsia.inspect.InspectSink",
from: "parent",
to: [ "#virtual_keyboard_manager" ],
},
],
}