mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Add sim serial to collected device properties.
This commit is contained in:
parent
fb3892ab07
commit
35cd19dc28
4 changed files with 8 additions and 3 deletions
|
@ -15,9 +15,9 @@ module.exports = syrup.serial()
|
|||
var log = logger.createLogger('device:resources:service')
|
||||
|
||||
var resource = {
|
||||
requiredVersion: '0.3.0'
|
||||
requiredVersion: '0.4.0'
|
||||
, pkg: 'jp.co.cyberagent.stf'
|
||||
, main: 'jp.co.cyberagent.stf.InputAgent'
|
||||
, main: 'jp.co.cyberagent.stf.Agent'
|
||||
, apk: pathutil.vendor('STFService/STFService.apk')
|
||||
, agentProto: ProtoBuf.loadProtoFile(
|
||||
pathutil.vendor('STFService/proto/agent.proto')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue