blob: a21041b2ef84fc7d8ba906befb6e752da071ea48 [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=weave",
"--config",
"/pkg/data/test_weave.config",
],
},
capabilities: [
{
protocol: [ "fuchsia.factory.WeaveFactoryStoreProvider" ],
},
],
expose: [
{
protocol: "fuchsia.factory.WeaveFactoryStoreProvider",
from: "self",
},
],
}