blob: 2bd99d8edf3389563ded2ef84e5cc6d76eb781b1 [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: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/fake_codec_factory",
},
capabilities: [
{ protocol: "fuchsia.mediacodec.CodecFactory" },
],
use: [
{
directory: "dev-gpu",
rights: [ "r*" ],
path: "/dev/class/gpu",
},
],
expose: [
{
protocol: "fuchsia.mediacodec.CodecFactory",
from: "self",
},
],
}