blob: 8a3e5e2798f341931aa17247b185c707482a32bd [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.
{
children: [
{
name: "fxfs-crypt",
url: "#meta/fxfs-crypt.cm",
},
],
use: [
{
protocol: "fuchsia.fxfs.Crypt",
from: "#fxfs-crypt",
},
{
protocol: "fuchsia.fxfs.CryptManagement",
from: "#fxfs-crypt",
},
],
offer: [
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: "#fxfs-crypt",
},
{
protocol: "fuchsia.inspect.InspectSink",
from: "parent",
to: [ "#fxfs-crypt" ],
},
],
}