mirror of
https://github.com/openharmony/kernel_linux_build.git
synced 2026-07-18 15:54:30 -04:00
03eee83377
Signed-off-by: Ma Feng <mafeng.ma@huawei.com>
41 lines
929 B
JSON
41 lines
929 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": {},
|
|
"scripts": {},
|
|
"segment": {},
|
|
"component": {
|
|
"name": "linux",
|
|
"subsystem": "kernel",
|
|
"syscap": [
|
|
"SystemCapability.Kernel.Linux"
|
|
],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"small",
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//kernel/linux/build:linux_kernel"
|
|
],
|
|
"inner_kits": [],
|
|
"test": [
|
|
"//kernel/linux/build/test:linuxkerneltest"
|
|
]
|
|
}
|
|
}
|
|
}
|