blob: 6455ed835a8ca30c70eb6ca2529adc0e7b339525 [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: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/component_manager_with_tracing",
args: [
"--config",
"/pkg/data/component_manager_config",
// This test provides a root component that cannot be resolved. This URL scheme is not
// registered with this component manager. Furthermore, the URL points to a file that
// is not a valid CML manifest. It should never be resolved correctly.
"fuchsia-pkg://fuchsia.com/component_manager_panic_test#bin/component_manager_with_tracing",
],
},
expose: [
{
protocol: "fuchsia.component.Binder",
from: "framework",
},
],
}