blob: 43bc7b277f1ed0415fa7f6a4350a2414a544ad62 [file] [log] [blame]
// Copyright 2021 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/component_fuzzing_coverage",
},
capabilities: [
{ protocol: "fuchsia.fuzzer.Instrumentation" },
{ protocol: "fuchsia.fuzzer.CoverageProvider" },
],
expose: [
{
protocol: [ "fuchsia.fuzzer.Instrumentation" ],
from: "self",
},
{
protocol: [ "fuchsia.fuzzer.CoverageProvider" ],
from: "self",
},
],
}