blob: 54c20d9d8d60826da78f4a25f4df8568526730a2 [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/base_resolver_fake_pkgfs_bin",
},
capabilities: [
{
directory: "pkgfs-packages",
rights: [ "rx*" ],
path: "/pkgfs/packages",
},
],
expose: [
{
directory: "pkgfs-packages",
from: "self",
},
],
}