blob: 820f3d9b387f89e577683ef3accd8f73d6e59aa5 [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.
// TODO(https://fxbug.dev/42068515): remove this file once transition to use `include_codecfactory_testonly.shard.cml` is completed.
{
children: [
{
name: "codec-factory",
url: "fuchsia-pkg://fuchsia.com/codec_factory#meta/codec_factory.cm",
},
],
offer: [
{
protocol: [
"fuchsia.inspect.InspectSink",
"fuchsia.logger.LogSink",
"fuchsia.sysinfo.SysInfo",
"fuchsia.sysmem.Allocator",
"fuchsia.sysmem2.Allocator",
"fuchsia.tracing.provider.Registry",
],
from: "parent",
to: [ "#codec-factory" ],
},
{
directory: "dev-mediacodec",
from: "parent",
to: "#codec-factory",
rights: [ "r*" ],
},
{
directory: "dev-gpu",
from: "parent",
to: "#codec-factory",
rights: [ "r*" ],
},
],
facets: {
"fuchsia.test": {
"deprecated-allowed-packages": [ "codec_factory" ],
},
},
}