blob: 819173b2e4cb7b321c3b3d8c73544701a1c860c4 [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: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/component_manager",
args: [
"--config",
"/pkg/data/component_manager_realm_builder_config",
],
},
capabilities: [
{
directory: "hub",
rights: [ "rw*" ],
path: "/hub",
},
{ protocol: "fuchsia.sys2.LifecycleController" },
],
use: [
{
protocol: [
"fuchsia.component.resolver.RealmBuilder",
"fuchsia.component.runner.RealmBuilder",
"fuchsia.process.Launcher",
"fuchsia.sys.Loader",
],
},
],
expose: [
{
directory: "hub",
from: "self",
},
{
protocol: "fuchsia.sys2.LifecycleController",
from: "self",
},
],
}