blob: 7bb9428c541431dfcdfa8b10d2e06db18c62e46d [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_items",
},
capabilities: [
{
protocol: [ "fuchsia.boot.FactoryItems" ],
},
],
expose: [
{
protocol: [ "fuchsia.boot.FactoryItems" ],
from: "self",
},
],
}