Files
kernel_uniproton/bundle.json
zhushengle 44a08cce0a feat: 部件化整改
close #I71QQ2

Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: Idafd37ac50dcf40058cfeda9babd2bc9898abc95
2023-05-09 21:45:08 +08:00

57 lines
1.3 KiB
JSON

{
"name": "@ohos/uniproton",
"version": "3.1.0",
"description": "uniproton kernel",
"publishAs": "code-segment",
"homePage": "https://gitee.com/openeuler/UniProton",
"repository": "https://gitee.com/openeuler/UniProton",
"license": "BSD 3-clause",
"domain": "os",
"language": "",
"private": false,
"scripts": {},
"tags": [
"kernel"
],
"keywords": [
"kernel",
"uniproton"
],
"envs": [],
"dirs": [],
"author": {},
"contributors": [],
"segment": {
"destPath": "kernel/uniproton"
},
"component": {
"name": "uniproton",
"subsystem": "kernel",
"syscap": [
"SystemCapability.Kernel.Uniproton"
],
"features": [],
"adapted_system_type": [
"mini"
],
"rom": "300KB",
"ram": "100KB",
"deps": {
"components": [
"utils_lite"
],
"third_party": [
"bounds_checking_function"
]
},
"build": {
"sub_component": [
"//kernel/uniproton:kernel",
"//kernel/uniproton:build_kernel_image"
],
"inner_kits": [],
"test": []
}
}
}