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