blob: d4d4c0c212b7f22f3c06df70dfac34bf79ed277b [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/audio_decoder_test",
},
use: [
{
protocol: "fuchsia.mediacodec.CodecFactory",
from: "#codec-factory",
},
{
storage: "tmp",
path: "/tmp",
},
{
protocol: [
"fuchsia.sysmem.Allocator",
"fuchsia.sysmem2.Allocator",
"fuchsia.tracing.provider.Registry",
],
},
],
}