mirror of
https://github.com/openharmony/kernel_linux_build.git
synced 2026-07-18 15:54:30 -04:00
!36 部件化添加bundle.json替代ohos.build
Merge pull request !36 from anio/bundle
This commit is contained in:
+38
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"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": [
|
||||
"SystemCapabilit.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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
-10
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"subsystem": "kernel",
|
||||
"parts": {
|
||||
"kernel": {
|
||||
"module_list": [
|
||||
"//kernel/linux/build: linux_kernel"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user