Files
kernel_linux_build/bundle.json
T
ymw1997 6a962d06a6 告警修复
Signed-off-by: ymw1997 <yemingwei1@huawei.com>
2026-01-16 10:25:07 +08:00

43 lines
1013 B
JSON

{
"name": "@openharmony/linux",
"version": "3.1.0",
"description": "Linux内核",
"homePage": "https://gitee.com/openharmony",
"license": "GPL 2.0",
"publishAs": "",
"private": false,
"scripts": {},
"dirs": {},
"segment": {
"destPath": "kernel/linux/build"
},
"component": {
"name": "linux",
"subsystem": "kernel",
"syscap": [
"SystemCapability.Resourceschedule.QoS.Core"
],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "64MB",
"ram": "900MB",
"deps": {
"components": [
"bounds_checking_function"
],
"third_party": []
},
"build": {
"sub_component": [
"//kernel/linux/build:linux_kernel"
],
"inner_kits": [],
"test": [
"//kernel/linux/build/test:linuxkerneltest"
]
}
}
}