blob: fbf63988322bf9019cb82242cb17b74cd394fb19 [file]
// 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.
{
children: [
{
name: "test-suite",
url: "#meta/tee-internal-api-entry-points-test.cm",
},
{
name: "tee-internal-api-entry-points",
url: "tee-internal-api-entry-points#meta/ta-runtime.cm",
},
],
offer: [
{
protocol: "fuchsia.tee.Application",
from: "#tee-internal-api-entry-points",
to: "#test-suite",
},
{
dictionary: "diagnostics",
from: "parent",
to: [
"#tee-internal-api-entry-points",
"#test-suite",
],
},
{
directory: "pkg",
from: "framework",
as: "props",
to: "#tee-internal-api-entry-points",
rights: [ "r*" ],
subdir: "data/properties",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#test-suite",
},
],
}