blob: 0e4e5e04281a202e29acc1ac695093c1338fee2b [file] [log] [blame]
// Copyright 2020 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: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/pkg_local_mirror",
},
capabilities: [
{ protocol: "fuchsia.pkg.LocalMirror" },
],
use: [
{
directory: "usb",
from: "parent",
rights: [ "r*" ],
path: "/usb",
},
{
protocol: "fuchsia.fat.Admin",
from: "parent",
},
],
expose: [
{
protocol: "fuchsia.pkg.LocalMirror",
from: "self",
},
],
}