blob: 7369b3c73b8285af96d8fb537f07ec49d9f4a925 [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: [
// Enable system logging
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/fake_factory_store_provider",
args: [
"--provider=widevine",
"--config",
"/pkg/data/test_widevine.config",
],
},
capabilities: [
{
protocol: [ "fuchsia.factory.WidevineFactoryStoreProvider" ],
},
],
expose: [
{
protocol: "fuchsia.factory.WidevineFactoryStoreProvider",
from: "self",
},
],
}