blob: 89a77b384e2867714d578256021066e8e6320c20 [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: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/ctap_agent",
},
capabilities: [
{ protocol: "fuchsia.identity.ctap.Authenticator" },
],
use: [
{
directory: "dev-class-ctap",
rights: [ "r*" ],
path: "/dev/class/ctap",
},
],
expose: [
{
protocol: "fuchsia.identity.ctap.Authenticator",
from: "self",
},
],
}