blob: b3922f06218c9d5a293e695fadd1629063a0e331 [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/test_graphical_presenter",
},
capabilities: [
{
protocol: [
"fuchsia.element.GraphicalPresenter",
"fuchsia.ui.app.ViewProvider",
],
},
],
use: [
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.sysmem.Allocator",
"fuchsia.sysmem2.Allocator",
"fuchsia.ui.composition.Allocator",
"fuchsia.ui.composition.Flatland",
],
},
],
expose: [
{
protocol: [
"fuchsia.element.GraphicalPresenter",
"fuchsia.ui.app.ViewProvider",
],
from: "self",
},
],
}