| // 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. |
| |
| { |
| name: "ramdisk", |
| program: { |
| bind: { |
| protocol: "fuchsia.platform.BIND_PROTOCOL.DEVICE", |
| vid: "fuchsia.platform.BIND_PLATFORM_DEV_VID.GENERIC", |
| pid: "fuchsia.platform.BIND_PLATFORM_DEV_PID.GENERIC", |
| did: "fuchsia.platform.BIND_PLATFORM_DEV_DID.RAM_DISK", |
| }, |
| }, |
| capabilities: [ |
| { |
| service: "fuchsia.hardware.ramdisk.Service", |
| }, |
| { |
| service: "fuchsia.hardware.block.volume.Service", |
| }, |
| ], |
| expose: [ |
| { |
| service: [ |
| "fuchsia.hardware.block.volume.Service", |
| "fuchsia.hardware.ramdisk.Service", |
| ], |
| from: "self", |
| }, |
| ], |
| } |