blob: 0cce9d7b1f6917a399baaf50d03c85e87eff6838 [file] [log] [blame]
// Copyright 2021 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: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/fxfs_crypt",
},
capabilities: [
{ protocol: "fuchsia.fxfs.Crypt" },
{ protocol: "fuchsia.fxfs.CryptManagement" },
],
expose: [
{
protocol: "fuchsia.fxfs.Crypt",
from: "self",
},
{
protocol: "fuchsia.fxfs.CryptManagement",
from: "self",
},
],
}