blob: 102867cf1ae1bf9b33582a4945adbed90dca62b7 [file] [log] [blame]
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
include: [ "//build/config/fuchsia/test/sysmem.shard.test-cml" ],
children: [
{
name: "test_ui_stack",
url: "fuchsia-pkg://fuchsia.com/flatland-scene-manager-test-ui-stack#meta/test-ui-stack.cm",
},
],
use: [
{
protocol: [
"fuchsia.accessibility.semantics.SemanticsManager",
"fuchsia.element.GraphicalPresenter",
"fuchsia.ui.composition.Allocator",
"fuchsia.ui.composition.Flatland",
"fuchsia.ui.input3.Keyboard",
"fuchsia.ui.scenic.Scenic",
],
from: "#test_ui_stack",
},
],
offer: [
{
storage: "tmp",
from: "parent",
to: "#test_ui_stack",
},
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.scheduler.ProfileProvider",
"fuchsia.sysmem.Allocator",
"fuchsia.tracing.provider.Registry",
"fuchsia.vulkan.loader.Loader",
],
from: "parent",
to: "#test_ui_stack",
},
],
facets: {
"fuchsia.test": {
"deprecated-allowed-packages": [ "flatland-scene-manager-test-ui-stack" ],
},
},
}