1{ 2 "name": "@ohos/tools", 3 "version": "3.1", 4 "description": "", 5 "license": "Apache License 2.0", 6 "domain": "os", 7 "publishAs": "", 8 "private": false, 9 "scripts": {}, 10 "dirs": [], 11 "segment": { 12 "destPath": "test/xts/tools" 13 }, 14 "component": { 15 "name": "tools", 16 "subsystem": "xts", 17 "syscap": [], 18 "features": [], 19 "adapted_system_type": [ 20 "mini", 21 "small", 22 "standard" 23 ], 24 "rom": "~256KB", 25 "ram": "0KB", 26 "deps": { 27 "components": [ 28 "init", 29 "c_utils", 30 "device_attest" 31 ], 32 "third_party": [] 33 }, 34 "build": { 35 "sub_component": [], 36 "inner_kits": [], 37 "test": ["//test/xts/tools/lite:tools"] 38 } 39 } 40} 41