blob: cd9709eeae4f6b5189f17da208d378bdf9712b94 [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: [
"//sdk/lib/syslog/client.shard.cml",
"//src/sys/test_manager/system-test.shard.cml",
"//src/sys/test_runners/gtest/default.shard.cml",
],
program: {
binary: "bin/sdmmc_hardware_test",
},
use: [
{
protocol: [
"fuchsia.hardware.i2c.Device2",
"fuchsia.sysinfo.SysInfo",
],
},
{
directory: "dev-mediacodec",
from: "parent",
rights: [ "rw*" ],
path: "/dev/class/media-codec",
},
],
}