• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/hilog_native",
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_native",
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        "c_utils",
26        "init",
27        "napi"
28      ],
29      "third_party": [
30        "bounds_checking_function",
31        "zlib"
32      ]
33    },
34    "features": [
35      "hilog_native_feature_ohcore"
36    ],
37    "build": {
38      "group_type": {
39        "base_group": [
40
41        ],
42        "fwk_group": [
43          "//base/hiviewdfx/hilog/frameworks/hilog_ndk:hilog_ndk",
44          "//base/hiviewdfx/hilog/interfaces/js:hilog_napi"
45        ],
46        "service_group": [
47          "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_base",
48          "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog"
49        ]
50      },
51      "inner_kits": [
52        {
53          "name": "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog",
54          "header": {
55            "header_files": [
56              "hilog/log.h",
57              "hilog/log_c.h",
58              "hilog/log_cpp.h",
59              "hilog_trace.h"
60            ],
61            "header_base": "//base/hiviewdfx/hilog/interfaces/native/innerkits/include"
62          }
63        },
64        {
65          "name": "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_base",
66          "header": {
67            "header_files": [
68              "hilog_base/log_base.h"
69            ],
70            "header_base": "//base/hiviewdfx/hilog/interfaces/native/innerkits/include"
71          }
72        }
73      ],
74      "test": []
75    }
76  }
77}
78