blob: 06d57dfbd221d8bb5f82b7a156d8c06850d5c547 [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: [
{
protocol: "fuchsia.fat.Admin",
from: "parent",
},
],
expose: [
{
protocol: "fuchsia.pkg.LocalMirror",
from: "self",
},
],
}