blob: 0fa91fc3095f2bcbbda2e64635b3572df9b16e6d [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.
{
program: {
runner: "builtin",
type: "elf_runner",
},
capabilities: [
{ protocol: "fuchsia.component.runner.ComponentRunner" },
{ protocol: "fuchsia.memory.attribution.Provider" },
{
runner: "elf",
path: "/svc/fuchsia.component.runner.ComponentRunner",
},
],
use: [
{ protocol: "fuchsia.process.Launcher" },
],
expose: [
{
protocol: "fuchsia.component.runner.ComponentRunner",
from: "self",
},
{
runner: "elf",
from: "self",
},
{
protocol: "fuchsia.memory.attribution.Provider",
from: "self",
},
],
}