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