blob: 8fd1b7048133ef71c0adcd8f5d309c4e7ef1241f [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: [
"//src/sys/test_runners/fuzz/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/component_fuzzing_engine",
},
use: [
{ protocol: "fuchsia.fuzzer.TargetAdapter" },
{ protocol: "fuchsia.fuzzer.CoverageProvider" },
],
}