| // 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", |
| }, |
| ], |
| } |