blob: 3eea4accef4ae17ce20c0fd304681ad575e5e47f [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: [
"//sdk/lib/syslog/client.shard.cml",
"//src/sys/test_runners/rust/default.shard.cml",
],
program: {
binary: "bin/tee_internal_api_entry_points_test",
},
use: [
{ protocol: "fuchsia.tee.Application" },
],
}