mirror of
https://gitee.com/openharmony/kernel_linux_build
synced 2024-11-23 07:09:52 +00:00
2cb29a805c
Signed-off-by: wanxiaoqing <wanxiaoqing@huawei.com>
40 lines
905 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|