blob: b52f0d3ab0817bf27625cf9675408f2afceac619 [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=cast",
"--config",
"/pkg/data/test_cast.config",
],
},
capabilities: [
{
protocol: [ "fuchsia.factory.CastCredentialsFactoryStoreProvider" ],
},
],
expose: [
{
protocol: "fuchsia.factory.CastCredentialsFactoryStoreProvider",
from: "self",
},
],
}