• 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_user_custom_libc",
28            "musl_use_flto",
29            "musl_use_gwp_asan",
30            "musl_use_pthread_cancel",
31            "musl_uapi_dir",
32            "musl_use_jemalloc",
33            "musl_use_jemalloc_dfx_intf",
34            "musl_use_jemalloc_recycle_func",
35            "musl_guard_jemalloc_tsd",
36            "musl_malloc_plugin",
37            "musl_linux_kernel_dir"
38        ],
39        "adapted_system_type": ["mini", "small", "standard"],
40        "rom": "",
41        "ram": "",
42        "deps": {
43            "components": [
44                "init",
45                "bounds_checking_function",
46                "FreeBSD",
47                "faultloggerd",
48                "cJSON"
49            ],
50            "third_party": []
51        },
52        "build": {
53            "sub_component": [],
54            "inner_kits": [
55                {
56                    "name": "//third_party/musl:soft_libc_musl_static"
57                }
58            ],
59            "test": [
60                "//third_party/musl/fuzztest:fuzztest"
61            ]
62        }
63    }
64}
65