1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 02:09:32 +02:00

Integrate device database.

This commit is contained in:
Simo Kinnunen 2014-03-17 14:58:45 +09:00
parent 7a2cdaf071
commit d1b724ada0
4 changed files with 66 additions and 3 deletions

View file

@ -1,5 +1,10 @@
var path = require('path')
// Export
module.exports.root = function(target) {
return path.resolve(__dirname, '../..', target)
}
// Export
module.exports.resource = function(target) {
return path.resolve(__dirname, '../../res', target)