blob: 867fae0e94849eb674ff4da965e07a3fe35a1775 [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/sys/test_runners/gtest/default.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/codec_detect_hw_decode_test",
},
use: [
{
protocol: [
"fuchsia.sysinfo.SysInfo",
"fuchsia.tracing.provider.Registry",
],
},
{
directory: "dev-mediacodec",
from: "parent",
rights: [ "r*" ],
path: "/dev/class/media-codec",
},
{
directory: "dev-gpu",
from: "parent",
rights: [ "r*" ],
path: "/dev/class/gpu",
},
],
}