blob: eae75cd94d26897237af4a5e0de6de7cd5127d85 [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: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/ext4_readonly",
},
capabilities: [
{
protocol: [ "fuchsia.storage.ext4.Server" ],
},
{
service: [ "fuchsia.storage.ext4.Service" ],
},
],
expose: [
{
protocol: "fuchsia.storage.ext4.Server",
from: "self",
},
{
service: "fuchsia.storage.ext4.Service",
from: "self",
},
],
}