blob: ae4007944ad2c13c6e8fd9a9a12008c8c7cd0880 [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.
{
use: [
{
protocol: "fuchsia.fs.startup.Startup",
from: "#f2fs",
path: "/f2fs/svc/fuchsia.fs.startup.Startup",
},
],
offer: [
{
protocol: "fuchsia.memorypressure.Provider",
from: "parent",
to: "#f2fs",
availability: "optional",
},
],
}