blob: cf5942d3ad6da036fe63a1dfbe1b0a116823408f [file] [log] [blame]
// 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.
{
offer: [
{
protocol: [
"fuchsia.boot.WriteOnlyLog",
"fuchsia.process.Launcher",
],
from: "parent",
to: [ "#realm_builder" ],
},
{
protocol: "fuchsia.tracing.provider.Registry",
from: "parent",
to: [ "#realm_builder" ],
availability: "optional",
},
],
}