blob: 19e0bc9a36141d65c16a6563bf23fb5f5709d502 [file] [log] [blame]
// 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: [
"//sdk/lib/syslog/client.shard.cml",
"//sdk/lib/syslog/elf_stdio.shard.cml",
],
program: {
runner: "elf",
binary: "bin/security_pkg_paver",
},
capabilities: [
{ protocol: "fuchsia.paver.Paver" },
],
expose: [
{
protocol: "fuchsia.paver.Paver",
from: "self",
},
],
}