| // 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. | |
| // This manifest shard corresponds to a component being fuzzed, which produces | |
| // coverage data as a result of actions taken by the adapter component. | |
| { | |
| include: [ | |
| "inspect/client.shard.cml", | |
| "syslog/client.shard.cml", | |
| ], | |
| use: [ | |
| { | |
| protocol: "fuchsia.fuzzer.CoverageDataCollector", | |
| from: "debug", | |
| availability: "optional", | |
| }, | |
| ], | |
| } |