blob: d0a2759e8bb8533a0c48b3c025937e1fb76b7370 [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/colocated_runner",
memory_attribution: "true",
},
capabilities: [
{ protocol: "fuchsia.component.runner.ComponentRunner" },
{
runner: "colocated",
path: "/svc/fuchsia.component.runner.ComponentRunner",
},
{ protocol: "fuchsia.memory.attribution.Provider" },
],
expose: [
{
protocol: "fuchsia.component.runner.ComponentRunner",
from: "self",
},
{
runner: "colocated",
from: "self",
},
{
protocol: "fuchsia.memory.attribution.Provider",
from: "self",
},
],
}