• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/hievent_lite",
3    "description": "event log for liteos-m kernel",
4    "optional": "false",
5    "version": "3.1",
6    "license": "Apache License 2.0",
7    "publishAs": "code-segment",
8    "segment": {
9        "destPath": "base/hiviewdfx/hidumper_lite/mini"
10    },
11    "dirs": {},
12    "scripts": {},
13    "component": {
14        "name": "hievent_lite",
15        "subsystem": "hiviewdfx",
16        "syscap": [
17            "SystemCapability.HiviewDFX.HiEventLite"
18        ],
19        "adapted_system_type": [
20            "mini"
21        ],
22        "rom": "26KB",
23        "ram": "~10KB",
24        "deps": {
25            "components": [
26                "utils_base",
27                "hiview_lite",
28                "samgr_lite"
29            ],
30            "third_party": []
31        },
32        "build": {
33            "sub_component": [
34                "//base/hiviewdfx/hievent_lite:hievent_lite"
35            ]
36        }
37    }
38}
39