| // Copyright 2024 The Fuchsia Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| { |
| include: [ |
| "//src/ui/tests/conformance_input_tests/meta/conformance-test-base.shard.cml", |
| "inspect/offer.shard.cml", |
| ], |
| children: [ |
| { |
| name: "validator", |
| url: "media-button-test-suite#meta/media-button-validator.cm", |
| }, |
| { |
| name: "puppet-under-test-factory", |
| url: "media-button-test-suite#meta/ui-puppet.cm", |
| }, |
| { |
| name: "auxiliary-puppet-factory", |
| url: "media-button-test-suite#meta/ui-puppet.cm", |
| }, |
| ], |
| } |