• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/liteos_a",
3    "version": "3.1.0",
4    "description": "liteos-a kernel",
5    "homePage": "https://gitee.com/openharmony",
6    "license": "BSD 3-clause",
7    "repository": "https://gitee.com/openharmony/kernel_liteos_a",
8    "domain": "os",
9    "language": "",
10    "publishAs": "code-segment",
11    "private": false,
12    "scripts": {},
13    "tags": [
14        "kernel"
15    ],
16    "keywords": [
17        "kernel",
18        "liteos-a"
19    ],
20    "envs": [],
21    "dirs": [],
22    "author": {},
23    "contributors": [],
24    "segment": {
25        "destPath": "kernel/liteos_a"
26    },
27    "component": {
28        "name": "liteos_a",
29        "subsystem": "kernel",
30        "syscap": [
31            "SystemCapability.Kernel.Liteos-A"
32        ],
33        "features": [],
34        "adapted_system_type": [
35            "small"
36        ],
37        "rom": "1.5MB",
38        "ram": "2MB",
39        "deps": {
40            "components": [
41            ],
42            "third_party": [
43                "bounds_checking_function",
44                "toybox",
45                "NuttX",
46                "FatFs",
47                "mksh",
48                "musl",
49                "mbedtls",
50                "FreeBSD",
51                "zlib",
52                "lwip",
53                "optimized-routines",
54                "googletest"
55            ]
56        },
57        "build": {
58            "sub_component": [
59                "//kernel/liteos_a:liteos_a"
60            ],
61            "inner_kits": [],
62            "test": []
63        }
64    }
65}
66