1{ 2 "name": "@ohos/blackbox", 3 "description": "blackbox provides the software blackbox capability.", 4 "optional": "false", 5 "version": "3.1", 6 "license": "Apache License 2.0", 7 "publishAs": "code-segment", 8 "segment": { 9 "destPath": "base/hiviewdfx/blackbox" 10 }, 11 "dirs": {}, 12 "scripts": {}, 13 "component": { 14 "name": "blackbox", 15 "subsystem": "hiviewdfx", 16 "adapted_system_type": [ 17 "mini", 18 "small" 19 ], 20 "rom": "10KB", 21 "ram": "~5KB", 22 "deps": { 23 "components": [ 24 "utils_base", 25 "liteos_m" 26 ], 27 "third_party": [] 28 }, 29 "build": { 30 "sub_component": [ 31 "//base/hiviewdfx/blackbox:blackbox" 32 ] 33 } 34 } 35} 36