blob: dcca133007180a689675bfa726c235d247cbb849 [file] [log] [blame]
{
include: [ "//sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/elf_test_runner",
},
capabilities: [
{
runner: "elf_test_runner",
path: "/svc/fuchsia.component.runner.ComponentRunner",
},
],
use: [
{
protocol: [ "fuchsia.process.Launcher" ],
},
],
expose: [
{
runner: "elf_test_runner",
from: "self",
},
],
}