mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
add filesystem(file explorer) support, done
This commit is contained in:
parent
b258837757
commit
1dccda5e2a
11 changed files with 174 additions and 74 deletions
|
@ -72,23 +72,12 @@ enum MessageType {
|
|||
AccountRemoveMessage = 55;
|
||||
SdStatusMessage = 61;
|
||||
ReverseForwardsEvent = 72;
|
||||
FileSystemListEvent = 80;
|
||||
FileSystemListMessage = 81;
|
||||
FileSystemGetMessage = 82;
|
||||
}
|
||||
|
||||
message FileSystemListEvent {
|
||||
required string serial = 1;
|
||||
required string dir = 2;
|
||||
}
|
||||
message FileSystemListMessage {
|
||||
required string dir = 1;
|
||||
repeated FileSystemProperty files = 2;
|
||||
}
|
||||
|
||||
message FileSystemProperty {
|
||||
required string name = 1;
|
||||
required string mod = 2;
|
||||
}
|
||||
|
||||
message FileSystemGetMessage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue