1
0
Fork 0
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:
Simo Kinnunen 2014-04-15 18:37:39 +09:00
parent fb3892ab07
commit 35cd19dc28
4 changed files with 8 additions and 3 deletions

View file

@ -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')