• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/uniproton",
3    "version": "3.1.0",
4    "description": "uniproton kernel",
5    "publishAs": "code-segment",
6    "homePage": "https://gitee.com/openeuler/UniProton",
7    "repository": "https://gitee.com/openeuler/UniProton",
8    "license": "BSD 3-clause",
9    "domain": "os",
10    "language": "",
11    "private": false,
12    "scripts": {},
13    "tags": [
14        "kernel"
15    ],
16    "keywords": [
17        "kernel",
18        "uniproton"
19    ],
20    "envs": [],
21    "dirs": [],
22    "author": {},
23    "contributors": [],
24    "segment": {
25        "destPath": "kernel/uniproton"
26    },
27    "component": {
28        "name": "uniproton",
29        "subsystem": "kernel",
30        "syscap": [
31            "SystemCapability.Kernel.Uniproton"
32        ],
33        "features": [],
34        "adapted_system_type": [
35            "mini"
36        ],
37        "rom": "300KB",
38        "ram": "100KB",
39        "deps": {
40            "components": [
41                "utils_lite"
42            ],
43            "third_party": [
44                "bounds_checking_function"
45            ]
46        },
47        "build": {
48            "sub_component": [
49                "//kernel/uniproton:kernel",
50                "//kernel/uniproton:build_kernel_image"
51            ],
52            "inner_kits": [],
53            "test": []
54        }
55    }
56}
57