blob: c67e83153d4ce51a0b7c4c898bcfb36d99ebec4a [file] [log] [blame]
// Copyright 2024 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",
"syslog/client.shard.cml",
"vulkan/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/system_monitor",
},
use: [
{
protocol: [
"fuchsia.diagnostics.ArchiveAccessor",
"fuchsia.element.GraphicalPresenter",
"fuchsia.sysmem.Allocator",
"fuchsia.sysmem2.Allocator",
"fuchsia.tracing.provider.Registry",
"fuchsia.ui.composition.Allocator",
"fuchsia.ui.composition.Flatland",
],
},
],
}