Skip to content

Commit a6cc07d

Browse files
OmniLab Teamcopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 929843406
1 parent de3ba93 commit a6cc07d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/java/com/google/wireless/qa/mobileharness/shared/proto/communication.proto

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,19 @@ message Communication {
9090
ADBOverUSB adb_over_usb = 4;
9191
// For video device.
9292
VIDEO video = 5;
93+
// New communication type for goldfish emulator control
94+
GoldfishEmulatorControl goldfish_emulator_control = 6;
95+
}
96+
}
97+
98+
// New message to support goldfish emulator control
99+
message GoldfishEmulatorControl {
100+
oneof port {
101+
// The name of the port, originating from LHP's port registry.
102+
string port_name = 1;
103+
104+
// The direct port number if available.
105+
int32 port_number = 2;
93106
}
94107
}
95108

0 commit comments

Comments
 (0)