blob: 6198e66c58ca0db7401c852b1031bc9406d24dc9 [file] [log] [blame]
// Copyright 2022 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: [
"sys/testing/elf_test_runner.shard.cml",
"sys/testing/system-test.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/avcenc-bin",
args: [
"320",
"240",
"/pkg/data/blank.nv12",
"/artifacts/out.h264",
],
},
use: [
{
directory: "dev-gpu",
rights: [ "r*" ],
path: "/dev/class/gpu",
},
{
storage: "custom_artifacts",
path: "/artifacts",
},
],
}