blob: b97c9089bdf3160ab96bebea3f8d5bb98564ae9a [file] [log] [blame]
// Copyright 2024 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/driver/compat/compat.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
bind: "meta/bind/amlogic_video_bind.bindbc",
fallback: "false",
default_dispatcher_opts: [ "allow_sync_calls" ],
compat: "driver/amlogic_video_decoder_test.so",
colocate: "true",
},
use: [],
}