blob: 1878d1bfa20605ffbe5de1f0def81f568c14cbfc [file] [log] [blame] [edit]
// 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.
{
include: [
"inspect/offer.shard.cml",
"inspect/use.shard.cml",
],
// TODO(fxbug.dev/93344): Remove diagnostics dir
capabilities: [
{
directory: "diagnostics",
rights: [ "connect" ],
path: "/diagnostics",
},
],
// TODO(fxbug.dev/93344): Remove diagnostics dir
expose: [
{
directory: "diagnostics",
from: "self",
to: "framework",
},
],
}