blob: ed1142bcd6156066ef1cbd3f37b9ff79cd10be67 [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/touch-validator",
},
use: [
{
protocol: [
"auxiliary-puppet-factory-service",
"fuchsia.ui.test.context.RealmFactory",
"puppet-under-test-factory-service",
],
},
],
}