1{ 2 "name": "@ohos/bytrace", 3 "description": "A tool to trace processes and monitor performance", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "developtools/bytrace" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "bytrace", 14 "subsystem": "developtools", 15 "adapted_system_type": [ 16 "standard" 17 ], 18 "rom": "114KB", 19 "ram": "720KB", 20 "deps": { 21 "components": [ 22 "c_utils", 23 "hitrace", 24 "hilog", 25 "init", 26 "ipc", 27 "napi" 28 ], 29 "third_party": [ 30 "zlib" 31 ] 32 }, 33 "build": { 34 "sub_component": [ 35 "//developtools/bytrace/bin:bytrace_target", 36 "//developtools/bytrace/bin:bytrace.cfg", 37 "//developtools/bytrace/interfaces/kits:jsapi_kits_target" 38 ], 39 "inner_kits": [ 40 ] 41 } 42 } 43} 44