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