blob: a274cb5f456c0fc17d0cb78aff818651c2045a5d [file] [log] [blame]
// Copyright 2024 The Fuchsia Authors
// 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" ],
program: {
runner: "elf",
binary: "bin/ta_runtime",
},
capabilities: [
{
protocol: "fuchsia.tee.Application",
from: "self",
},
],
use: [
{
directory: "props",
rights: [ "r*" ],
path: "/properties",
},
],
expose: [
{
protocol: "fuchsia.tee.Application",
from: "self",
},
],
}