Add removable drive plugin.

This commit is contained in:
akwizgran
2021-05-06 16:47:11 +01:00
parent 21fd7f5eed
commit 428269b312
3 changed files with 138 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package org.briarproject.bramble.api.plugin;
public interface RemovableDriveConstants {
TransportId ID = new TransportId("org.briarproject.bramble.drive");
}