blob: e5db2f1f6fdfe6cd250b8cb2824d1a3f20e32d41 [file] [log] [blame]
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
children: [
{
name: "context_provider",
url: "fuchsia-pkg://fuchsia.com/web_engine#meta/context_provider.cm",
},
],
use: [
{
protocol: [
"fuchsia.web.ContextProvider",
],
from: "#context_provider",
dependency: "weak",
},
],
offer: [
{
protocol: [
"fuchsia.feedback.ComponentDataRegister",
"fuchsia.feedback.CrashReportingProductRegister",
],
from: "parent",
to: "#context_provider",
},
],
}