blob: 06c3bf0bc3dbaf00307003fdfbfda1336443b1b4 [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: [
// Use `cmx_runner` to wrap the component.
"//src/sys/test_manager/cmx_runner/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
// wrap v1 component
legacy_url: "fuchsia-pkg://fuchsia.com/factory_store_providers_tests#meta/fake_factory_items.cmx",
},
capabilities: [
{
protocol: [ "fuchsia.boot.FactoryItems" ],
},
],
expose: [
{
protocol: [ "fuchsia.boot.FactoryItems" ],
from: "self",
},
],
}