blob: 635fe21c7404c28136cb48892e72d99111ffc1af [file] [log] [blame]
// Copyright 2022 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: [
"//sdk/lib/sys/testing/elf_test_runner.shard.cml",
"//sdk/lib/syslog/client.shard.cml",
],
program: {
binary: "bin/mouse-validator",
},
use: [
{
protocol: [
"auxiliary-puppet-factory-service",
"fuchsia.ui.test.context.RealmFactory",
"puppet-under-test-factory-service",
],
},
],
}