mirror of
https://github.com/openharmony/kernel_linux_build.git
synced 2026-07-19 08:18:13 -04:00
!30 添加bundle.json
Merge pull request !30 from pjscc/OpenHarmony-3.0-LTS
This commit is contained in:
+53
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"name": "@ohos/linux",
|
||||
"version": "",
|
||||
"description": "Linux内核",
|
||||
"homePage": "https://gitee.com/openharmony",
|
||||
"license": "",
|
||||
"repository": "",
|
||||
"domain": "os",
|
||||
"language": "",
|
||||
"publishAs": "",
|
||||
"private": false,
|
||||
"scripts": {},
|
||||
"tags": [],
|
||||
"keywords": [],
|
||||
"envs": [],
|
||||
"dirs": [],
|
||||
"author": {
|
||||
"name": "",
|
||||
"email": "",
|
||||
"url": ""
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "",
|
||||
"email": "",
|
||||
"url": ""
|
||||
}
|
||||
],
|
||||
"segment": {},
|
||||
"component": {
|
||||
"name": "linux",
|
||||
"subsystem": "linux",
|
||||
"syscap": [
|
||||
"SystemCapabilit.Kernel.Linux"
|
||||
],
|
||||
"features": [],
|
||||
"adapted_system_type": [
|
||||
"small",
|
||||
"standard"
|
||||
],
|
||||
"rom": "",
|
||||
"ram": "",
|
||||
"deps": {
|
||||
"components": [],
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [],
|
||||
"inner_kits": [],
|
||||
"test": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user