blob: a132eab4282dede37224a72e02f4bf40c0131c24 [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.
{
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: [],
},
],
}