blob: e59874e3f60ebc57e0c922e645f7ef3133293b6d [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_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",
},
],
}