| // Copyright 2026 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. | |
| { | |
| children: [ | |
| { | |
| name: "ext4_test_server", | |
| url: "ext4_test_pkg#meta/server.cm", | |
| }, | |
| ], | |
| use: [ | |
| { | |
| directory: "root", | |
| from: "#ext4_test_server", | |
| rights: [ "rw*" ], | |
| path: "/test_ext4_filesystem_root", | |
| }, | |
| ], | |
| } |