kernel_linux_build/bundle.json
wanxiaoqing 2cb29a805c bundle.json数据治理
Signed-off-by: wanxiaoqing <wanxiaoqing@huawei.com>
2024-03-06 16:08:23 +08:00

40 lines
905 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/linux-5.10"
},
"component": {
"name": "linux",
"subsystem": "kernel",
"syscap": [
],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "64MB",
"ram": "900MB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//kernel/linux/build:linux_kernel"
],
"inner_kits": [],
"test": [
"//kernel/linux/build/test:linuxkerneltest"
]
}
}
}