Files
kernel_uniproton/bundle.json
T
yinjiaming 2fdb68a9f0 fix:部件需求整改
修复了脚本扫描出的bundle.json的问题,整改了
不符合规范的路径引用

Signed-off-by: yinjiaming <yinjiaming@huawei.com>
Change-Id: I4b5b7e986e93a57883628731a6f15105beacb7bf
2023-04-28 10:51:30 +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",
"external_deps": {
"components": [
"utils_lite"
],
"third_party": [
"bounds_checking_function"
]
},
"build": {
"sub_component": [
"//kernel/uniproton:kernel",
"//kernel/uniproton:build_kernel_image"
],
"inner_kits": [],
"test": []
}
}
}