blob: 392ffabfe37bda81c9da51233079073a8e924649 [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: "cr50_agent",
url: "fuchsia-boot:///#meta/cr50_agent.cm",
},
],
offer: [
{
directory: "dev-class",
from: "#devfs-with-pkg",
as: "dev-class-tpm",
to: "#cr50_agent",
subdir: "tpm",
},
{
protocol: [
"fuchsia.inspect.InspectSink",
"fuchsia.logger.LogSink",
],
from: "#archivist",
to: "#cr50_agent",
},
{
protocol: [ "fuchsia.power.button.Monitor" ],
from: "#critical-services",
to: "#cr50_agent",
},
],
}