Index: build/android/pylib/remote/device/example.config |
diff --git a/build/android/pylib/remote/device/example.config b/build/android/pylib/remote/device/example.config |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ebc81dfeed06238f5a37bfdf607a56f5efa08cbe |
--- /dev/null |
+++ b/build/android/pylib/remote/device/example.config |
@@ -0,0 +1,16 @@ |
+{ |
jbudorick
2015/01/27 17:58:55
- Why is this a separate file?
- Why isn't this ju
rnephew (Wrong account)
2015/01/27 18:46:21
I could add it as a comment somewhere. I just want
jbudorick
2015/01/27 20:01:50
Yeah, I think this should be a comment somewhere.
rnephew (Wrong account)
2015/01/27 21:07:22
Added comment to remote_device_environment.
|
+"remote_device": "Galaxy S4, Galaxy S3", |
+"remote_device_os": "4.4.2, 4.4.4", |
+"remote_device_minimum_os": "4.4.2" |
+"api_address": www.example.com |
+"api_port": "80", |
+"api_protocol": "http", |
+"api_secret": "apisecret", |
+"api_key": "apikey", |
+"timeouts": { |
+ "queueing": 600, |
+ "installing": 600, |
+ "in-progress": 1800, |
+ "unknown": 300 |
+ } |
+} |