blob: 59b4126974358bdaec6b10042534c34768b55c90 [file] [log] [blame]
// Copyright 2021 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.
{
capabilities: [
{
protocol: [ "fuchsia.diagnostics.FeedbackArchiveAccessor" ],
},
],
use: [
{
directory: "config-data",
rights: [ "r*" ],
path: "/config/data",
},
],
expose: [
{
protocol: [ "fuchsia.diagnostics.FeedbackArchiveAccessor" ],
from: "self",
},
],
}