blob: d3f873c7d3232ba8e49066e9091fd08bd5717e8d [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: [
"//sdk/lib/inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
args: [ "data/corpus" ],
},
capabilities: [
{
protocol: [ "fuchsia.fuzzer.TargetAdapter" ],
},
],
use: [
{ protocol: "fuchsia.process.Launcher" },
],
expose: [
{
protocol: [ "fuchsia.fuzzer.TargetAdapter" ],
from: "self",
},
],
}