blob: 1952308f4b2b48353fefd8505f48cae157ff77f7 [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.
// This file was generated by the `fx create` command. The template
// is located at `//tools/create/templates/component-test/meta/{{snake_case PROJECT_NAME}}.cml.tmpl-rust`.
// If you find something broken, we are eager to review fixes.
// bootfs test component manifest.
// For information on component testing and the Test Runner Framework,
// see https://fuchsia.dev/fuchsia-src/concepts/testing/v2/test_runner_framework.
{
include: [
"//src/sys/test_runners/rust/default.shard.cml",
"syslog/client.shard.cml",
],
// Information about the program to run.
program: {
// The binary to run for this component.
binary: "bin/bootfs",
},
// Capabilities used by this component.
use: [
{
directory: "boot",
rights: [ "rx*" ],
path: "/boot",
},
],
}