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": ["hilog_lite_customize_implementation"],
25        "rom": "500KB",
26        "ram": "~500KB",
27        "deps": {
28            "components": [
29                "ace_engine_lite",
30                "battery_lite",
31                "hiview_lite",
32                "samgr_lite",
33                "utils_lite"
34            ],
35            "third_party": [
36                "bounds_checking_function"
37            ]
38        },
39        "build": {
40            "sub_component": [
41                "//base/hiviewdfx/hilog_lite/frameworks/mini:hilog_lite",
42                "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_static",
43                "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared",
44                "//base/hiviewdfx/hilog_lite/services/apphilogcat:apphilogcat",
45                "//base/hiviewdfx/hilog_lite/frameworks/js:ace_hilog_kits",
46                "//base/hiviewdfx/hilog_lite/test:hilog_lite_test"
47            ],
48            "inner_kits": [
49                {
50                  "name": "//base/hiviewdfx/hilog_lite/frameworks/mini:hilog_lite",
51                  "header": {
52                    "header_files": [
53                      "hiview_log.h",
54                      "log.h"
55                    ],
56                    "header_base": "//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite"
57                  }
58                },
59                {
60                    "name": "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared",
61                    "header": {
62                      "header_files": [
63                        "hilog_cp.h",
64                        "hilog_trace.h",
65                        "hiview_log.h",
66                        "log.h"
67                      ],
68                      "header_base": "//base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog"
69                    }
70                  }
71            ]
72        }
73    }
74}
75