• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/hilog",
3  "description": "Native log interface provided for system",
4  "version": "3.1",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "base/hiviewdfx/hilog"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "hilog",
14    "subsystem": "hiviewdfx",
15    "syscap": [
16      "SystemCapability.HiviewDFX.HiLog"
17    ],
18    "adapted_system_type": [
19      "standard"
20    ],
21    "rom": "188KB",
22    "ram": "2000KB",
23    "deps": {
24      "components": [
25        "init",
26        "utils_base"
27      ],
28      "third_party": [
29        "bounds_checking_function",
30        "zlib"
31      ]
32    },
33    "build": {
34      "sub_component": []
35    }
36  }
37}