blob: 2c13686469d34bcda42ef454a19e245bb919ae0c [file] [log] [blame]
// Copyright 2023 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/component_manager",
},
capabilities: [
{
protocol: [
"fuchsia.component.EventStream",
"fuchsia.component.sandbox.Factory",
"fuchsia.sys2.LifecycleController",
"fuchsia.sys2.RealmQuery",
],
},
],
use: [
{
protocol: [
"fuchsia.component.resolver.RealmBuilder",
"fuchsia.component.runner.RealmBuilder",
"fuchsia.process.Launcher",
],
},
],
expose: [
{
protocol: [
"fuchsia.component.EventStream",
"fuchsia.component.sandbox.Factory",
"fuchsia.sys2.LifecycleController",
"fuchsia.sys2.RealmQuery",
],
from: "self",
},
],
}