• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/musl",
3    "description": "musl is an MIT-licensed implementation of the standard C library",
4    "version": "3.1",
5    "license": "MIT",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/musl"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "COPYRIGHT",
13    "readmePath": {
14        "en": "README"
15    },
16    "component": {
17        "name": "musl",
18        "subsystem": "thirdparty",
19        "syscap": [],
20        "features": [
21            "musl_use_encaps",
22            "musl_ld128_flag",
23            "musl_iterate_and_stats_api",
24            "musl_is_legacy",
25            "musl_enable_musl_log",
26            "musl_unit_test_flag",
27            "musl_use_flto",
28            "musl_use_gwp_asan",
29            "musl_use_pthread_cancel",
30            "musl_uapi_dir",
31            "musl_use_jemalloc",
32            "musl_use_jemalloc_dfx_intf",
33            "musl_use_jemalloc_recycle_func",
34            "musl_guard_jemalloc_tsd",
35            "musl_malloc_plugin",
36            "musl_linux_kernel_dir"
37        ],
38        "adapted_system_type": ["mini", "small", "standard"],
39        "rom": "",
40        "ram": "",
41        "deps": {
42            "components": [
43                "init",
44                "bounds_checking_function",
45                "FreeBSD",
46                "faultloggerd",
47                "cJSON"
48            ],
49            "third_party": []
50        },
51        "build": {
52            "sub_component": [],
53            "inner_kits": [
54                {
55                    "name": "//third_party/musl:soft_libc_musl_static"
56                },
57                {
58                    "name": "//third_party/musl:soft_libc_musl_shared"
59                }
60            ],
61            "test": [
62                "//third_party/musl/fuzztest:fuzztest"
63            ]
64        }
65    }
66}
67