!36 部件化添加bundle.json替代ohos.build

Merge pull request !36 from anio/bundle
This commit is contained in:
openharmony_ci
2022-01-14 03:06:19 +00:00
committed by Gitee
2 changed files with 38 additions and 10 deletions
+38
View File
@@ -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
View File
@@ -1,10 +0,0 @@
{
"subsystem": "kernel",
"parts": {
"kernel": {
"module_list": [
"//kernel/linux/build: linux_kernel"
]
}
}
}