• 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            "musl_use_mutex_wait_opt",
38            "musl_use_adlt",
39            "musl_adlt_llvm"
40        ],
41        "adapted_system_type": ["mini", "small", "standard"],
42        "rom": "",
43        "ram": "",
44        "deps": {
45            "components": [
46                "init",
47                "bounds_checking_function",
48                "FreeBSD",
49                "cJSON",
50                "optimized_routines"
51            ],
52            "third_party": []
53        },
54        "build": {
55            "sub_component": [],
56            "inner_kits": [
57                {
58                    "name": "//third_party/musl:soft_libc_musl_static"
59                },
60                {
61                    "name": "//third_party/musl:soft_libc_musl_shared"
62                },
63                {
64                    "name": "//third_party/musl:musl_headers"
65                }
66            ],
67            "test": [
68                "//third_party/musl/fuzztest:fuzztest"
69            ]
70        }
71    }
72}
73