blob: 0eaec00a8e0ac1181083c5c7dfd1cf1b20c034bf [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: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/mock_sys_launcher",
},
capabilities: [
{ protocol: "fuchsia.sys.Launcher" },
],
use: [
{
protocol: [ "fuchsia.process.Launcher" ],
from: "parent",
},
],
expose: [
{
protocol: "fuchsia.sys.Launcher",
from: "self",
},
],
}