blob: 56e0e6c500890b9af21a7c67c1ce9b6f6583665c [file] [log] [blame]
// Copyright 2023 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.
{
environments: [
{
name: "fuzzed-env",
extends: "realm",
debug: [
{
protocol: "fuchsia.fuzzer.CoverageDataCollector",
from: "#coverage",
},
],
},
],
}