1{
2    "name": "@ohos/blackbox_lite",
3    "description": "blackbox_lite 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_lite"
10    },
11    "dirs": {},
12    "scripts": {},
13    "component": {
14        "name": "blackbox_lite",
15        "subsystem": "hiviewdfx",
16        "adapted_system_type": [
17            "mini"
18        ],
19        "rom": "10KB",
20        "ram": "~5KB",
21        "deps": {
22            "components": [
23                "utils_lite",
24                "liteos_m"
25            ],
26            "third_party": []
27        },
28        "build": {
29            "sub_component": [
30                "//base/hiviewdfx/blackbox_lite:blackbox_lite"
31            ]
32        }
33    }
34}
35