blob: 99e4441d446684111daf6ec9df9b010a8fc2a05d [file] [log] [blame]
// Copyright 2021 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/media/codec/factory/meta/include_codecfactory_testonly.shard.cml",
"//src/sys/test_runners/rust/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/h264_encoder_test",
args: [ "--test-threads=1" ],
},
use: [
{
protocol: "fuchsia.mediacodec.CodecFactory",
from: "#codec-factory",
},
{
storage: "tmp",
path: "/tmp",
},
{
protocol: [
"fuchsia.sysmem.Allocator",
"fuchsia.sysmem2.Allocator",
"fuchsia.tracing.provider.Registry",
],
},
],
facets: {
"fuchsia.test": {
"deprecated-allowed-packages": [ "codec_runner_intel_gen" ],
},
},
}