• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/hilog_lite",
3    "description": "Log services for liteos-m and liteos-a kernel.",
4    "optional": "false",
5    "version": "4.0.2",
6    "license": "Apache License 2.0",
7    "publishAs": "code-segment",
8    "homePage": "https://gitee.com/openharmony",
9    "repository": "https://gitee.com/openharmony/hiviewdfx_hilog_lite",
10    "supplier": "Organization: OpenHarmony",
11    "segment": {
12        "destPath": "base/hiviewdfx/hilog_lite"
13    },
14    "dirs": {},
15    "scripts": {},
16    "component": {
17        "name": "hilog_lite",
18        "subsystem": "hiviewdfx",
19        "syscap": [],
20        "adapted_system_type": [
21            "mini",
22            "small"
23        ],
24        "features": [
25            "hilog_lite_disable_privacy_feature",
26            "hilog_lite_disable_hilog_static",
27            "hilog_lite_file_size",
28            "hilog_lite_disable_cache",
29            "hilog_lite_limit_level_default",
30            "hilog_lite_disable_print_limit",
31            "hilog_lite_log_static_cache_size",
32            "hilog_lite_hiview_hilog_file_buf_size",
33            "hilog_lite_disable_core_init",
34            "hilog_lite_customize_implementation",
35            "hilog_lite_hilog_file_size",
36            "hilog_lite_enable_apphilogcat_init_release",
37            "hilog_lite_enable_apphilogcat_init_debug",
38            "hilog_lite_apphilogcat_log_level_release",
39            "hilog_lite_apphilogcat_log_level_debug",
40            "hilog_lite_enable_hilogcat_build",
41            "hilog_lite_apphilogcat_log_dir",
42            "hilog_lite_disable_test",
43            "hilog_lite_disable_js_feature"
44        ],
45        "rom": "500KB",
46        "ram": "~500KB",
47        "deps": {
48            "components": [
49                "ace_engine_lite",
50                "battery_lite",
51                "hiview_lite",
52                "samgr_lite",
53                "utils_lite"
54            ],
55            "third_party": [
56                "bounds_checking_function"
57            ]
58        },
59        "build": {
60            "sub_component": [
61                "//base/hiviewdfx/hilog_lite/frameworks/mini:hilog_lite",
62                "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_static",
63                "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared",
64                "//base/hiviewdfx/hilog_lite/services/apphilogcat:apphilogcat",
65                "//base/hiviewdfx/hilog_lite/frameworks/js:ace_hilog_kits",
66                "//base/hiviewdfx/hilog_lite/test:hilog_lite_test"
67            ],
68            "inner_kits": [
69                {
70                  "name": "//base/hiviewdfx/hilog_lite/frameworks/mini:hilog_lite",
71                  "header": {
72                    "header_files": [
73                      "hiview_log.h",
74                      "log.h"
75                    ],
76                    "header_base": "//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite"
77                  }
78                },
79                {
80                    "name": "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared",
81                    "header": {
82                      "header_files": [
83                        "hilog_cp.h",
84                        "hilog_trace.h",
85                        "hiview_log.h",
86                        "log.h"
87                      ],
88                      "header_base": "//base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog"
89                    }
90                  }
91            ]
92        }
93    }
94}
95