blob: 3f01ce2c79f643b88691cd61a590d2b595bf7a28 [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.
{
use: [
{
protocol: [ "fuchsia.tracing.provider.Registry" ],
},
{
protocol: [ "fuchsia.process.Launcher" ],
},
{
protocol: "fuchsia.component.Realm",
from: "framework",
},
{
storage: "custom_artifacts",
rights: [ "rw*" ],
path: "/custom_artifacts",
},
],
}