blob: f19bf5c430bf00acb852a532cd65389235654510 [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.
{
children: [
{
name: "scene-provider",
url: "#meta/scene-provider.cm",
},
],
offer: [
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: "#scene-provider",
},
{
protocol: [ "fuchsia.ui.observation.test.Registry" ],
from: "#scenic",
to: "#scene-provider",
},
{
protocol: "fuchsia.inspect.InspectSink",
from: "parent",
to: [ "#scene-provider" ],
},
],
expose: [
{
protocol: [
"fuchsia.element.GraphicalPresenter",
"fuchsia.ui.test.scene.Controller",
],
from: "#scene-provider",
},
],
}