| // 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: [ "//src/microfuchsia/tee/binder-proxy/tests/meta/binder-proxy-enumerate-tests-root.shard.cml" ], |
| children: [ |
| { |
| name: "ta-manager-config", |
| url: "binder-proxy-enumerate-empty-tests-ta-manager-config#meta/binder-proxy-enumerate-empty-tests-ta-manager-config.cm", |
| }, |
| ], |
| capabilities: [ |
| { |
| config: "fuchsia.binder-proxy-tests.enumeration.ExpectedUuids", |
| type: "vector", |
| max_count: 100, |
| element: { |
| type: "string", |
| max_size: 100, |
| }, |
| value: [], |
| }, |
| ], |
| } |